diff options
author | Erich Eckner <git@eckner.net> | 2019-08-29 11:13:36 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-08-29 11:13:36 +0200 |
commit | 3c5f739b6d6d86ecb86cf88834b95a8929771c8f (patch) | |
tree | bfbc74404da56bd568e46281f67756db5abb8aac /ca.conf | |
parent | ef01a84a94041987cb952bb1313d33e338818fc4 (diff) | |
download | simple-pki-3c5f739b6d6d86ecb86cf88834b95a8929771c8f.tar.xz |
ca stuff done
Diffstat (limited to 'ca.conf')
-rw-r--r-- | ca.conf | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +#!/bin/bash + +# details of the ca +ca_name='eckner-ca' +ca_subject_prefix='/C=DE/ST=Thuringia/L=Jena/O=Eckner/OU=Net' + +# where should the ca certificates be published? +remote_host='user@example.com' +remote_dir='httpdocs/certs' |