Skip to content

Commit

Permalink
Merge pull request docker#16596 from neersighted/swarm_ca_rotate_mke
Browse files Browse the repository at this point in the history
swarm: call out CA rotation as potentially dangerous with MKE
  • Loading branch information
dvdksn authored Jan 27, 2023
2 parents 756f3b5 + c35d70d commit ff1483f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions engine/swarm/how-swarm-mode-works/pki.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,13 @@ reference for details.

## Rotating the CA certificate

> **Note**
>
> Mirantis Kubernetes Engine (MKE), formerly known as Docker UCP, provides an external
> certificate manager service for the swarm. If you run swarm on MKE, you shouldn't
> rotate the CA certificates manually. Instead, contact Mirantis support if you need
> to rotate a certificate.
In the event that a cluster CA key or a manager node is compromised, you can
rotate the swarm root CA so that none of the nodes trust certificates
signed by the old root CA anymore.
Expand Down

0 comments on commit ff1483f

Please sign in to comment.