- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhttps.config
More file actions
Latest commit
19 lines (16 loc) · 503 Bytes
/
Copy pathhttps.config
File metadata and controls
19 lines (16 loc) · 503 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[ req ]
default_bits = 2048
default_md = sha256
default_keyfile = cert-aspnetcore.key
prompt = no
encrypt_key = no
distinguished_name = req_distinguished_name
req_extensions = v3_req
x509_extensions = v3_req
[ req_distinguished_name ]
commonName = "localhost"
[ v3_req ]
subjectAltName = DNS:localhost
basicConstraints = critical, CA:false
keyUsage = critical, keyEncipherment
extendedKeyUsage = critical, 1.3.6.1.5.5.7.3.1