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

Explicitly point out not installing ns-cert component for http01 challenge #2890

Merged
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/serving/using-auto-tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,10 @@ and which DNS provider validates those requests.

If you choose to use the mode of provisioning certificate per namespace, you need to install `networking-ns-cert` components.

**Note that provisioning certificate per namespace only works with DNS-01
challenge. If you choose to use HTTP-01 challenge, you must NOT install this
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just curious, ns-cert for HTTP-01 is under development? Or it will never support HTTP-01?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It will never support HTTP01 as the namespace-level cert is wildcard cert which can only works with DNS01.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see. Thank you.

component**
ZhiminXiang marked this conversation as resolved.
Show resolved Hide resolved

abrennan89 marked this conversation as resolved.
Show resolved Hide resolved
1. Determine if `networking-ns-cert` deployment is already installed by
running the following command:

Expand Down