Changelog
- Added providers for Google CA and Buypass. See the documentation for their
acme:
connection URIs and further notes. - Added support for draft-aaron-acme-profiles-00 (thanks to @jmcrawford45 for providing a patch)
Order.getCertificate()
now also returns a STAR certificate, so there is no need to use differentget
methods depending on whether it is a standard or STAR certificate.Order.getAutoRenewalCertificate()
is marked as deprecated, but is still working as before.OrderBuilder
will now check if auto-renewalGET
is supported by the CA before ordering such a certificiate.- Update to draft-ietf-acme-ari-07. No changes to the code are required.
For further information, please see the migration guide.