mirror of
https://github.com/int128/kubelogin.git
synced 2026-02-14 16:39:51 +00:00
16 lines
320 B
INI
16 lines
320 B
INI
[ req ]
|
|
distinguished_name = req_distinguished_name
|
|
req_extensions = v3_req
|
|
|
|
[ req_distinguished_name ]
|
|
|
|
[ v3_req ]
|
|
basicConstraints = CA:FALSE
|
|
keyUsage = nonRepudiation, digitalSignature, keyEncipherment
|
|
subjectAltName = @alt_names
|
|
extendedKeyUsage = serverAuth
|
|
|
|
[alt_names]
|
|
DNS.1 = dex-server
|
|
DNS.2 = dex-server:30443
|