Skip to content
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

Supporting tls-sni-01 #92

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

stribioli
Copy link

Introducing support for tls-sni-01 challenge type, as implemented by Let's Encrypt/boulder (i.e. without iterations).

Current modes (BaseHTTPServer- and file-based) are renamed http-standalone (still the default) and http-file. New mode is named tls.

TLS SNI mode computes SANs and suggests the openssl command to generate the required self-signed certificate. Then, it merely tells the user to run the command and load the certificate on their web server.
No precise instructions are given, but this mode is inherently for advanced users who are not able to use the simpler http-01 challenge, due to uncommon configurations.

Introducing support for tls-sni-01 challenge type, as implemented
by Let's Encrypt/boulder (i.e. without iterations).

Current modes (BaseHTTPServer- and file-based) are renamed
http-standalone (still the default) and http-file. New mode
is named tls.

TLS SNI mode computes SANs and suggests the openssl command to
generate the required self-signed certificate. Then, it merely
tells the user to run the command and load the certificate on
their web server.
No precise instructions are given, but this mode is inherently
for advanced users who are not able to use the simpler http-01
challenge, due to uncommon configurations.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant