Browse Source

Fix DOMAIN_CERT and DOMAIN_KEY

pull/578/head
Tim Kimber 5 years ago
parent
commit
73a7939f4f
No known key found for this signature in database GPG Key ID: 3E1804964E76BD18
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      test/test-config/getssl-http01-dual-rsa-ecdsa-old-nginx.cfg

+ 2
- 2
test/test-config/getssl-http01-dual-rsa-ecdsa-old-nginx.cfg View File

@ -19,8 +19,8 @@ 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"
DOMAIN_KEY_LOCATION="/etc/nginx/pki/private/server.ec.key"
DOMAIN_CERT_LOCATION="/etc/nginx/pki/server.crt"
DOMAIN_KEY_LOCATION="/etc/nginx/pki/private/server.key"
CA_CERT_LOCATION="/etc/nginx/pki/chain.crt"
DOMAIN_CHAIN_LOCATION="" # this is the domain cert and CA cert
DOMAIN_PEM_LOCATION="" # this is the domain_key, domain cert and CA cert


Loading…
Cancel
Save