Fix cert gen

This commit is contained in:
Semen Bezrukov 2020-04-29 10:36:19 +03:00
parent 961a32161e
commit f91805504b

View file

@ -8,6 +8,7 @@ certificate=tls.crt
openssl genrsa -out ${private_key} 2048
openssl req \
-new \
-subj "/C=US/ST=Denial/L=Springfield/O=Dis/CN=backendserver-address" \
-key ${private_key} \
-out ${certificate_request}
openssl x509 \