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
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.