jonjon
September 2, 2020, 8:01pm
1
I am using Icewarp’s feature to request a ceritificate from Let’s Encrypt.
My domain requested in the cert is: imap.mark-roberts.com
My hosting provider, if applicable, is: bluehost, imap subdomain redirects to 12.29.12.91 which is where our email server is hosted. Port 80 is open.
1 Like
griffin
September 2, 2020, 9:15pm
2
Welcome to the Let’s Encrypt Community
Thank you for supplying the information you have. There is probably additional detail available for the error you received. Can you post the full response, if there’s more.
1 Like
jonjon
September 2, 2020, 10:22pm
3
edit: I looked at the Icewarp logs and I found the error:
ACME Exception: Error requesting challenges 403 urn:acme:error:unauthorized Error creating new authz :: Validations for new domains are disabled in the VI API
1 Like
jonjon
September 2, 2020, 10:37pm
4
There was a link (below) in the error. I'm currently searching for a solution for this.
1 Like
griffin
September 2, 2020, 10:46pm
5
Your ACME client is outdated. You need an ACMEv2 client. There are a number of choices, including by own (Open ACME), though it is currently being updated.
Last updated: May 1, 2020 | See all Documentation Let’s Encrypt uses the ACME protocol to verify that you control a given domain name and to issue you a certificate. To get a Let’s Encrypt certificate, you’ll need to choose a piece...
jonjon
September 2, 2020, 10:52pm
6
Thank you.
I am using the feature built in IceWarp to request a certificate. I have contacted their support on how to update the ACME client.
1 Like
griffin
September 2, 2020, 10:52pm
7
Sounds like a good idea. Are you limited to their offering?
jonjon
September 2, 2020, 10:56pm
8
I could manually import a certificate. I will look into the documentation on how to do it with Let’s Ecrypt with certbot on manual mode on windows.
1 Like
griffin
September 2, 2020, 11:00pm
9
Perhaps:
certbot certonly --manual -d domain.com,www.domain.com,... --preferred-challenges dns --dry-run
The --dry-run
is purely for testing your process.
1 Like
system
Closed
October 2, 2020, 11:00pm
10
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.