CA Server
CA Server
1) Go to shell mode
vshell
4) Generate ROOTCA.pem
openssl req -x509 -new -nodes -key ROOTCA.key -sha256 -days 2000 \
-out ROOTCA.pem
ls
---Change the Controller Certificate Authorization to use Enterprise Root Certificate in vManage GUI --
Controller Certificate Authorization.-- and paste the copy contents here.
7) CREATING CSR FOR vMANAGE:
vManage GUI --> Config --> Cert --> Controllers --> vManage --> Generate CSR
Copy the contents of CSR -- > vshell --> ls (to check vmanage.csr file is there or not) if not we need to
create it by vim vmanage.csr and paste the contents from step 6 using below method.
Press Esc, and type :wq and press Enter. (to save file in vim)
copy the contents .. goto vmange gui --> cert --> controllers --> install cert -- and paste it and install.
*************************************************************************************
************************************
1) Add vBond to control plane from vManage GUI and generate certificate.
In vmange --> vshell --> ls (You will see vbond.crt) --> cat vbond.crt
Goto vManage GUI --> Certificates --> Controllers --> Install Certificate (Paste it here) and click install.
Or use below command to do this process.
*************************************************************************************
************************************
1) Add vBond to control plane from vManage GUI and generate certificate.
Press Esc, and type :wq and press Enter. (to save file in vim)
In vmange --> vshell --> ls (You will see vbond.crt) --> cat vsmart.crt
Goto vManage GUI --> Certificates --> Controllers --> Install Certificate (Paste it here) and click install.
Or use below command to do this process.
*************************************************************************************
************************************
Method-1:
-Copy the content of ROOTCA.pem from vManage, and create a vim file ROOTCA.pem on vEdges, and
paste it.
*************************************************************************************
************************************