-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathca_config.txt
31 lines (27 loc) · 1.08 KB
/
ca_config.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[ req ]
default_bits = 2048
default_md = sha512
default_keyfile = ca.key
prompt = no
encrypt_key = yes
# base request
distinguished_name = req_distinguished_name
# extensions
req_extensions = v3_req
# distinguished_name
[ req_distinguished_name ]
countryName = "DE" # C=
stateOrProvinceName = "Cologne" # ST=
localityName = "Cologne" # L=
postalCode = "424242" # L/postalcode=
streetAddress = "Hallo 1621" # L/street=
organizationName = "giantswarm" # O=
organizationalUnitName = "Emojy Department" # OU=
commonName = "giantswarm.io" # CN=
emailAddress = "[email protected]" # CN/emailAddress=
# req_extensions
[ v3_req ]
# The subject alternative name extension allows various literal values to be
# included in the configuration file
# http://www.openssl.org/docs/apps/x509v3_config.html
subjectAltName = DNS:www.giantswarm.io,DNS:www2.giantswarm.io # multidomain certificate