fix auto tls typo (#2174)

This commit is contained in:
Zhimin Xiang 2020-02-04 15:35:30 -08:00 committed by GitHub
parent 70187a046c
commit 4db92cd137
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ Knative supports the following Auto TLS modes:
- This is the recommended mode for faster certificate provision.
- In this mode, a single Certificate will be provisioned per namespace and is reused across the Knative Services within the same namespace.
- **Provision Certificate per namespace is supported when using DNS-01 challenge mode.**
- **Provision Certificate per Knative Service is supported when using DNS-01 challenge mode.**
- This is the recommended mode for better certificate islation between Knative Services.
- In this mode, a Certificate will be provisioned for each Knative Service.
- The TLS effective time is longer as it needs Certificate provision for each Knative Service creation.