mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Merge branch 'master' into ubupdate
This commit is contained in:
commit
03e65b3e9f
3 changed files with 2 additions and 7 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).
|
||||
|
||||
|
|
|
|||
|
|
@ -33,11 +33,6 @@ targets:
|
|||
#-----------------------------------------------------------------------------
|
||||
# CentOS
|
||||
# These AMI were found on https://centos.org/download/aws-images/.
|
||||
- ami: ami-0aedf6b1cb669b4c7
|
||||
name: centos7
|
||||
type: centos
|
||||
virt: hvm
|
||||
user: centos
|
||||
- ami: ami-08f2fe20b72b2ffa7
|
||||
name: centos9stream
|
||||
type: centos
|
||||
|
|
|
|||
Loading…
Reference in a new issue