From 554ffeee1753f14ccb121d460570abed4bb0cb74 Mon Sep 17 00:00:00 2001 From: "Breder, Jonas" <jonas.breder@uni-hamburg.de> Date: Wed, 4 Dec 2024 15:54:32 +0000 Subject: [PATCH] Update file README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f182e5f..8f70bf2 100755 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ 1. Establish a ssh connection onto your server. 2. Create empty folder ``mkdir /opt/otree/temp`` and switch into ``cd /opt/otree/temp``. 3. Adapt your config file ``request.conf``. -4. Generate encrypted private key and certificate request file with ``openssl req -config request.conf -newkey rsa:2048 -sha256 -outform PEM -out certrequest.pem`` from config file. +4. Generate encrypted private key and certificate request file with ``openssl req -new -config request.conf -newkey rsa:2048 -sha256 -keyout domain.key.pem.enc -outform PEM -out certrequest.pem`` from config file. 5. Verify your ``certrequest.pem`` with ``openssl req -in certrequest.pem -text`` 6. Make a request with the certificate request file at your responsible office. 7. Unencrypt your private key with: ``openssl rsa -in domain.key.pem.enc -out domain.key.pem``. -- GitLab