Configure OCSP and CPS URLs for local signer

This commit is contained in:
Jan Dittberner 2020-12-26 12:13:27 +01:00
parent 605ea490ac
commit 59f4834a4d
1 changed files with 2 additions and 0 deletions

View File

@ -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