22# see https://github.com/srvrco/getssl/wiki/Config-variables for details
33# see https://github.com/srvrco/getssl/wiki/Example-config-files for example configs
44#
5- # The staging server is best for testing
6- # CA="https://acme-staging.api.letsencrypt.org"
7- # This server issues full certificates, however has rate limits
8- # CA="https://acme-v01.api.letsencrypt.org"
95CA =" https://pebble:14000/dir"
106
11- # VALIDATE_VIA_DNS=true
12- # DNS_ADD_COMMAND="/getssl/dns_scripts/dns_add_challtestsrv"
13- # DNS_DEL_COMMAND="/getssl/dns_scripts/dns_del_challtestsrv"
14-
15- # PRIVATE_KEY_ALG="rsa"
16-
177# Additional domains - this could be multiple domains / subdomains in a comma separated list
18- # Note: this is Additional domains - so should not include the primary domain.
198SANS =" "
209
21- # Acme Challenge Location. The first line for the domain, the following ones for each additional domain.
22- # If these start with ssh: then the next variable is assumed to be the hostname and the rest the location.
23- # An ssh key will be needed to provide you with access to the remote server.
24- # Optionally, you can specify a different userid for ssh/scp to use on the remote server before the @ sign.
25- # If left blank, the username on the local server will be used to authenticate against the remote server.
26- # If these start with ftp: then the next variables are ftpuserid:ftppassword:servername:ACL_location
27- # These should be of the form "/path/to/your/website/folder/.well-known/acme-challenge"
28- # where "/path/to/your/website/folder/" is the path, on your web server, to the web root for your domain.
10+ # Acme Challenge Location.
2911ACL =(' /var/www/html/.well-known/acme-challenge' )
30- # 'ssh:server5:/var/www/getssltest.hopto.org/web/.well-known/acme-challenge'
31- # 'ssh:sshuserid@server5:/var/www/getssltest.hopto.org/web/.well-known/acme-challenge'
32- # 'ftp:ftpuserid:ftppassword:getssltest.hopto.org:/web/.well-known/acme-challenge')
3312
3413# Set USE_SINGLE_ACL="true" to use a single ACL for all checks
3514USE_SINGLE_ACL =" false"
@@ -43,11 +22,8 @@ DOMAIN_CHAIN_LOCATION="" # this is the domain cert and CA cert
4322DOMAIN_PEM_LOCATION =" " # this is the domain_key, domain cert and CA cert
4423
4524# The command needed to reload apache / nginx or whatever you use
46- RELOAD_CMD =" cp /getssl/test/test-config/nginx-ubuntu-ssl ${NGINX_CONFIG} && service nginx restart >&3- "
25+ RELOAD_CMD =" cp /getssl/test/test-config/nginx-ubuntu-ssl ${NGINX_CONFIG} && /getssl/test/ restart-nginx "
4726
48- # Define the server type. This can be https, ftp, ftpi, imap, imaps, pop3, pop3s, smtp,
49- # smtps_deprecated, smtps, smtp_submission, xmpp, xmpps, ldaps or a port number which
50- # will be checked for certificate expiry and also will be checked after
51- # an update to confirm correct certificate is running (if CHECK_REMOTE) is set to true
27+ # Define the server type and confirm correct certificate is installed
5228SERVER_TYPE =" https"
5329CHECK_REMOTE =" true"
0 commit comments