diff options
Diffstat (limited to 'lacme.md')
-rw-r--r-- | lacme.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -117,7 +117,7 @@ Generic options *socket* option of the [`[client]` section](#client-section) of the configuration file. -`-?`, `--help` +`-h`, `--help` : Display a brief help and exit. @@ -282,7 +282,7 @@ Valid options are: following command can be used to generate a new 4096-bits RSA key in PEM format with mode 0600: - openssl genrsa 4096 | install -m0600 /dev/stdin /path/to/priv.key + openssl genrsa 4096 | install -m0600 /dev/stdin /path/to/srv.key *min-days* |