Add customer api certificates
This commit is contained in:
11
api-customer/certs/server.ext
Normal file
11
api-customer/certs/server.ext
Normal file
@@ -0,0 +1,11 @@
|
||||
authorityKeyIdentifier=keyid,issuer
|
||||
basicConstraints=CA:FALSE
|
||||
keyUsage = digitalSignature, keyEncipherment
|
||||
extendedKeyUsage = serverAuth
|
||||
subjectAltName = @alt_names
|
||||
|
||||
[alt_names]
|
||||
DNS.1 = localhost
|
||||
IP.1 = 127.0.0.1
|
||||
|
||||
IP.2 = 192.168.15.125
|
||||
Reference in New Issue
Block a user