39 lines
1.0 KiB
Plaintext
39 lines
1.0 KiB
Plaintext
# Enables colorization (true) or disables it (false)
|
|
#ENABLE_COLOR=true
|
|
|
|
# Path to the certificate authority's private key file
|
|
#KEY_CA_PATH=/etc/pki/tls/private
|
|
|
|
# Path to the certificate authority's public key file
|
|
#CRT_CA_PATH=/etc/pki/tls/certs
|
|
|
|
# Default number of days for the certificate's validity
|
|
# This can be overridden with the `-t or --days` option
|
|
# when running the script.
|
|
#DAYS=365
|
|
|
|
# Variables to use for create ca-config file
|
|
# Country Name (2 letter code)
|
|
#COUNTRY_NAME=CH
|
|
|
|
# State or province name (full name)
|
|
#STATE_OR_PROVINCE_NAME=Vaud
|
|
|
|
# Locality name (eg, city)
|
|
#LOCALITY_NAME=Nyon
|
|
|
|
# Organization name (eg, company)
|
|
#ORGANIZATION_NAME="GMO Lab (gmolab)"
|
|
|
|
# Organizational Unit Name (eg, section)
|
|
#ORGANIZATIONAL_UNIT_NAME="ITCS (Information Technology and Communications Service)"
|
|
|
|
# NOT USE. SET WITH PARAM -n from create-ca.sh script
|
|
# Common Name (eg, YOUR name)
|
|
#COMMON_NAME="GMOLab CA"
|
|
|
|
# Email address
|
|
#EMAIL_ADDRESS=example@example.com
|
|
|
|
# Temp path for certificates files
|
|
#CERTS_TMP_PATH=/tmp/ca |