This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
if [ ! -f /certs/private_key.pem ]; then
|
||||
echo "Generating RSA key pair..."
|
||||
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
|
||||
|
||||
# Launch the application
|
||||
|
||||
Reference in New Issue
Block a user