add gemini support
This commit is contained in:
16
test/default_gmi/localhost.cnf
Normal file
16
test/default_gmi/localhost.cnf
Normal file
@@ -0,0 +1,16 @@
|
||||
[req]
|
||||
default_bits = 2048
|
||||
prompt = no
|
||||
default_md = sha256
|
||||
x509_extensions = v3_req
|
||||
distinguished_name = dn
|
||||
|
||||
[dn]
|
||||
CN = localhost
|
||||
|
||||
[v3_req]
|
||||
subjectAltName = @alt_names
|
||||
|
||||
[alt_names]
|
||||
DNS.1 = localhost
|
||||
IP.1 = 127.0.0.1
|
||||
Reference in New Issue
Block a user