<html id="
To fix these errors, please make sure that your domain name was
entered correctly and the DNS A record(s) for that domain
contain(s) the right IP address.
- Your account credentials have been saved in your Certbot
configuration directory at /etc/letsencrypt. You should make a
secure backup of this folder now. This configuration directory will
also contain certificates and private keys obtained by Certbot so
making regular backups of this folder is ideal.
my site is live site so assume that the DNS is right,
Or is the problem is in the .well known folder?
Thanks
might need some modification if you’ve made changes to the default Bitnami setup - or if for some other reason your VM is different from the one I downloaded. Most likely culprit is the /opt/bitnami/apache2/htdocs. If your website files (Wordpress) are in a different location, you’ll have to specify that location instead.
If you’re not sure, try placing some a test text file wherever you think it should be, and see if you can access it with a web browser.
I didn’t do any change to Bitnami My WP is install in /opt/bitnami/apps/wordpress/htdocs/
my .welknown is at /opt/bitnami/apache2/htdocs
I see my .wellknown is empty and I don’t see acme-challenge folder is it something I need to add?
I'm not sure that I get the certificate name right. When I type certbot certificates.
I get
certbot [SUBCOMMAND] [options] [-d DOMAIN] [-d DOMAIN] ...
Certbot can obtain and install HTTPS/TLS/SSL certificates. By default,
it will attempt to use a webserver both for obtaining and installing the
cert.
certbot: error: unrecognized arguments: certificates.
Older versions of Certbot don't support the certbot certificates command, but not to worry - the certificate name is also included in the output you posted above; it's part of the certificate path. It's artofchangetherapy.com
I'd guess that you have some other virtual host also referring to the old self-signed certificate, and Apache is picking that up instead of the default configuration. Perhaps something added by Bitnami's Wordpress installer, if you didn't do it yourself. Have a look, using something like
grep -lr SSLCertificate /opt/bitnami
to find where the additional file might be, where you need to make the same change, and restart apache again.
That would be my guess as to the most likely suspect, so try making the change there first. Failing that, try all the files ending in .conf until you find the right one