mirror of
https://github.com/Inndy/twnhi-smartcard-agent.git
synced 2025-07-17 20:53:22 +00:00
15 lines
305 B
INI
15 lines
305 B
INI
[ req ]
|
|
distinguished_name = req_dn
|
|
req_extensions = req_ext
|
|
prompt = no
|
|
[ req_dn ]
|
|
C = TW
|
|
ST = Taiwan
|
|
O = Inndy's NHI Smartcard Client
|
|
[ req_ext ]
|
|
basicConstraints = CA:FALSE
|
|
keyUsage = digitalSignature, keyEncipherment
|
|
subjectAltName = @alt_names
|
|
[ alt_names ]
|
|
DNS.1 = iccert.nhi.gov.tw
|