summaryrefslogtreecommitdiff
path: root/etc/ca.conf
blob: b4e8ca3e3c231ae748f44103cf8836166725aee3 (plain)
1
2
3
4
5
6
7
8
9
10
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'