You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The account key type and signature algorithm can now be specified in the
configuration using the key_type and signature_algorithm parameters.
The delay to renew a certificate before its expiration date can be specified
in the configuration using the renew_delay parameter at either the
certificate, endpoint and global level.
It is now possible to specify IP identifiers (RFC 8738) using the ip
parameter instead of the dns one.
The hook templates of type challenge-* have a new identifier_tls_alpn
field which contains, if available, the identifier in a form that is suitable
to the TLS ALPN challenge.
Globing is now supported for configuration files inclusion.
The CSR's digest algorithm can now be specified using the csr_digest
parameter.
Changed
In the certificate configuration, the domains field has been renamed identifiers.
The algorithm certificate configuration field has been renamed key_type.
The algorithm hook template variable has been renamed key_type.
The domain hook template variable has been renamed identifier.
The default hooks have been updated.
Fixed
The Makefile now works on FreeBSD. It should also work on other BSD although
it has not been tested.