X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=org.argeo.cms%2Fsrc%2Forg%2Fargeo%2Fcms%2FCmsDeployProperty.java;h=43343bfc75b41fdc73df58944371fd1bbd3f093a;hb=2d03ab4e190755ec5d35a657ae711e5dc02b4fe6;hp=ef1edcc1df31c0133dde07b9462e870b6c13a0c2;hpb=dca2b13e0e3ca3e7a9469e089b980c48c880ad1a;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 ef1edcc1d..43343bfc7 100644 --- a/org.argeo.cms/src/org/argeo/cms/CmsDeployProperty.java +++ b/org.argeo.cms/src/org/argeo/cms/CmsDeployProperty.java @@ -22,6 +22,8 @@ public enum CmsDeployProperty { // /** Either a host or an IP address. Restricts all servers to it. */ HOST("argeo.host"), + /** Either a host or an IP address. Restricts all servers to it. */ + DNS("argeo.dns", 16), // // HTTP // @@ -53,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. */