1

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.

birdcage
  • 2,638
  • 4
  • 35
  • 58

1 Answers1

3

These are not commands, you need to put these lines in your config file: httpd.conf

mel3kings
  • 8,857
  • 3
  • 60
  • 68