Cisco
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 u
Sign in or unlock 300-415 to reveal the answer and full explanation for question #150. The question stem and answer options stay visible for context.
Management and Operations
Question
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 using openssl. Which configuration updates the new certificate and issues an alert in vManage Monitor | Events Dashboard?
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)
Unlock 300-415 to see the answer
You've previewed enough free 300-415 questions. Unlock 300-415 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#Certificate Management#OpenSSL#vManage Configuration#Enterprise Root CA
