Files
greptimedb/src/servers/tests/ssl/csr.conf
zyy17 cc46194f29 refactor: support TLS private key of RSA format and add the full test certificates generation (#885)
chore: add the full certificate generation

Signed-off-by: zyy17 <zyylsxm@gmail.com>

Signed-off-by: zyy17 <zyylsxm@gmail.com>
2023-01-19 13:13:33 +08:00

24 lines
345 B
Plaintext

[ req ]
default_bits = 2048
prompt = no
default_md = sha256
req_extensions = req_ext
distinguished_name = dn
[ dn ]
C = CN
ST = Hangzhou
L = Hangzhou
O = Greptime
OU = Greptime Developer
CN = greptime.com
[ req_ext ]
subjectAltName = @alt_names
[ alt_names ]
DNS.1 = *.greptime.com
DNS.2 = *.greptime.cloud
DNS.3 = localhost
IP.1 = 127.0.0.1