Authenticate without website

Is there a way to authenticate without having a website? I need certificates for email servers and I don’t have any pull with the website folks to get their ISP to make the changes.

Is there some other way using DNS or the like?

Thanks!

Yes, you can use the dns-01 challenge. You can read more about the different challenge types here: Challenge Types - Let's Encrypt

1 Like

Hi @OsoRojo

do you control mail.example.com?

If yes, create there a webserver. Or use Certbot with --standalone.

Or use dns validation. Then you don't need a running webserver and you don't need a public ip address.

But if you have a mail server, you have already a public ip address, so it's easy to add a temporary webserver (start - stop before after renew).

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.