Releases: onur/acme-client
Releases · onur/acme-client
acme-client (0.5.3)
LIB
- Use latest version of error-chain crate (0.12).
acme-client (0.5.2)
LIB
- Use latest version of openssl crate (0.10).
acme-client (0.5.1)
LIB
- Implement
save_intermediate_certificateforSignedCertificate. - Add
helpermodule and make helpers public.
CLI
- Add ability to get domain names from CSR when user provides a CSR with
--domain-csror-Ccommand line options.--domaincommand line option
will be ignored when a CSR provided. (Closes: #20) - Add option to save intermediate certificate and make
-cto save
signed certificate chain.-ooption only saves signed certificate now
and-cwill save signed certificate chain. (Closes: #19) - Add --directory option to sign and revoke subcommands.
- Improve help messages for sign subcommand.
- Rename
--domain-csroption to--csr. - Rename
-Sshort option to-rforSAVE_DOMAIN_CSR. - Add
genkeyandgencsrsubcommands.