-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tls-sni deprecation #316
Comments
I haven’t found any option to set the validation method in acmetool - how can I switch from |
@inos-github from what i see - if you using challenge-based auth it would be http-01. If you using it in a "proxy" mode - that would probably be SNI-01 |
FYI I use DNS challenges with ISC BIND for several hosts that are behind a firewall (but have external DNS) - works fine for me. |
@haraldkoch are you using acmev2 branch? |
I am not; still on master. |
@haraldkoch but master do not have DNS validation support |
@samm-git thanks for the advice. I'm using the challenge option via http without a proxy so it should be http-01 however I've received a mail from let's encrypt saying I'm still on SNI-01... |
@inos-github i got similar alert but i think that it is not correct and could be a problem on LE side |
According to https://community.letsencrypt.org/t/important-what-you-need-to-know-about-tls-sni-validation-issues/50811 it seems that
TLS-SNI-01
is deprecated now. In Acmetool it is default validation method (withHTTP-01
having lower preference).Should it be deprecated/blocked in acmetool as well? What is a status of the
DNS-01
validation? Any plans to implementTLS-ALPN-01
?Short summary:
HTTP-01
,DNS-01
andTLS-ALPN-01
validation methodsHTTP-01
andTLS-SNI-01
(which is now deprecated due to security issues)The text was updated successfully, but these errors were encountered: