Add Certificates to Cisco SD WAN LAB on Eve NG // Cisco SD WAN Training - Part 7

Опубликовано: 22 Октябрь 2024
на канале: Roger Perkin
15,292
137

In this video I will be creating and installing the certificates for my Cisco SD WAN Lab on EVE NG

The commands I used for the certificate generation:

Generate Certs on vManage
enter vshell

#Root Key
openssl genrsa -out ROOTCA.key 2048

#RootCA
openssl req -x509 -new -nodes -key ROOTCA.key -sha256 -days 2000 -subj "/C=UK/ST=Hampshire/L=Southampton/O=LAB-1/CN=roger.local" -out ROOTCA.pem

#RootCA.key and ROOTCA.pem to generate vmanage.crt file
openssl x509 -req -in vmanage_csr -CA ROOTCA.pem -CAkey ROOTCA.key -CAcreateserial -out vmanage.crt -days 2000 -sha256

#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 2000 -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

✅ Subscribe to my Channel and get more great tips
https://www.youtube.com/rogerperkin/?...