Add TVERIFY_HOSTNAME to support older code base
This commit is contained in:
parent
dbb500f8e8
commit
d3a44eb38e
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue