Browse Source

Remove ACL from cfg for dns tests

pull/589/head
Tim Kimber 5 years ago
parent
commit
f644f97ab6
No known key found for this signature in database GPG Key ID: 3E1804964E76BD18
8 changed files with 0 additions and 54 deletions
  1. +0
    -6
      test/test-config/getssl-dns01-dual-rsa-ecdsa-old-nginx.cfg
  2. +0
    -6
      test/test-config/getssl-dns01-dual-rsa-ecdsa.cfg
  3. +0
    -9
      test/test-config/getssl-dns01-ignore-directory-domain.cfg
  4. +0
    -9
      test/test-config/getssl-dns01-multiple-domains.cfg
  5. +0
    -6
      test/test-config/getssl-dns01-spaces-and-commas-sans.cfg
  6. +0
    -6
      test/test-config/getssl-dns01-spaces-sans-and-ignore-dir-domain.cfg
  7. +0
    -6
      test/test-config/getssl-dns01-spaces-sans.cfg
  8. +0
    -6
      test/test-config/getssl-dns01.cfg

+ 0
- 6
test/test-config/getssl-dns01-dual-rsa-ecdsa-old-nginx.cfg View File

@ -17,12 +17,6 @@ PRIVATE_KEY_ALG="prime256v1"
# Additional domains - this could be multiple domains / subdomains in a comma separated list
SANS=""
# Acme Challenge Location. The first line for the domain, the following ones for each additional domain.
ACL=('/var/www/html/.well-known/acme-challenge')
#Set USE_SINGLE_ACL="true" to use a single ACL for all checks
USE_SINGLE_ACL="false"
# Location for all your certs, these can either be on the server (full path name)
# or using ssh /sftp as for the ACL
DOMAIN_CERT_LOCATION="/etc/nginx/pki/server.ec.crt"


+ 0
- 6
test/test-config/getssl-dns01-dual-rsa-ecdsa.cfg View File

@ -17,12 +17,6 @@ PRIVATE_KEY_ALG="prime256v1"
# Additional domains - this could be multiple domains / subdomains in a comma separated list
SANS=""
# Acme Challenge Location. The first line for the domain, the following ones for each additional domain.
ACL=('/var/www/html/.well-known/acme-challenge')
#Set USE_SINGLE_ACL="true" to use a single ACL for all checks
USE_SINGLE_ACL="false"
# Location for all your certs, these can either be on the server (full path name)
# or using ssh /sftp as for the ACL
DOMAIN_CERT_LOCATION="/etc/nginx/pki/server.crt"


+ 0
- 9
test/test-config/getssl-dns01-ignore-directory-domain.cfg View File

@ -14,15 +14,6 @@ DNS_EXTRA_WAIT=""
IGNORE_DIRECTORY_DOMAIN="true"
SANS="getssl.test,$GETSSL_HOST"
# Acme Challenge Location. The first line for the domain, the following ones for each additional domain.
ACL=(
'/var/www/html/.well-known/acme-challenge'
'/var/www/html/.well-known/acme-challenge'
)
#Set USE_SINGLE_ACL="true" to use a single ACL for all checks
USE_SINGLE_ACL="false"
# Location for all your certs, these can either be on the server (full path name)
# or using ssh /sftp as for the ACL
DOMAIN_CERT_LOCATION="/etc/nginx/pki/server.crt"


+ 0
- 9
test/test-config/getssl-dns01-multiple-domains.cfg View File

@ -13,15 +13,6 @@ DNS_EXTRA_WAIT=""
# Additional domains - this could be multiple domains / subdomains in a comma separated list
SANS="getssl.test"
# Acme Challenge Location. The first line for the domain, the following ones for each additional domain.
ACL=(
'/var/www/html/.well-known/acme-challenge'
'/var/www/html/.well-known/acme-challenge'
)
#Set USE_SINGLE_ACL="true" to use a single ACL for all checks
USE_SINGLE_ACL="false"
# Location for all your certs, these can either be on the server (full path name)
# or using ssh /sftp as for the ACL
DOMAIN_CERT_LOCATION="/etc/nginx/pki/server.crt"


+ 0
- 6
test/test-config/getssl-dns01-spaces-and-commas-sans.cfg View File

@ -13,12 +13,6 @@ DNS_EXTRA_WAIT=""
# Additional domains - this could be multiple domains / subdomains in a comma separated list
SANS="a.${GETSSL_HOST}, b.${GETSSL_HOST}, c.${GETSSL_HOST}"
# Acme Challenge Location.
ACL=('/var/www/html/.well-known/acme-challenge')
# Use a single ACL for all checks
USE_SINGLE_ACL="true"
# Location for all your certs, these can either be on the server (full path name)
DOMAIN_CERT_LOCATION="/etc/nginx/pki/server.crt"
DOMAIN_KEY_LOCATION="/etc/nginx/pki/private/server.key"


+ 0
- 6
test/test-config/getssl-dns01-spaces-sans-and-ignore-dir-domain.cfg View File

@ -14,12 +14,6 @@ DNS_EXTRA_WAIT=""
IGNORE_DIRECTORY_DOMAIN="true"
SANS="a.${GETSSL_HOST} b.${GETSSL_HOST} c.${GETSSL_HOST}"
# Acme Challenge Location.
ACL=('/var/www/html/.well-known/acme-challenge')
# Use a single ACL for all checks
USE_SINGLE_ACL="true"
# Location for all your certs, these can either be on the server (full path name)
DOMAIN_CERT_LOCATION="/etc/nginx/pki/server.crt"
DOMAIN_KEY_LOCATION="/etc/nginx/pki/private/server.key"


+ 0
- 6
test/test-config/getssl-dns01-spaces-sans.cfg View File

@ -13,12 +13,6 @@ DNS_EXTRA_WAIT=""
# Additional domains - this could be multiple domains / subdomains in a comma separated list
SANS="a.${GETSSL_HOST} b.${GETSSL_HOST} c.${GETSSL_HOST}"
# Acme Challenge Location.
ACL=('/var/www/html/.well-known/acme-challenge')
# Use a single ACL for all checks
USE_SINGLE_ACL="true"
# Location for all your certs, these can either be on the server (full path name)
DOMAIN_CERT_LOCATION="/etc/nginx/pki/server.crt"
DOMAIN_KEY_LOCATION="/etc/nginx/pki/private/server.key"


+ 0
- 6
test/test-config/getssl-dns01.cfg View File

@ -13,12 +13,6 @@ DNS_EXTRA_WAIT=""
# Additional domains - this could be multiple domains / subdomains in a comma separated list
SANS=""
# Acme Challenge Location. The first line for the domain, the following ones for each additional domain.
ACL=('/var/www/html/.well-known/acme-challenge')
#Set USE_SINGLE_ACL="true" to use a single ACL for all checks
USE_SINGLE_ACL="false"
# Location for all your certs, these can either be on the server (full path name)
# or using ssh /sftp as for the ACL
DOMAIN_CERT_LOCATION="/etc/nginx/pki/server.crt"


Loading…
Cancel
Save