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.