I ran the following certbot command at CL (CentOS 6.9):
./certbot-auto --apache
This seemed to step through and execute successfully for the various websites on our server. But afterwards no changes to our Apache configuration appear to’ve been made.
No problem, I’ll just find the new certs on our server and configure SSL virtual hosts manually, right? But I’m able to find no new certs anywhere on the server (‘locate *.crt’ turns up no new files).
Can someone offer guidance? What am I doing wrong here?
That would be because the extension is .pem. Specifically, the files are cert.pem and privkey.pem (with additional chain.pem and fullchain.pem). You should find them in /etc/letsencrypt/live, IIRC.
I think it saves them as .pem. Have you taken a look around your /etc/letsencrypt directory. Also, post logs so we can help determine where the apache plugin failed.