summaryrefslogtreecommitdiff
path: root/etc/ca.conf
blob: 2dccb42be4c75c4b3b315d584aa9d037be930617 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash

# how long do we keep the old signature of the root-ca (days)
ca_keep_duration=60

# how long do we wait before using the new root-ca (days)
ca_min_duration=10

# 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'