My domain is: example.com
I ran this command:
echo "Renewing certificate now.."
certbot certonly --authenticator dns-azure --preferred-challenges dns --noninteractive --agree-tos --dns-azure-config ./azure.ini -m ITSOECloudandIaaS-AzureSMEs@example.com $san_args --key-type rsa --config-dir $HOME/.config/letsencrypt --work-dir $HOME/.local/share/letsencrypt --logs-dir $HOME/.cache/letsencrypt -v
It produced this output:
domainname: example.com
Preparing azure.ini file..
azure.ini file created successfully..
checking existing CNAME records..
Renewing certificate now..
Saving debug log to /home/runner/.cache/letsencrypt/letsencrypt.log
Plugins selected: Authenticator dns-azure, Installer None
Account registered.
Requesting a certificate for stage-printapi.example.com and stage-printapi.internal.example.com
An unexpected error occurred:
No such authorization
Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /home/runner/.cache/letsencrypt/letsencrypt.log or re-run Certbot with -v for more details.
Error: Process completed with exit code 1.
My web server is (include version):
The operating system my web server runs on is (include version): Github Action - Image: ubuntu-24.04 - Version: 20250710.1.0
The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot): certbot 4.1.1
hi Team,
Please could you help as why there is an intermittent issue that we run into? It sometimes works fine and sometimes fails with the above mentioned error.
If we re-run, it works fine.
Please note - I am running as a Github Action whose details are as follows -
Image: ubuntu-24.04
Version: 20250710.1.0
Thanks for your support.