Fix cert gen
This commit is contained in:
parent
961a32161e
commit
f91805504b
|
@ -8,6 +8,7 @@ certificate=tls.crt
|
||||||
openssl genrsa -out ${private_key} 2048
|
openssl genrsa -out ${private_key} 2048
|
||||||
openssl req \
|
openssl req \
|
||||||
-new \
|
-new \
|
||||||
|
-subj "/C=US/ST=Denial/L=Springfield/O=Dis/CN=backendserver-address" \
|
||||||
-key ${private_key} \
|
-key ${private_key} \
|
||||||
-out ${certificate_request}
|
-out ${certificate_request}
|
||||||
openssl x509 \
|
openssl x509 \
|
||||||
|
|
Loading…
Reference in a new issue