recommit for updates in build 64
This commit is contained in:
@@ -255,21 +255,26 @@ selinux is disabled, these contexts are ignored.</p>
|
||||
|
||||
<p>This module can optionally setup <a
|
||||
href="https://certbot.eff.org/">certbot</a> TLS certificate management for
|
||||
the frontend GUI. In order to do so, set <code>ng_enable_certbot</code> to
|
||||
true (default). Effectively, this will manage the certs before even
|
||||
installing Nagios, so there will be no problems with the Nagios showing up
|
||||
with a self-signed certificate.
|
||||
Once enabled, the module will go and try to
|
||||
obtain a certificate automatically. For this to work, you need to have
|
||||
proper DNS resolution set up for your domain / nagios server.</p>
|
||||
the frontend GUI. In order to do so, set <code>$ng_enable_certbot</code> as
|
||||
well as <code>$ng_use_https</code> to <code>true</code> (default).
|
||||
Effectively, this will manage the certs before even installing Nagios, so
|
||||
there will be no problems with the Nagios showing up with a self-signed
|
||||
certificate. Once enabled, the module will go and try to obtain a
|
||||
certificate automatically. For this to work, you need to have proper DNS
|
||||
resolution set up for your domain / nagios server. Certs are also
|
||||
automatically renewed.</p>
|
||||
|
||||
<p>If you prefer to use https but use self-signed certs or your own CA, simply
|
||||
set to false. This will point the SSL vhost config file to the default
|
||||
location for TLS certificates.</p>
|
||||
|
||||
<h3 id="label-httpd+vHost+files">httpd vHost files</h3>
|
||||
|
||||
<p>by Default, Nagios creates its own nagios.conf file, which is not a vhost
|
||||
file and relies on the main ssd.conf. However, as Nagios might be running
|
||||
on a regular web server with various other web instances (not recommended
|
||||
through), we will not want to manage ssl.conf directly, hence the module
|
||||
creates a vhost for the ssl host.</p>
|
||||
through for performance reasons), we will not want to manage ssl.conf
|
||||
directly, hence the module creates a vhost for the ssl host.</p>
|
||||
|
||||
<h3 id="label-Known+Problems">Known Problems</h3>
|
||||
|
||||
@@ -326,7 +331,7 @@ environments.</p>
|
||||
</div></div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Sun Jul 23 14:32:38 2017 by
|
||||
Generated on Sun Jul 23 15:13:09 2017 by
|
||||
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.9 (ruby-2.0.0).
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user