Skip to content

Releases: onur/acme-client

acme-client (0.5.3)

16 Aug 22:02
acme-client-0.5.3
Compare
Choose a tag to compare

LIB

  • Use latest version of error-chain crate (0.12).

acme-client (0.5.2)

04 Mar 19:49
acme-client-0.5.2
Compare
Choose a tag to compare

LIB

  • Use latest version of openssl crate (0.10).

acme-client (0.5.1)

28 Feb 16:31
acme-client-0.5.1
Compare
Choose a tag to compare

LIB

  • Implement save_intermediate_certificate for SignedCertificate.
  • 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 for SAVE_DOMAIN_CSR.
  • Add genkey and gencsr subcommands.