From 35b177a1a08e31d5cce2d6939afa0128f77c7913 Mon Sep 17 00:00:00 2001 From: OmniTroid Date: Fri, 21 Jun 2024 15:35:42 +0200 Subject: [PATCH 1/2] seperate->separate (#9954) --- certbot/certbot/_internal/plugins/webroot.py | 2 +- certbot/docs/cli-help.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/certbot/certbot/_internal/plugins/webroot.py b/certbot/certbot/_internal/plugins/webroot.py index 7315ee427..d7ae89d00 100644 --- a/certbot/certbot/_internal/plugins/webroot.py +++ b/certbot/certbot/_internal/plugins/webroot.py @@ -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 = """\ diff --git a/certbot/docs/cli-help.txt b/certbot/docs/cli-help.txt index 112f4a97e..f689cc688 100644 --- a/certbot/docs/cli-help.txt +++ b/certbot/docs/cli-help.txt @@ -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). From 481c8c0600d9eb9d18630467e55196c189f6e490 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Wed, 3 Jul 2024 08:49:27 -0700 Subject: [PATCH 2/2] remove centos7 test --- letstest/targets/targets.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/letstest/targets/targets.yaml b/letstest/targets/targets.yaml index dbeb793f6..e8c51b81f 100644 --- a/letstest/targets/targets.yaml +++ b/letstest/targets/targets.yaml @@ -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