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 req \
|
||||
-new \
|
||||
-subj "/C=US/ST=Denial/L=Springfield/O=Dis/CN=backendserver-address" \
|
||||
-key ${private_key} \
|
||||
-out ${certificate_request}
|
||||
openssl x509 \
|
||||
|
|
Loading…
Reference in a new issue