Re: When I try to save the environment with the alias vbox it gives Missing PEM block


Ushani Balasooriya
 

Issue was I had extra ) at the end of the command.
bosh -e 192.168.50.6 alias-env vbox --ca-cert <(bosh int vbox/creds.yml --path /director_ssl/ca) should be
bosh -e 192.168.50.6 alias-env vbox --ca-cert <(bosh int vbox/creds.yml --path /director_ssl/ca

Join cf-bosh@lists.cloudfoundry.org to automatically receive all group messages.