You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 29, 2018. It is now read-only.
User story:
I am an ADB user, I vagrant up my box and using vagrant-service-manager plugin I copied the client side certs in my host directory. I vagrant destroy after completing my work (the copied over certs stays un-touched). The next day I vagrant up again (which will re-generate the certs inside the box), I try to copy the certs using vagrant-service-manager, however the certs will not be copied over since yesterday's certs are already there, and plugin will not copy, but just show the configuration info.
Problem:
Now there are incorrect client side certs on host.
Solution:
plugin should ensure that the client side certs are correct and are part of the pair from the server side certs.
How does this work today: rm -rf .vagrant/machines/default/virtualbox/docker manually before copying the certs using plugin to ensure I have correct client side certs.