Browse Source

first commit

main
Vu Trung Huan 4 years ago
commit
9fb5a58ed4
  1. 17
      req.config

17
req.config

@ -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…
Cancel
Save