Skip to content

Commit

Permalink
fixed typos in usage() output
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Engelbrecht committed Apr 17, 2016
1 parent 9794017 commit 4281ca8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gen-csr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ usage() {
cat << EOT
gen-csr.sh [-q] -k server_key [-R server_csr] domain ...
-q quiet operation
-k server_key the privat key of the server certificate
-k server_key the private key of the server certificate
-R server_csr the location where to store the certificate request
if not specified, printed to stdout
if not writeable, printed to stderr
Expand Down
2 changes: 1 addition & 1 deletion letsencrypt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ letsencrypt.sh sign -a account_key -r server_csr -c signed_crt
-a account_key the private key
-e email the email address assigned to the account key during
the registration
-k server_key the privat key of the server certificate
-k server_key the private key of the server certificate
-r server_csr a certificate signing request, which includes the
domains, use e.g. gen-csr.sh to create one
-c signed_crt the location where to store the signed certificate
Expand Down

0 comments on commit 4281ca8

Please sign in to comment.