My domain is: loop.com
I ran this command:
certbot certonly --dns-route53 -d jpm-payments.ingress.loop.com --email payments-engineering@loop.com --agree-tos --no-eff-email --key-type rsa --required-profile tlsclient
It produced this output:
account ID 3374229896 is not permitted to use certificate profile "tlsclient"
My hosting provider, if applicable, is: AWS
The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot): cerbot 5.2.2
We use LetsEncrypt certificates to integrate with an external party. The regeneration process stages new certs by working from a transient tmp directory for work-dir, config-dir, logs-dir. Public and private keys are stashed as secrets in AWS before the the tmp directory is cleaned up entirely. AFAIK this means we have no way to recover the account that was previously used to generate certificates with the tlsclient profile.
Looking for confirmation or suggestions - is there any way to recover the account previously utilized to generate tlsclient profile certificates? We used the profile after October 25, but did not retain all accounts.
Or, is there an opportunity to permit new client certificate generation? Our integration partner is not flexible here and will not offer a private CA solution until later this year.