diff options
Diffstat (limited to 'etc/ca.conf')
-rw-r--r-- | etc/ca.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/ca.conf b/etc/ca.conf new file mode 100644 index 0000000..b4e8ca3 --- /dev/null +++ b/etc/ca.conf @@ -0,0 +1,11 @@ +#!/bin/bash + +# how long do we keep the old signature of the root-ca (days) +ca_min_duration=60 + +# 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' |