commit 9fb5a58ed41d5b0fe0f2755e7dddf21e9a4d56a2 Author: Vu Trung Huan Date: Fri Oct 28 10:39:21 2022 +0700 first commit diff --git a/req.config b/req.config new file mode 100644 index 0000000..2566902 --- /dev/null +++ b/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 \ No newline at end of file