mirror of https://github.com/Icinga/icinga2.git
9 lines
229 B
Plaintext
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"
|