mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-04-19 16:00:51 -05:00
* feat: add `hatchet-admin` command and improve dockerfiles - Also bumps `prisma-client-go` version
18 lines
255 B
Plaintext
18 lines
255 B
Plaintext
[req]
|
|
default_bits = 4096
|
|
prompt = no
|
|
default_md = sha256
|
|
req_extensions = req_ext
|
|
distinguished_name = dn
|
|
[dn]
|
|
C = US
|
|
ST = NY
|
|
O = Hatchet
|
|
CN = internal-admin
|
|
[req_ext]
|
|
subjectAltName = @alt_names
|
|
[alt_names]
|
|
DNS.1 = localhost
|
|
IP.1 = ::1
|
|
IP.2 = 127.0.0.1
|