Reputation: 51
I want to setup https on my site
<VirtualHost 1.2.3.4:443> ... SSLEngine on SSLCertificateFile /usr/local/ssl/www.blabla.com/public.crt SSLCertificateKeyFile /usr/local/ssl/www.blabla.com/private.key SSLCACertificateFile /usr/local/ssl/www.blabla.com/intermediate.crt ... </VirtualHost>
I've bought certificate and they provide me: ssl certificate code, root certificate code and intermediate certificate code. What is CertificateFile and CertificateKeyFile from these?
Upvotes: 0
Views: 73
Reputation: 17896
Upvotes: 1