Skip to content
Snippets Groups Projects
Commit bd71563f authored by Breder, Jonas's avatar Breder, Jonas
Browse files

Update file README.md

parent 554ffeee
Branches
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment