X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=org.argeo.cms%2Fsrc%2Forg%2Fargeo%2Fcms%2FCmsDeployProperty.java;h=43343bfc75b41fdc73df58944371fd1bbd3f093a;hb=HEAD;hp=243c228513f54c7af549727966fd515507b7e020;hpb=9e3e4ceb38e36ee8d7b4287a60cd92f2b1a66a2a;p=lgpl%2Fargeo-commons.git diff --git a/org.argeo.cms/src/org/argeo/cms/CmsDeployProperty.java b/org.argeo.cms/src/org/argeo/cms/CmsDeployProperty.java index 243c22851..43343bfc7 100644 --- a/org.argeo.cms/src/org/argeo/cms/CmsDeployProperty.java +++ b/org.argeo.cms/src/org/argeo/cms/CmsDeployProperty.java @@ -55,12 +55,25 @@ 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 // /** Whether web socket should be enables in web server. */ WEBSOCKET_ENABLED("argeo.websocket.enabled"), // + // SSH + // + /** Request an HTTP server on this port. */ + SSHD_PORT("argeo.sshd.port"), + /** Path to admin authorized keys file. */ + SSHD_AUTHORIZEDKEYS("argeo.sshd.authorizedkeys"), + // // INTERNATIONALIZATION // /** Locales enabled for this system, the first one is considered the default. */