Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When the certificate loses its validity, it is necessary to generate a new certificate. The easiest way to do this is to run the following command on your local machine (step 3 fromthis instruction):

Code Block
docker-machine create --driver generic --generic-ip-address=*.*.*.* --generic-ssh-key ~/.ssh/id_rsa --generic-ssh-user ubuntu name1

...