failed to load public/private keys

Setting up a web server and following the documentation found here: https://www.openbsdhandbook.com/services/webserver/ssl/

After completing the acme-client -v example.com [I replaced example with my domain when running code]
When checking the configuration for my httpd file, I get the following as a response.
Code:
httpd -n
/etc/httpd.conf:14: server "example.com": failed to load public/private keys
configuration OK


Anyone run into this issue before? (First time setting up a web server)
 
httpd.conf is at /usr/local/etc/apache24/httpd.conf. Not /etc/httpd.conf.

OpenBSD has a httpd daemon in the base OS. FreeBSD doesn't. You're not asking how to configure OpenBSD are you?
 
If it's about OpenBSD, then yes. You're on the wrong forum. We only support FreeBSD here.
 
Back
Top