OS: CentOS 7 VM
Docker latest version
Commands Executed:
1) docker swarm init
2) docker swarm join --token SWMTKN-1-3iqtmbz55yvhxkahe2ncs7d9ebxzlzmw1pwhqzvmcemiolef63-3muc4qjs3mbvh53t8ktzzmb22 192.168.10.108:2377
Error: Error response from daemon: error while validating Root CA Certificate: x509: certificate has expired or is not yet valid
As you can see, swarm join is giving me this error. What is the reason for this error and where is it coming from?
Regards Aditya