0% found this document useful (0 votes)
15 views5 pages

vManage Certificate Installation Guide

The document outlines the process for generating and installing certificates for vManage, vBond, vSmart, and vEdge devices using OpenSSL commands. It includes steps for creating a root CA, generating CSRs, and installing certificates on various components of the network. The document also details the configuration of VPN settings and the management of device identifiers such as chassis numbers and tokens.

Uploaded by

hgsdfjhkjla
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views5 pages

vManage Certificate Installation Guide

The document outlines the process for generating and installing certificates for vManage, vBond, vSmart, and vEdge devices using OpenSSL commands. It includes steps for creating a root CA, generating CSRs, and installing certificates on various components of the network. The document also details the configuration of VPN settings and the management of device identifiers such as chassis numbers and tokens.

Uploaded by

hgsdfjhkjla
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

vManage

===================================================================================
===================================================
vshell
ls -l
openssl genrsa -out [Link] 2048
ls -l

openssl req -x509 -new -nodes -key [Link] -sha256 -days 2000 -subj
"/C=US/ST=NC/L=RTP/O=XYZ@123/CN=[Link]" -out [Link]
settings->organization and vbond ip

ls -l
cat [Link]
copy
settings->organization and vbond ip

configuration->certificates->vmanage generate CSR


ls -l
openssl x509 -req -in vmanage_csr -CA [Link] -CAkey [Link] -CAcreateserial
-out [Link] -days 2000 -sha256
ls -l
cat [Link]
exit
request root-cert-chain install /home/admin/[Link]
copy output (cat [Link])
configuration->certificates->install->paste
===================================================================================
===============================================
vBond (on vManage)
===================================================================================
===============================================
add vbond
request root-cert-chain install scp://admin@[Link]:/home/admin/[Link]
vpn 512

admin (password)
configuration-certificates->controllers->vobond view csr and copy
vshell
vim [Link]
right click to paste
escape esc key
i=edit (-----BEGI)
x=delete single character
dd=delete a line
escape esc key
:wq
ls -l
openssl x509 -req -in [Link] -CA [Link] -CAkey [Link] -CAcreateserial -
out [Link] -days 2000 -sha256
ls -l
cat [Link]

copy
configuration->certificates->install->paste

vpn 0 int ge0/0


tunnel-interface
encapsulation ipsec
===================================================================================
=================================================
vSmart (on vManage)
===================================================================================
=================================================
add vsmart
view csr for vsmart in GUI

is -l
request root-cert-chain install scp://admin@[Link]:/home/admin/[Link]
vpn 512

admin (password)

vim [Link]
right click to paste
escape esc key
i=edit (-----BEGI)
x=delete single character
dd=delete a line
escape esc key
:wq

cat [Link]

openssl x509 -req -in [Link] -CA [Link] -CAkey [Link] -CAcreateserial -
out [Link] -days 2000 -sha256

ls -l
cat [Link]
copy

configuration->certificates->install->paste

===========================
click on send
===========================

===================================================================================
===============================================
vEdge
===================================================================================
===============================================
vManage:
cat [Link]
copy

vEdge:
vshell
ls =l
vim [Link]
right click to paste
escape esc key
i=edit (-----BEGI)
x=delete single character
dd=delete a line
escape esc key
:wq
exit

request root-cert-chain install /home/admin/[Link]

vedge# request csr upload /home/admin/[Link]


Uploading CSR via VPN 0
Enter organization-unit name : xyz123
Re-enter organization-unit name : xyz123
Generating private/public pair and CSR for this vedge device
Generating CSR for this vedge device ........[DONE]
Copying ... /home/admin/[Link] via VPN 0
CSR upload successful

vshell
cat [Link]

vManage:
vim [Link]
right click to paste
escape esc key
i=edit (-----BEGI)
x=delete single character
dd=delete a line
escape esc key
:wq

ls -l

openssl x509 -req -in [Link] -CA [Link] -CAkey [Link] -CAcreateserial
-out [Link] -days 2000 -sha256

ls -l

cat [Link]
copy

vEdge:
vim [Link]
right click to paste
escape esc key
i=edit (-----BEGI)
x=delete single character
dd=delete a line
escape esc key
:wq

exit

request certificate install /home/admin/[Link]

vedge# show certificate serial


Chassis number: 614a15e0-cab8-4e19-abf5-da6a4ebb3bfc serial number:
BE00EE8DCA930839

copy the srial number and chasis number and paste in a text file as below. to
upload in vmanage

368755e1-cfc9-4dbe-984e-9a8d7e3f41f9,BB36DBCE6DF33852
ce7cf039-dbcb-4688-80b7-7f63d2b2fc8d,BE00EE8DCA93083A
==========================================================
vEdge for 19 version vmanage- changing chasis number and token
==========================================================

vManage:
cat [Link]
copy

vEdge:
vshell
ls =l
vim [Link]
right click to paste
escape esc key
i=edit (-----BEGI)
x=delete single character
dd=delete a line
escape esc key
:wq
exit

request root-cert-chain install /home/admin/[Link]

request vedge-cloud activate chassis-number F4EAABC0-1942-B9A2-441B-350B80089BA6


token b9627aecbcaced0a551d71100bff167d

vedge# request csr upload /home/admin/[Link]


Uploading CSR via VPN 0
Enter organization-unit name : xyz123
Re-enter organization-unit name : xyz123
Generating private/public pair and CSR for this vedge device
Generating CSR for this vedge device ........[DONE]
Copying ... /home/admin/[Link] via VPN 0
CSR upload successful

vshell
cat [Link]

vManage:
vim [Link]
right click to paste
escape esc key
i=edit (-----BEGI)
x=delete single character
dd=delete a line
escape esc key
:wq

ls -l

openssl x509 -req -in [Link] -CA [Link] -CAkey [Link] -


CAcreateserial -out [Link] -days 2000 -sha256

ls -l
cat [Link]
copy

vEdge:
vim [Link]
right click to paste
escape esc key
i=edit (-----BEGI)
x=delete single character
dd=delete a line
escape esc key
:wq

exit

request certificate install /home/admin/[Link]

You might also like