mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-01-02 22:59:59 -06:00
18 lines
265 B
Plaintext
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
|