VMware Workspace ONE Modern Apps Specialist — Question 47
An administrator has been tasked with building and enabling Secure Email Gateway (SEG) V2 n the Unified Access Gateway (UAG).
How should the SSL certificate be added to the UAG?
Answer options
- A. From the UAG console: Import-Certificate -FilePath “C:\CA-PublicKey.Cer” -CertStoreLocation Cert:\LocalMachine\Root
- B. Upload the SSL certificate to the Workspace ONE UEM console, or upload it locally to the UAG when confirming the SEG Edge service on the UAG.
- C. From the UAG console: sudo security add-trusted-cert -d -r trustRoot -k /Library/Keychains/System.keychain ~/new-root-certificate.crt.
- D. Upload the SSL certificate to the Workspace ONE UEM console, or add it when the SSL is configuring the SEG Edge service on the UAG.
Correct answer: D
Explanation
The correct answer is D because it accurately describes the process of uploading the SSL certificate to the Workspace ONE UEM console or adding it during the SEG Edge service configuration. Options A and C refer to commands that are not applicable to the UAG environment. Option B is similar but does not mention adding the certificate during the configuration process, making D the most comprehensive choice.