‘C. PEM’ is correct
SSL .pem files (concatenated certificate container files), are frequently required for certificate installations when multiple certificates are being imported as one file.
From the Cisco's Devcor training course:
There are multiple formats used to create certificate bundles, depending on the format of the certificate. Using a privacy-enhanced mail (PEM) certificate to create bundles is popular due to the simple text format of those certificates. To create a PEM certificate bundle, it is enough to copy each certificate in the opposite issuing order in a text file, typically assigning a .pem extension.
To create a PEM certificate bundle, copy certificates in reverse order, omitting the final SSL certificate:
Root.crt is the root certificate
Intermediate1.crt is the intermediate certificate 1
Intermediate2.crt is the intermediate certificate 2
My_certificate.crt is the final requested SSL certificate
# Create a certificate bundle mychain.ca-bundle in Linux
cat Intermediate2.crt Intermediate1.crt Root.crt > mychain.pem
# Create a certificate bundle mychain.ca-bundle in Windows
copy Intermediate2.crt + Intermediate1.crt + Root.crt mychain.pem
This section is not available anymore. Please use the main Exam Page.350-901 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
FR99
Highly Voted 2 years, 9 months agoromanknet
2 years, 1 month agoTeringzooi
Most Recent 7 months, 3 weeks ago