diff --git a/README.md b/README.md index 8f70bf20650843eea59c499346bd8503c0cdf853..5bb99217f16246a55f192abfcc0bf7e4d3097305 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: