expiration date? #103
-
i see how i can use the three 'expire' switches on find-venaficertificate to get certificates that match criteria, but what command(s) do i use to return the actual expiration dates in results? i don't see ExpirationDate in the output of get-tppattribute either. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Find-VenafiCertificate searches and gets basic info. Detailed info can be found with Get-VenafiCertificate. |
Beta Was this translation helpful? Give feedback.
-
get-tppattribute $cert Get-TppClassAttribute -ClassName 'X509 Server Certificate' i was going to try to do some get-date math with the last renewed date when i saw a "validity period" attribute, but Get-TppAttribute -path $cert -Attribute 'Validity Period' says the 'value' is null. |
Beta Was this translation helpful? Give feedback.
Find-VenafiCertificate searches and gets basic info. Detailed info can be found with Get-VenafiCertificate.