# configuration file for create-ssl-certificate rpm scriptlet

# key length
KEY_LENGTH=2048

# certificate duration
CERT_DAYS=365

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