diff options
Diffstat (limited to 'cb.conf')
-rw-r--r-- | cb.conf | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -0,0 +1,13 @@ +#!/bin/bash + +# where do we belong? (must match the setting of the ca) +subject_prefix='/C=DE/ST=Thuringia/L=Jena/O=Eckner/OU=Net' + +# ignore these hosts +ignore_hosts=('localhost') + +# where should the certificates be requested? +ca_host='user@ca.example.com' + +# which user owns the certificates (not root) +certificate_user='http' |