I'm unable to get a certificate.
My domain is: phoenixave.com
I ran this command: sudo certbot --apache
It produced this output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
ssl_module is statically linked but --apache-bin is missing; not disabling session tickets.Which names would you like to activate HTTPS for?
We recommend selecting either all domains, or all domains in a VirtualHost/server block.Select the appropriate numbers separated by commas and/or spaces, or leave input
blank to select all options shown (Enter 'c' to cancel): 1
Requesting a certificate for phoenixave.comCertbot failed to authenticate some domains (authenticator: apache). The Certificate Authority reported these problems:
Identifier: phoenixave.com
Type: unauthorized
Detail: 74.104.194.221: Invalid response from http://phoenixave.com/.well-known/acme-challenge/psIXofk2urg_TgWG6R9JRTRAVL0TNlyPwSM60ISMKKY: 404Hint: The Certificate Authority failed to verify the temporary Apache configuration changes made by Certbot. Ensure that the listed domains point to this Apache server and that it is accessible from the internet.
Some challenges have failed.
Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /var/log/letsencrypt/letsencrypt.log or re-run Certbot with -v for more details.
My web server is (include version): Apache/2.4.62 (Unix)
The operating system my web server runs on is (include version): MacOS 26.3.1
My hosting provider, if applicable, is: n/a
I can login to a root shell on my machine (yes or no, or I don't know): yes
I'm using a control panel to manage my site (no, or provide the name and version of the control panel): no
The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot): certbot 5.4.0
It's unclear to me where certbot is trying to put the .well-known directory (I was expecting it to tell me with --verbose, but it didn't).
When I run apachectl -t -D DUMP_VHOSTS I get:
VirtualHost configuration:
*:80 phoenixave.com (/opt/homebrew/etc/httpd/extra/httpd-vhosts.conf:23)