-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathserver.cnf
More file actions
27 lines (22 loc) · 727 Bytes
/
server.cnf
File metadata and controls
27 lines (22 loc) · 727 Bytes
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
HOME = .
RANDFILE = $ENV::HOME/.rnd
[ req ]
default_bits = 2048
default_md = sha256
default_keyfile = privkey.pem
distinguished_name = req_distinguished_name
prompt = no
string_mask = utf8only
req_extensions = v3_req
email_in_dn = no
[ req_distinguished_name ]
countryName = NO
organizationName = UH-IaaS
commonName = dashboard.local1.intern
emailAddress = raymond@uib.no
[ v3_req ]
basicConstraints = CA:FALSE
keyUsage = digitalSignature, keyEncipherment
subjectAltName = @alt_names
[ alt_names ]
DNS.1 = "api.local1.intern"