diff options
Diffstat (limited to 'ca.conf')
-rw-r--r-- | ca.conf | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,6 +4,9 @@ ca_name='eckner-ca' ca_subject_prefix='/C=DE/ST=Thuringia/L=Jena/O=Eckner/OU=Net' +# which system user owns the ca +ca_user='erich' + # where should the ca certificates be published? remote_host='user@example.com' remote_dir='httpdocs/certs' |