I tried to run ./certbot-auto renew --dry-run after ./certbot-auto certonly --webroot -w /opt/bitnami/apps/wordpress/htdocs -d periwinkkle.com -d www.periwinkkle.com
It is show error like-
Renewing an existing certificate
Performing the following challenges:
http-01 challenge for periwinkkle.com
http-01 challenge for www.periwinkkle.com
Cleaning up challenges
Attempting to renew cert (periwinkkle.com) from /etc/letsencrypt/renewal/periwinkkle.com.conf produced an unexpected error: Missing command line flag or config entry for this setting:
Select the webroot for www.periwinkkle.com:
Choices: [âEnter a new webrootâ, â/opt/bitnami/apps/wordpress/htdocsâ]
(You can set this with the --webroot-path flag). Skipping.
All renewal attempts failed. The following certs could not be renewed:
/etc/letsencrypt/live/periwinkkle.com/fullchain.pem (failure)
** DRY RUN: simulating âcertbot renewâ close to cert expiry
** (The test certificates below have not been saved.)
All renewal attempts failed. The following certs could not be renewed:
/etc/letsencrypt/live/periwinkkle.com/fullchain.pem (failure)
** DRY RUN: simulating âcertbot renewâ close to cert expiry
** (The test certificates above have not been saved.)
1 renew failure(s), 0 parse failure(s)
How can I fix it�