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_certificate
forSignedCertificate
. - Add
helper
module and make helpers public.
CLI
- Add ability to get domain names from CSR when user provides a CSR with
--domain-csr
or-C
command line options.--domain
command line option
will be ignored when a CSR provided. (Closes: #20) - Add option to save intermediate certificate and make
-c
to save
signed certificate chain.-o
option only saves signed certificate now
and-c
will save signed certificate chain. (Closes: #19) - Add --directory option to sign and revoke subcommands.
- Improve help messages for sign subcommand.
- Rename
--domain-csr
option to--csr
. - Rename
-S
short option to-r
forSAVE_DOMAIN_CSR
. - Add
genkey
andgencsr
subcommands.