summaryrefslogtreecommitdiffstats
path: root/kubernetes/cds/charts/cds-py-executor/resources/certs/py-executor.conf
blob: 547810b08139b78697c21e4c8e587b66826aa2b4 (plain)
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[req]
default_bits        = 4096
default_keyfile     = py-executor-key.pem
distinguished_name  = subject
req_extensions      = extensions
x509_extensions     = extensions
string_mask         = utf8only

[ subject ]
countryName         = Country Name (2 letter code)
countryName_default     = US

stateOrProvinceName     = State or Province Name (full name)
stateOrProvinceName_default = New Jersey

localityName            = Locality Name (eg, city)
localityName_default        = Middletown

organizationName         = Organization Name (eg, company)
organizationName_default    = ONAP Community

commonName          = Common Name (e.g. server FQDN or YOUR name)
commonName_default      = CCSDK

emailAddress            = Email Address
emailAddress_default        = bs2796@att.com

[ extensions ]

subjectKeyIdentifier        = hash
authorityKeyIdentifier  = keyid,issuer

basicConstraints        = CA:FALSE
keyUsage            = nonRepudiation, digitalSignature, keyEncipherment
extendedKeyUsage    = serverAuth
subjectAltName          = @alt_names
nsComment           = "OpenSSL Generated Certificate"

[alt_names]
DNS.1 = *cds-controller-*
DNS.2 = *cds-py-executor-*
DNS.3 = *py-executor
DNS.4 = *py-executor-*
DNS.5 = *-pyexec-*
DNS.6 = localhost
IP.1 = 127.0.0.1