From 76cc34a00ad4cbc66f4173ac5129004076e64f39 Mon Sep 17 00:00:00 2001 From: tonyrewin Date: Thu, 22 Sep 2022 19:22:03 +0300 Subject: [PATCH] trig --- create_crt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_crt.sh b/create_crt.sh index 6d0f4a28..220a2340 100644 --- a/create_crt.sh +++ b/create_crt.sh @@ -7,6 +7,6 @@ openssl req -newkey rsa:4096 \ -nodes \ -out discours.crt \ -keyout discours.key \ - -subj "/C=RU/ST=Moscow/L=Moscow/O=Discours/OU=Site/CN=build.discours.io" + -subj "/C=RU/ST=Moscow/L=Moscow/O=Discours/OU=Site/CN=newapi.discours.io" openssl x509 -in discours.crt -out discours.pem -outform PEM