forked from strick-j/ca-html5gw
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathguac-ssl.cnf
30 lines (25 loc) · 825 Bytes
/
guac-ssl.cnf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# OpenSSL configuration to generate a new key with signing requst for a x509v3
# multidomain certificate
[ req ]
default_bits = 4096
default_md = sha512
default_keyfile = key.pem
prompt = no
encrypt_key = no
# base request
distinguished_name = req_distinguished_name
# extensions
req_extensions = v3_req
# distinguished_name
[ req_distinguished_name ]
countryName = "US" # C=
stateOrProvinceName = "test" # ST=
localityName = "test" # L=
organizationName = "test" # O=
organizationalUnitName = "test" # OU=
commonName = "test.host.local" # CN=
# req_extensions
[ v3_req ]
subjectAltName = @alt_names
[ alt_names ]
DNS.0 = test.host.local