From 59f4834a4d3706c65080749b035986872c137fd5 Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Sat, 26 Dec 2020 12:13:27 +0100 Subject: [PATCH] Configure OCSP and CPS URLs for local signer --- docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index 3e39487..564cf76 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -117,6 +117,8 @@ services: SIGNER_BASEDIR: /srv/ca SIGNER_GPG_KEYRING_DIR: /srv/ca/gpg SIGNER_GPG_ID: gpg@cacert.localhost + SIGNER_CPS_URL: https://www.cacert.localhost:8443/cps.php + SIGNER_OCSP_URL: http://ocsp.cacert.localhost/ volumes: - signersockets:/srv/sockets - signerdata:/srv/ca