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

18 lines
257 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 Cluster, Inc.
CN = cluster
[req_ext]
subjectAltName = @alt_names
[alt_names]
DNS.1 = cluster
IP.1 = ::1
IP.2 = 127.0.0.1