From 9fb5a58ed41d5b0fe0f2755e7dddf21e9a4d56a2 Mon Sep 17 00:00:00 2001 From: Vu Trung Huan Date: Fri, 28 Oct 2022 10:39:21 +0700 Subject: [PATCH] first commit --- req.config | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 req.config 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