An administrator is integrating a new PingAccess Proxied Application for which the target site uses a certificate issued by a publicly trusted Certificate Authority.
How should the administrator configure PingAccess to trust the target site?
A.
Import the certificate chain into Key Pairs and add it to a Trusted Certificate Group
B.
Configure the PingAccess Site to use the Java Trust Store Certificate Group
C.
Import the certificate chain into Key Pairs
D.
Drop the certificate chain into a Trusted Certificate Group
Publicly trusted Certificate Authorities are already included in theJava Trust Store Certificate Group, which PingAccess can use directly. This avoids importing the certificate manually.
Exact Extract:
“If the target site uses a certificate from a well-known public CA, configure the site to use the Java Trust Store Certificate Group.”
Option Ais incorrect — Key Pairs store private keys for SSL termination, not public CA trust anchors.
Option Bis correct — Java Trust Store already contains trusted public CAs.
Option Cis incorrect — again, Key Pairs are not used for trust validation.
Option Dis unnecessary for public CAs — only internal/self-signed certs must be imported.
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit