mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
seperate->separate (#9954)
This commit is contained in:
parent
95976762ac
commit
35b177a1a0
2 changed files with 2 additions and 2 deletions
|
|
@ -58,7 +58,7 @@ class Authenticator(common.Plugin, interfaces.Authenticator):
|
|||
|
||||
description = """\
|
||||
Saves the necessary validation files to a .well-known/acme-challenge/ directory within the \
|
||||
nominated webroot path. A seperate HTTP server must be running and serving files from the \
|
||||
nominated webroot path. A separate HTTP server must be running and serving files from the \
|
||||
webroot path. HTTP challenge only (wildcards not supported)."""
|
||||
|
||||
MORE_INFO = """\
|
||||
|
|
|
|||
|
|
@ -734,7 +734,7 @@ standalone:
|
|||
|
||||
webroot:
|
||||
Saves the necessary validation files to a .well-known/acme-challenge/
|
||||
directory within the nominated webroot path. A seperate HTTP server must
|
||||
directory within the nominated webroot path. A separate HTTP server must
|
||||
be running and serving files from the webroot path. HTTP challenge only
|
||||
(wildcards not supported).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue