diff options
Diffstat (limited to 'cb.conf')
-rw-r--r-- | cb.conf | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -11,3 +11,6 @@ ca_host='user@ca.example.com' # which user owns the certificates (not root) certificate_user='http' + +# directory of the webserver - must be reachable via https://$host/.csr/ +webserver_dir='/srv/http/httpdocs/.csr' |