|
Lines 70-76
Link Here
|
| 70 |
* JKS keystore file. |
70 |
* JKS keystore file. |
| 71 |
*/ |
71 |
*/ |
| 72 |
public static final String JKS_KEYSTORE_FILE_VAL = |
72 |
public static final String JKS_KEYSTORE_FILE_VAL = |
| 73 |
"certs" + File.separator + "rsa-keystore"; |
73 |
"/usr/share/ca-certificates/tigase" + File.separator + "rsa-keystore"; |
| 74 |
/** |
74 |
/** |
| 75 |
* Constant <code>JKS_KEYSTORE_PWD_KEY</code> is a key pointing to a private |
75 |
* Constant <code>JKS_KEYSTORE_PWD_KEY</code> is a key pointing to a private |
| 76 |
* key password, |
76 |
* key password, |
|
Lines 90-96
Link Here
|
| 90 |
* Constant <code>TRUSTSTORE_FILE_VAL</code> is a default truststore file. |
90 |
* Constant <code>TRUSTSTORE_FILE_VAL</code> is a default truststore file. |
| 91 |
*/ |
91 |
*/ |
| 92 |
public static final String TRUSTSTORE_FILE_VAL = |
92 |
public static final String TRUSTSTORE_FILE_VAL = |
| 93 |
"certs" + File.separator + "truststore"; |
93 |
"/usr/share/ca-certificates/tigase" + File.separator + "truststore"; |
| 94 |
/** |
94 |
/** |
| 95 |
* Constant <code>TRUSTSTORE_PWD_KEY</code> is a key pointing to a trustore |
95 |
* Constant <code>TRUSTSTORE_PWD_KEY</code> is a key pointing to a trustore |
| 96 |
* file password. |
96 |
* file password. |
|
Lines 118-124
Link Here
|
| 118 |
* where all certificate files are stored. |
118 |
* where all certificate files are stored. |
| 119 |
* |
119 |
* |
| 120 |
*/ |
120 |
*/ |
| 121 |
public static final String SERVER_CERTS_DIR_VAL = "certs/"; |
121 |
public static final String SERVER_CERTS_DIR_VAL = "/usr/share/ca-certificates/tigase/"; |
| 122 |
/** |
122 |
/** |
| 123 |
* Constant <code>TRUSTED_CERTS_DIR_KEY</code> is a key pointing to a configuration |
123 |
* Constant <code>TRUSTED_CERTS_DIR_KEY</code> is a key pointing to a configuration |
| 124 |
* parameter where all trusted certificates are stored. |
124 |
* parameter where all trusted certificates are stored. |