1
0
mirror of https://github.com/Icinga/icinga2.git synced 2025-06-03 05:10:18 +02:00
2013-10-23 13:02:38 +02:00

9 lines
229 B
Plaintext

# Icinga 2 default CA vars
export REQ_COUNTRY_NAME="AU"
export REQ_STATE="Some-State"
export REQ_ORGANISATION="Internet Widgits Pty Ltd"
export REQ_ORG_UNIT="Monitoring"
export REQ_COMMON_NAME="Icinga CA"
export REQ_DAYS="3650"