From bd71563fd6c2044db87d81cdadf938d1fa215245 Mon Sep 17 00:00:00 2001 From: "Breder, Jonas" <jonas.breder@uni-hamburg.de> Date: Wed, 4 Dec 2024 16:05:43 +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 8f70bf2..5bb9921 100755 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ 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``. -8. Move your unencrypted private key file with ``sudo mv /opt/otree/temp/private-key.pem /etc/ssl/private/domain.key.pem.enc``. +8. Move your unencrypted private key file with ``sudo mv /opt/otree/temp/private-key.pem /etc/ssl/private/domain.key.pem``. 9. Upload the obtained certificate and the certificate chain onto your server into ``/opt/otree/temp`` and append the chain (PA-Cert) to the certificate with ``cat pa-chain.pem >> cert-myserver.pem``. 10. Lastly move the certificate to the correct location: ``sudo mv /opt/tree/temp/cert-myserver.pem /etc/ssl/certs/domain.crt.pem``. 11. And set the permissions correctly: -- GitLab