vagrant-service-manager
vagrant-service-manager copied to clipboard
Copy required certificate(s) for oc to connect to OpenShift securely
vagrant service-manager env openshift
command should copy the required cert data from the vagrant box to host machine, and provide right information in output for oc
CLI to connect to OpenShift server securely.
vagrant service-manager env openshift command should copy the required cert data from the vagrant box to host machine,
Well, technically I would think that the cert is generated and copied at provision time. Similar discussion as with the Docker env subcommand. Once env openshift
is called it is then just a question to display the right information.