SSL truststore working.
[lgpl/argeo-commons.git] / org.argeo.cms / src / org / argeo / cms / CmsDeployProperty.java
index 243c228513f54c7af549727966fd515507b7e020..639e73e37a59e2f5fecdff0b19f989624d1ec53a 100644 (file)
@@ -55,6 +55,12 @@ public enum CmsDeployProperty {
        SSL_PROTOCOL("argeo.ssl.protocol"),
        /** SSL algorithm to use. */
        SSL_ALGORITHM("argeo.ssl.algorithm"),
+       /** Custom SSL trust store. */
+       SSL_TRUSTSTORE("argeo.ssl.truststore"),
+       /** Custom SSL trust store type. */
+       SSL_TRUSTSTORETYPE("argeo.ssl.truststoretype"),
+       /** Custom SSL trust store type. */
+       SSL_TRUSTSTOREPASSWORD("argeo.ssl.truststorepassword"),
        //
        // WEBSOCKET
        //