When I try to request a certificate from the Sectigo ACME service, I get the error below.
I have followed the necessary steps from their documentation in setting up an ACME account, including adding the domain. I also registered the account using certbot register and it shows up correctly using certbot show_account.
My domain is: irrelevant, the problem occurs with any domain name
I ran this command: sudo certbot certonly --webroot -w /home/bitnami/htdocs -d some.domain.eu
It produced this output: An unexpected error occurred: The identifiers are not all linked to the same preauthorized Subject organization name/address
My web server is (include version): apache 2.4.57
The operating system my web server runs on is (include version): Debian 11.10
My hosting provider, if applicable, is: MS Azure
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 2.11.0
Well, in any case, the error comes from the Sectigo ACME server, not from Certbot (it just passes it along). Thus, the problem and solution would also need to be searched at Sectigo.
If that guide doesn't help, perhaps you can ask Sectigos support how to fix it.
For anyone running into the same issue: I made a mistake when I added the domain to the ACME account in the Sectigo portal. I added *.domain.eu, but adding the wildcard domain does nothing. Adding the "regular" domain domain.eu solved the issue.
This is kind of confusing and particularly, it's not mentioned in the SCM admin guide.