vbond.cert error

Before posting something, READ the changelog, WATCH the videos, howto and provide following:
Your install is: Bare metal, ESXi, what CPU model, RAM, HD, what EVE version you have, output of the uname -a and any other info that might help us faster.

Moderator: mike

Post Reply
hassan2go
Posts: 33
Joined: Mon Mar 19, 2018 2:45 pm

vbond.cert error

Post by hassan2go » Thu Dec 31, 2020 8:55 pm

Hello

i am getting following error whole trying to get vbond.crt from vbond.csr

used command :

!#Sign the vBond.csr with the ROOTCA.key and ROOTCA.pem to generate vbond.crt
openssl x509 -req -in vbond.csr \
-CA ROOTCA.pem -CAkey ROOTCA.key -CAcreateserial \
-out vbond.crt -days 500 -sha256

!#Sign the vSmart.csr with the ROOTCA.key and ROOTCA.pem to generate vsmare.crt
openssl x509 -req -in vsmart.csr -CA ROOTCA.pem -CAkey ROOTCA.key -CAcreateserial -out vsmart.crt -days 2000 -sha256

error : 140492238599872:error:0906D06C:PEM routines:PEM_read_bio:no start line:pem_lib.c:697:Expecting: CERTIFICATE REQUEST

get the same error for vsmart too. they all have reachability to vmanage and added as controller in vmnage too.
please assist.

Thaks

hassan2go
Posts: 33
Joined: Mon Mar 19, 2018 2:45 pm

Re: vbond.cert error

Post by hassan2go » Sat Jan 02, 2021 4:36 pm

!!!!!!!!!!!! SOLUTION !!!!!!!!!!!!!!!!
Downloaded the vbond_csr from the vbond to vmanage, using below command

!To get/download the vbond_csr file from the vbond:
vmanage# request download scp://admin@1.1.1.2:vbond_csr

ip address 1.1.1.2 is my vbond address
admin is the user name on vbond

Hope it will help a lot of us!!

Uldis (UD)
Posts: 5068
Joined: Wed Mar 15, 2017 4:44 pm
Location: London
Contact:

Re: vbond.cert error

Post by Uldis (UD) » Sat Jan 02, 2021 7:01 pm


hassan2go
Posts: 33
Joined: Mon Mar 19, 2018 2:45 pm

Re: vbond.cert error

Post by hassan2go » Sun Jan 03, 2021 8:01 am

Uldis (UD) wrote:
Sat Jan 02, 2021 7:01 pm
:)

SDWAN LAB with walkthroug

https://mega.nz/folder/Chw0US6R#a-TFInmiTAdi9_t4ICsd3Q

Uldis
Thank you Uldis, very kind of you .

Post Reply