This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
if [ ! -f /certs/private_key.pem ]; then
|
if [ ! -f /certs/private_key.pem ]; then
|
||||||
echo "Generating RSA key pair..."
|
echo "Generating RSA key pair..."
|
||||||
openssl genrsa -out /certs/private_key.pem 2048
|
openssl genrsa -out /certs/private_key.pem 2048
|
||||||
openssl rsa -in /certs/private_key.pem -pubout -out public_key.pem
|
openssl rsa -in /certs/private_key.pem -pubout -out /certs/public_key.pem
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Launch the application
|
# Launch the application
|
||||||
|
|||||||
Reference in New Issue
Block a user