Reputation: 2676
I am installing SSL on my domain which is hosted ad digitalocean. I am following this tutorial. Currently I am trying to do execute commands:
SSLCACertificateFile /home/sammy/intermediate.crt
and
SSLCertificateChainFile /home/sammy/intermediate.crt
but both returns me:
SSLCACertificateFile: command not found
SSLCertificateChainFile: command not found
errors. I am wondering what I am missing.
Upvotes: 2
Views: 3088
Reputation: 9405
These are not commands, you need to put these lines in your config file: httpd.conf
Upvotes: 4