Kitematic: ENOENT for ca.pem

Created on 4 Sep 2015  路  9Comments  路  Source: docker/kitematic

Hi!

I was really enjoying Kitematic up to first problems with reaching the machine (after OS X reboot). I've decided to set up machine once again:

This is what I get now when firing up Kitematic

ENOENT: no such file or directory, open '/Users/<redacted>/.docker/machine/machines/default/ca.pem'

kitematic

Indeed, there is no such file even if <redacted> stands for my username.

$ ls ~/.docker/machine/machines/default/
boot2docker.iso  config.json      default/         disk.vmdk        id_rsa           id_rsa.pub

Could you please tell me how could I get it back working?

Most helpful comment

What about under the machine certs:
$ ls ~/.docker/machine/certs/

Do you have a properly created certificate? If yes, you can re-generate the certificates for your VM via:
docker-machine -D regenerate-certs default

All 9 comments

unfortunately VM deletion did not help

What about under the machine certs:
$ ls ~/.docker/machine/certs/

Do you have a properly created certificate? If yes, you can re-generate the certificates for your VM via:
docker-machine -D regenerate-certs default

Hi there, thanks a lot for a fast response!!

Unfortunately I wasn't patient enough and had my VirtualBox reinstalled, which solved my issue. If I manage to reproduce that behaviour, I'll definitely try regenerating certs via docker-machine..

Let me close this issue for now :smile:

@mieciu Glad you were able to solve it :+1: - Sometimes re-creating the VM is easier than the above if the VM was brand new.

@FrenchBen that worked :+1:

@FrenchBen that worked :+1:
docker-machine -D regenerate-certs default

@FrenchBen Thanks锛宨t worked.

Thanks锛宨t worked.

Thanks , it worked

Was this page helpful?
0 / 5 - 0 ratings

Related issues

EliotSlevin picture EliotSlevin  路  3Comments

geoffroy-noel-ddh picture geoffroy-noel-ddh  路  3Comments

STaRDoGG picture STaRDoGG  路  3Comments

tijn72 picture tijn72  路  4Comments

rbq picture rbq  路  4Comments