Add ssl cert for localhost
This commit is contained in:
parent
1783b00d2c
commit
4873a76a83
4 changed files with 29 additions and 3 deletions
14
ssl/localhost.conf
Normal file
14
ssl/localhost.conf
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[dn]
|
||||
CN = localhost
|
||||
|
||||
[req]
|
||||
distinguished_name = dn
|
||||
|
||||
[EXT]
|
||||
subjectAltName = @alternate_names
|
||||
keyUsage = digitalSignature
|
||||
extendedKeyUsage = serverAuth
|
||||
|
||||
[alternate_names]
|
||||
DNS.1 = localhost
|
||||
DNS.2 = odroidxu4.lan
|
||||
Loading…
Add table
Add a link
Reference in a new issue