Your company has recently signed up for Azure.You plan to register a Data Protection Manager (DPM) server with the Azure Backup service.You need to recommend a method for registering the DPM server with the Azure Backup vault.What are two possible ways to achieve this goal? Each correct answer presents a complete solution.A: You can create a self-signed certificate using the makecert tool, or use any valid SSL certificate issued by a Certification Authority (CA) trusted by Microsoft, whose root certificates are distributed via the Microsoft Root Certificate Program.C: The certificate must have a valid Client Authentication EKU.You can create a self-signed client certificate by using the Makecert.exe command-line utility.References: https://www.techveze.com/configuring-windows-azure-backup/
Question:
What are two possible ways to achieve this goal?
Options:
Import a self-signed certificate created using the makecert tool.
Import a self-signed certificate created using the createcert tool.
Import an X.509 v3 certificate with valid clientauthentication EKU.
Import an X.509 v3 certificate with valid serverauthentication EKU.
Correct Answer
The Correct Answer for this Question is
Import a self-signed certificate created using the makecert tool.
Import an X.509 v3 certificate with valid clientauthentication EKU.