- Added the ability to fill up the empty attributes of the certificate request with the default values of the policy/zone where the certificate is going to be created. Supported values: `organization`, `organizational units`, `locality`, `state`, `country`
0.13.1
Not secure
- Added the missing dependency to pynacl.
0.13.0
Not secure
- Added support for generation of CSR directly on VaaS platform. Renew operation does not include this feature as of now.
0.12.5
Not secure
- Added support for retrieving the public key data and principals of an SSH Certificate Authority on TPP.
0.12.4
Not secure
- 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)
0.12.3
Not secure
Added parameter to specify whether the private key should be returned by the server