300-415 · Question #150
Refer to the exhibit. A small company was acquired by a large organization. As a result, the new organization decided to update information on their Enterprise RootCA and generated a new certificate…
The correct answer is B. Step1: Generate the RootCA Certificate vManage:~#openssl req -x509 -new -nodes -key ROOTCA.key \ -sha256 -days 2000 \ -subj "/C=UK/ST=ENG/L=London/O=XYZ/CN= SDWAN.lab" \ -out ROOTCA.pem Step2: Install the RootCA Certificate vManage > Administration > Settings > Controller Certificate Authorization > Enterprise Root Certificate. To update a new Enterprise Root CA certificate in Cisco SD-WAN after an acquisition, a self-signed Root CA certificate is generated using openssl and then installed through the vManage administration settings.
Question
Exhibit
Options
- AStep1: Generate the RootCA Certificate openssl x509 -req -in vmanage_csr \ -CA ROOTCA.pem -CAkey ROOTCA.key -CAcreateserial \ -out vmanage.crt -days 365 -sha256 Step2: Install the RootCA Certificate vManage > Administration > Settings > Controller Certificate Authorization > Enterprise Root Certificate
- BStep1: Generate the RootCA Certificate vManage:~#openssl req -x509 -new -nodes -key ROOTCA.key \ -sha256 -days 2000 \ -subj "/C=UK/ST=ENG/L=London/O=XYZ/CN= SDWAN.lab" \ -out ROOTCA.pem Step2: Install the RootCA Certificate vManage > Administration > Settings > Controller Certificate Authorization > Enterprise Root Certificate
- CStep1: Generate the RootCA Certificate openssl x509 -req -in vmanage_csr \ -CA ROOTCA.pem -CAkey ROOTCA.key -CAcreateserial \ -out vmanage.crt -days 365 -sha256 Step2: Install the RootCA Certificate vManage > Administration > Settings > Controller Certificate Authorization > Symantec Automated (Recommended)
- DStep1: Generate the RootCA Certificate vManage#openssl req -x509 -new -nodes -key ROOTCA.key -sha256 \ -days 2000 \ -subj "/C=UK/ST=ENG/L=London/O=/ABC/CN= SDWAN.lab" \ -out ROOTCA.pem Step2: Install the RootCA Certificate vManage > Administration > Settings > Controller Certificate Authorization > Symantec Automated (Recommended)
How the community answered
(24 responses)- A4% (1)
- B79% (19)
- C4% (1)
- D13% (3)
Why each option
To update a new Enterprise Root CA certificate in Cisco SD-WAN after an acquisition, a self-signed Root CA certificate is generated using openssl and then installed through the vManage administration settings.
The 'openssl x509 -req -in vmanage_csr' command is used to sign a Certificate Signing Request (CSR) with an existing CA, not to generate a new Root CA certificate, making Step 1 incorrect for this scenario.
This option correctly uses the 'openssl req -x509 -new' command to generate a new self-signed Root CA certificate (as indicated by the requirement for an Enterprise RootCA update) and then specifies the correct vManage path 'Administration > Settings > Controller Certificate Authorization > Enterprise Root Certificate' for its installation.
Step 1 is incorrect for generating a Root CA certificate, and Step 2 specifies 'Symantec Automated (Recommended),' which is not applicable for installing a custom-generated Enterprise Root CA certificate.
The organization name in Step 1 includes a possible typo ('O=/ABC'), and Step 2 specifies 'Symantec Automated (Recommended),' which is incorrect for installing a custom Enterprise Root CA certificate.
Concept tested: Updating Enterprise Root CA certificate in vManage
Source: https://www.cisco.com/c/en/us/td/docs/routers/sdwan/configuration/sdwan-xe-gs-config-guide/cisco-sd-wan-gs-config-guide-xe-17-x/certificate-management.html
Topics
Community Discussion
No community discussion yet for this question.
