27 lines
614 B
Cheetah
27 lines
614 B
Cheetah
# paths where the certificate was stored
|
|
certPath=~/own-pki
|
|
|
|
# variables to use for create ca-config file
|
|
# country Name (2 letter code)
|
|
countryName=CH
|
|
|
|
#State or province name (full name)
|
|
stateOrProvinceName=Vaud
|
|
|
|
# locality name (eg, city)
|
|
localityName=Nyon
|
|
|
|
# organization name (eg, company)
|
|
organizationName="GMO Lab (gmolab)"
|
|
|
|
# organizational Unit Name (eg, section)
|
|
organizationalUnitName="ITCS (Information Technology and Communications Service)"
|
|
|
|
# NOT USE. SET WITH PARAM -n from createCA.sh script
|
|
# common Name (eg, YOUR name)
|
|
#commonName="GMOLab CA"
|
|
|
|
# email address
|
|
emailAddress=example@example.com
|
|
|