Changes to allow for the setup of trust relationships with ATSs.
This commit is contained in:
@@ -48,8 +48,8 @@ public class Configure
|
||||
{
|
||||
// Other constants
|
||||
final static String SERVER_KEY_STORE_RELATIVE_PATH = "\\etc\\keys\\server\\jks-store";
|
||||
final static String CLIENT_KEY_STORE_RELATIVE_PATH = "\\etc\\keys\\client\\jks-store";
|
||||
final static String SIGNING_CERT_RELATIVE_PATH = "\\etc\\keys\\casaatsdSigningCert";
|
||||
final static String CLIENT_KEY_STORE_RELATIVE_PATH = "\\etc\\keys\\trusted-ats-jks-store";
|
||||
final static String SIGNING_CERT_RELATIVE_PATH = "\\etc\\keys\\localSigningCert";
|
||||
|
||||
// Configured properties
|
||||
Properties m_properties;
|
||||
|
||||
Reference in New Issue
Block a user