Add TVERIFY_HOSTNAME to support older code base

This commit is contained in:
Jan Dittberner 2021-08-27 18:45:42 +02:00 committed by Jan Dittberner
parent dbb500f8e8
commit d3a44eb38e
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ services:
CRL_DIRECTORY: /srv/certs/crl CRL_DIRECTORY: /srv/certs/crl
DEFAULT_HOSTNAME: www.cacert.localhost DEFAULT_HOSTNAME: www.cacert.localhost
SECURE_HOSTNAME: secure.cacert.localhost SECURE_HOSTNAME: secure.cacert.localhost
TVERIFY_HOSTNAME: tverify.cacert.localhost
INSECURE_PORT: 8080 INSECURE_PORT: 8080
SECURE_PORT: 8443 SECURE_PORT: 8443
RETURN_ADDRESS: "returns@cacert.localhost" RETURN_ADDRESS: "returns@cacert.localhost"