mirror of https://github.com/docker/docs.git
Added specifics about bringing your own cert
Signed-off-by: Matt Bentley <matt.bentley@docker.com>
This commit is contained in:
parent
92991ee0f6
commit
0cbb2e32ee
|
|
@ -67,8 +67,8 @@ If you want to use your own certificates:
|
|||
3. Add the following files to the volume top-level directory:
|
||||
|
||||
| File | Description |
|
||||
|:---------|:---------------------------------------------------------------|
|
||||
| ca.pem | Your Root CA Certificate chain, including any intermediaries. |
|
||||
|:---------|:----------------------------------------------------------------------------------------------|
|
||||
| ca.pem | Your certificate chain, including the root and any intermediate certificates, in that order. |
|
||||
| cert.pem | Your signed UCP controller certificate. |
|
||||
| key.pem | Your UCP controller private key. |
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue