nut and acme working
This commit is contained in:
@ -0,0 +1,18 @@
|
||||
# File configured via Ansible playbook
|
||||
# Reference documentation:
|
||||
# https://networkupstools.org/docs/man/upsd.conf.html
|
||||
|
||||
# MAXAGE 15
|
||||
# TRACKINGDELAY 3600
|
||||
# ALLOW_NO_DEVICE false
|
||||
# STATEPATH /var/run/nut
|
||||
LISTEN {{ nut_server_listen_address }} {{ nut_server_listen_port }}
|
||||
LISTEN localhost {{ nut_server_listen_port }}
|
||||
# MAXCONN 1024
|
||||
CERTFILE {{ nut_server_certificate_file }}
|
||||
# CERTPATH /usr/local/ups/etc/cert/upsd
|
||||
# CERTIDENT "my nut server" "MyPasSw0rD"
|
||||
# CERTREQUEST REQUIRE
|
||||
DISABLE_WEAK_SSL true
|
||||
# DEBUG_MIN 2
|
||||
|
||||
|
Reference in New Issue
Block a user