1

I am following this tutorial to setup ssl on a raspbian. http://www.flatmtn.com/article/setting-ssl-certificates-apache The guide is for red hat.

Where is the default location to copy the key and certificate on the raspbian installation ?

4) Copy to the correct location

For apache 2.x on Red Hat using the default location, the directory is:

For the name-key.pem: cp name-key.pem /etc/httpd/conf/ssl.key/

For the certificate: cp name-cert.pem /etc/httpd/conf/ssl.crt/

asked Jul 28, 2014 at 2:27

1 Answer 1

0

It does not matter where you put the files, Just make sure that Apache can read the files. You need to specify their location in the configuration file of Apache.

But just in case, the common location for the cert files in Debain is,

/etc/apache2/cert/
#or
/etc/ssl
-/etc/ssl/certs
-/etc/ssl/private
answered Jul 28, 2014 at 9:44

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.