]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - org.argeo.cms/src/org/argeo/cms/CmsDeployProperty.java
Improve SSH server. Rename node directory to private.
[lgpl/argeo-commons.git] / org.argeo.cms / src / org / argeo / cms / CmsDeployProperty.java
index ef1edcc1df31c0133dde07b9462e870b6c13a0c2..43343bfc75b41fdc73df58944371fd1bbd3f093a 100644 (file)
@@ -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. */