Install the first PingDirectoryProxy server from the .zip installation file.
To begin with, we have the PingDirectoryProxy installation .zip file. In this example, we plan to use SSL security, so we also have a key store certificate database and a .pin file that contains the private key password for the key store. The key store files are only necessary when using SSL or StartTLS.
In this deployment scenario, the key store database is assumed to be a Java KeyStore (JKS), which can be created by the keytool program.
The PingDirectoryProxy directory contains the following.
root@proxy-east-01: ls
ExampleKeystore.jks ExampleTruststore.jks ExampleKeystore.pin
PingDirectoryProxy-8.0.0.0-with-je.zip
The ExampleKeystore.jks
key store file contains the private key entry
for the proxy-east-01.example.com server certificate with the alias
server-cert. The server certificate, certificate authority (CA),
and intermediate signing certificates are all contained in the
ExampleTruststore.jks file. The password for
ExampleKeystore.jks
is defined in clear text in the corresponding
.pin file, though the name of the file need not match as it does
in this example. The private key password in this example is the same as the password
defined for the ExampleKeystore.jks key store.
After installing the PingDirectoryProxy server, you can configure it using the create-initial-proxy-config tool as presented in Configuring the first PingDirectory server.