#onScreen mode - display message log on screen # 0 no display log on screen # 1 display log entry on screen onScreen=0 # debug mode - display more var value #. 0 disable debug mode # 1 enable debug mode debug=0 # folder where the root of the domain PKI is located pkiRootPath=/home/gilles/certs # credentials file for the domain certificate .key file credFilePath=/home/gilles # number of days the certificate is valid upon renewal certDaysValidity=30 # warning message sent x days # before the end of the certificate validity warningDays=7 # critical message sent x days # before the end of the certificate validity criticalDays=3 # certificate renewal x days before # before the end of the certificate validity renewDays=1 # send warning mail warningMail=1 # send critical mail criticalMail=1 # send renewcert mail renewMail=1 # send info mail #if 1 a message is sent each time the file is executed #even if there is no error infoMail=0 # mail recipient msgRecipient=exploit.gmotech@gmail.com