mirror of
https://github.com/Inndy/twnhi-smartcard-agent.git
synced 2025-07-18 05:03:21 +00:00
First public release
This commit is contained in:
14
certs/san.cnf
Normal file
14
certs/san.cnf
Normal file
@ -0,0 +1,14 @@
|
||||
[ 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
|
Reference in New Issue
Block a user