Skip to content
This repository was archived by the owner on Jul 29, 2018. It is now read-only.
This repository was archived by the owner on Jul 29, 2018. It is now read-only.

Check for correct TLS certs pair #80

@navidshaikh

Description

@navidshaikh

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions