Skip to content

Support for PKCS12 format and flexible validity periods

Compare
Choose a tag to compare
@marcos-albornoz marcos-albornoz released this 12 Oct 22:09
· 164 commits to master since this release
fe61b78
  • Support for PKCS12 has been added to the response certificate. Calling certificate.as_pkcs12("password") shall return the certificate content as PKCS12.
  • Support for flexible validity periods has been added. Setting a value to request.validity_hours =144 will create a certificate with the specified expiration time period. Additionally, an issuer can be defined for TPP with request.issuer_hint=IssuerHint.MICROSOFT (or any value available on the IssuerHint object)