mirror of https://github.com/docker/docs.git
Minor edit
This commit is contained in:
parent
3e11dd8957
commit
1415538e0d
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue