expiration date? #103
Answered
by
gdbarron
Curtmcgirt
asked this question in
Q&A
|
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. |
Answered by
gdbarron
Apr 21, 2022
Replies: 2 comments 3 replies
|
Find-VenafiCertificate searches and gets basic info. Detailed info can be found with Get-VenafiCertificate. |
1 reply
Answer selected by
Curtmcgirt
|
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. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Find-VenafiCertificate searches and gets basic info. Detailed info can be found with Get-VenafiCertificate.