Hello
I am following https://university.mongodb.com/mercury/M310/2020_September_8/chapter/Chapter_1_Authentication/lesson/5859a68260b582a61b0ce3cf/lecture
I have installed VirtualBox and installed Vagrant.
I am running the command - vagrant plugin install vagrant-vbguest
I am getting an error (commented out the second part of DC)
Installing the ‘vagrant-vbguest’ plugin. This can take a few minutes…
ERROR: SSL verification error at depth 1: unable to get local issuer certificate (20)
ERROR: You must add /DC=com/DC=xxxxxx/CN=MSVADCSCA3 to your local trusted store
Vagrant failed to load a configured plugin source. This can be caused
by a variety of issues including: transient connectivity issues, proxy
filtering rejecting access to a configured plugin source, or a configured
plugin source not responding correctly. Please review the error message
below to help resolve the issue:
SSL_connect returned=1 errno=0 state=error: certificate verify failed (unable to get local issuer certificate) (https://gems.hashicorp.com/specs.4.8.gz)
Source: https://gems.hashicorp.com/
Please help