diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/.gitignore | 2 | ||||
-rw-r--r-- | etc/ca-ssl.conf.in (renamed from etc/ca.conf.in) | 0 | ||||
-rw-r--r-- | etc/ca.conf | 11 | ||||
-rw-r--r-- | etc/server-ssl.conf (renamed from etc/server.conf) | 0 |
4 files changed, 12 insertions, 1 deletions
diff --git a/etc/.gitignore b/etc/.gitignore index ebd5f03..a7a2421 100644 --- a/etc/.gitignore +++ b/etc/.gitignore @@ -1 +1 @@ -ca.conf +ca-ssl.conf diff --git a/etc/ca.conf.in b/etc/ca-ssl.conf.in index 78d211f..78d211f 100644 --- a/etc/ca.conf.in +++ b/etc/ca-ssl.conf.in 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' diff --git a/etc/server.conf b/etc/server-ssl.conf index 337a7a4..337a7a4 100644 --- a/etc/server.conf +++ b/etc/server-ssl.conf |