diff options
Diffstat (limited to 'files/var/spool/icinga2/eap-ttls-pap.conf.icinga_server')
-rw-r--r-- | files/var/spool/icinga2/eap-ttls-pap.conf.icinga_server | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/files/var/spool/icinga2/eap-ttls-pap.conf.icinga_server b/files/var/spool/icinga2/eap-ttls-pap.conf.icinga_server new file mode 100644 index 0000000..2579284 --- /dev/null +++ b/files/var/spool/icinga2/eap-ttls-pap.conf.icinga_server @@ -0,0 +1,9 @@ +network={ + ssid="_" + key_mgmt=WPA-EAP + eap=TTLS + identity="${icinga_username}" + password="${icinga_password}" + phase2="auth=PAP" + ca_cert="${site_cacert_path}" +} |