forked from jan/cacert-devsetup
Configure OCSP and CPS URLs for local signer
This commit is contained in:
parent
605ea490ac
commit
59f4834a4d
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue