Minor edit

This commit is contained in:
Maria Bermudez 2018-12-27 10:07:07 -08:00 committed by GitHub
parent 3e11dd8957
commit 1415538e0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -139,12 +139,12 @@ If everything is properly configured you should get a JSON payload:
```
Since the proxy uses SNI to decide where to route traffic, make sure you're
using a version of curl that includes the SNI header with insecure requests.
If this doesn't happen, curl displays an error saying that the SSL handshake
using a version of `curl` that includes the SNI header with insecure requests.
If this doesn't happen, `curl` displays an error saying that the SSL handshake
was aborterd.
NOTE: Currently there is no way to update expired certificates using this method. The proper way is to
create a new secret then update the corresponding service.
> ***NOTE:*** Currently there is no way to update expired certificates using this method.
> The proper way is to create a new secret then update the corresponding service.
## Let your service handle TLS