Version 2021

ApplicationSSLPasswordPath

Lets you set or retrieve the file path to the SSL (secure sockets layer) client certificate password file to use to communicate with Identity Server. For example, /var/protected/usherpassword.txt. The password file is a text file that contains the password used to open the SSL client certificate keystore (see ApplicationSSLClientCertificate).

Property signature

public String getApplicationSSLPasswordPath();

public void setApplicationSSLPasswordPath(String applicationSSLPasswordPath);