feat(ssl)
This commit is contained in:
8
assets/ssl/localhost/localhost.ext
Normal file
8
assets/ssl/localhost/localhost.ext
Normal file
@@ -0,0 +1,8 @@
|
||||
authorityKeyIdentifier = keyid,issuer
|
||||
basicConstraints = CA:FALSE
|
||||
keyUsage = digitalSignature, nonRepudiation, keyEncipherment, dataEncipherment
|
||||
subjectAltName = @alt_names
|
||||
|
||||
[alt_names]
|
||||
DNS.1 = localhost
|
||||
IP.1 = 127.0.0.1
|
||||
Reference in New Issue
Block a user