Validity of certificate #40
ashokvadivelu
started this conversation in
General
Replies: 1 comment 1 reply
-
When you have an instance of Example: let cert: Certificate = retrieveCertificateFromSomewhere()
print(cert.tbsCertificate.issuer)
print(cert.tbsCertificate.subject)
print(cert.tbsCertificate.validity.notAfter) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to access the validity/expiration date of certificate like issuerName and subjectName
Beta Was this translation helpful? Give feedback.
All reactions