commit
9fb5a58ed4
1 changed files with 17 additions and 0 deletions
@ -0,0 +1,17 @@
|
||||
[req] |
||||
distinguished_name = vitanedu_local |
||||
req_extensions = v3_req |
||||
prompt = no |
||||
[vitanedu_local] |
||||
C = GB |
||||
ST = VietNam |
||||
L = HaNoi |
||||
O = VitanEdu |
||||
OU = VitanEdu |
||||
CN = *.svc |
||||
[v3_req] |
||||
keyUsage = keyEncipherment, dataEncipherment |
||||
extendedKeyUsage = serverAuth |
||||
subjectAltName = @alt_names |
||||
[alt_names] |
||||
DNS.1 = *.bnd-ce-admission-api.svc |
||||
Loading…
Reference in new issue