aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
blob: 376cb904e3b15bd02f70fda10d8aeb2f75f9fbdc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# configuration file for create-ssl-certificate rpm scriptlet

# key length
KEY_LENGTH=4096

# certificate duration
CERT_DAYS=365

# certificate values
EMAIL_ADDRESS=root@$host
COMMON_NAME=$host
ORGANISATIONAL_UNIT_NAME="default $srv cert for $host"