/[monit]/monit/README.SSL
ViewVC logotype

Diff of /monit/README.SSL

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by chopp, Tue Oct 8 11:34:37 2002 UTC revision 1.2 by chopp, Tue Oct 8 14:40:22 2002 UTC
# Line 19  How do I turn on ssl support in monit: Line 19  How do I turn on ssl support in monit:
19  Monit can use ssl support in the http server and for network service  Monit can use ssl support in the http server and for network service
20  checks.    checks.  
21    
22  The ssl httpd server is set up as followed. You use the SSLHTTPD  The ssl httpd server is set up as followed. You use the HTTPDS
23  command instead of the HTTPD command.  It might look like this:  command instead of the HTTPD command.  It might look like this:
24    
25    SET SSLHTTPD PORT 2812    SET HTTPDS PORT 2812
26        ADDRESS localhost        ADDRESS localhost
27        PEMFILE  /var/certs/monit.pem        PEMFILE  /var/certs/monit.pem
28        ALLOW admin:bar        ALLOW admin:bar
# Line 59  to use it if you don't want to.  Simply Line 59  to use it if you don't want to.  Simply
59    
60  instead of  instead of
61    
62    SET SSLHTTPD PORT <port#>    SET HTTPDS PORT <port#>
63    
64  that should make it.  that should make it.
65    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26