Files
hatchet/hack/dev/certs/internal-admin-client-cert.conf
Alexander Belanger 366c79441d first commit
2023-12-15 13:08:04 -05:00

18 lines
265 B
Plaintext

[req]
default_bits = 4096
prompt = no
default_md = sha256
req_extensions = req_ext
distinguished_name = dn
[dn]
C = US
ST = WA
O = Test Client, Inc.
CN = internal-admin
[req_ext]
subjectAltName = @alt_names
[alt_names]
DNS.1 = localhost
IP.1 = ::1
IP.2 = 127.0.0.1