diff options
| -rw-r--r-- | acme.conf.5 | 4 | ||||
| -rw-r--r-- | acme.conf.sample | 2 | ||||
| -rw-r--r-- | domains.conf.5 | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/acme.conf.5 b/acme.conf.5 index 9b632b5..8b2d297 100644 --- a/acme.conf.5 +++ b/acme.conf.5 @@ -35,5 +35,5 @@ The default value is .El .Sh SEE ALSO .Xr domains.conf 5 , -.Xr lfacme-setup 8 , -.Xr lfacme-renew 8 +.Xr lfacme-renew 8 , +.Xr lfacme-setup 8 diff --git a/acme.conf.sample b/acme.conf.sample index f6f8432..573520b 100644 --- a/acme.conf.sample +++ b/acme.conf.sample @@ -5,7 +5,7 @@ ### ACME_URL: The URL of the ACME server. # No default, you must set this. -# Let's Encrypt production:: +# Let's Encrypt production: #ACME_URL="https://acme-v02.api.letsencrypt.org/directory" # Let's Encrypt staging: diff --git a/domains.conf.5 b/domains.conf.5 index c4e1966..c737d49 100644 --- a/domains.conf.5 +++ b/domains.conf.5 @@ -72,7 +72,7 @@ The path of a file which contains the private key file in PEM format. .El .El .Sh EXAMPLES -Issue a certificate for +Issue a certificate for .Dq example.org using the default options. We don't provide any SANs, so the certificate name is used as the domain. |
