Skip to content

Commit

Permalink
Merge pull request #20 from pengyao/default_days
Browse files Browse the repository at this point in the history
default days is 365
  • Loading branch information
nbrownus authored Jan 13, 2017
2 parents 8b79509 + 6cc2511 commit 97d700d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/certified
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#/ --bits=<bits> bits to use for the private key (defaults to 2048)
#/ --ca generate a CA certificate
#/ --ca-password=<ca-password> password for the CA private key
#/ --days=<days> days until the certificate expires (defaults to 3650)
#/ --days=<days> days until the certificate expires (defaults to 365)
#/ --db=<db> OpenSSL database directory
#/ --encrypt encrypt the private key (with <password>, if given)
#/ --issuer=<issuer> common name of an alternative CA certificate
Expand Down

0 comments on commit 97d700d

Please sign in to comment.