# Directory containing the files needed to generate new certificates. # DEFAULT: ../lib/ relative to the directory containing the script # itself. #workdir=../lib/ssl_mgmt #workDir=/usr/lib/ssl_mgmt # Directory where to store new certificates # DEFAULT: /etc/ssl/certs #certDestDir=/etc/ssl/certs # Directory where to store new keys (private part of certificates) # DEFAULT: /etc/ssl/private #keyDestDir=/etc/ssl/private # Path to the root certificate file # DEFAULT: $certDestDir/ca-cert.pem #CACertPath=$certDestDir/ca-cert.pem # Path to the root certificate key file # DEFAULT: $keyDestDir/ca-key.pem #CAKeyPath=$keyDestDir/ca-key.pem # Path to the file containing the password of the root certificate key # DEFAULT: #rootCAPwdPath= # List of certificate handled by ssl_mgmt. This list is used by the command # renew all to determine the certificates that need to be renewed. # DEFAULT: #managedCerts= # ID of the key to use to sign the message sent to $notifiedUsers when a # certificate is created or renewed. # DEFAULT: #keyId= # File containing the password to unlock the key to sign the message sent to # $notifiedUsers when a certificate is created or renewed. # DEFAULT: read from STDIN #keyPwdPath= # List of users to be notified when a certificate is created or renewed. # DEFAULT: #notifiedUsers= # Subject of the mail sent to the users specified in $notifiedUsers when a # certificate is created or renewed. # DEFAULT: 'New fingerprint for service $service' #notifySubject='New fingerprint for service $service' # Template of the body of the mail sent to the users specified in # $notifiedUsers when a certificate is created or renewed. # DEFAULT: 'Certificate for $service has changed. # The fingerprint of the new certificate is: # # $fingerprint' #notifyTemplate='Certificate for $service has changed. #The fingerprint of the new certificate is: # #$fingerprint'