Skip to content

acme-client (0.5.1)

Compare
Choose a tag to compare
@onur onur released this 28 Feb 16:31
· 13 commits to master since this release
acme-client-0.5.1

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.