Displaying 1 result from an estimated 1 matches for "miievqiba".
2018 Jul 04
2
Invalid directive CERTFILE /etc/nut/keys/gold.pem on Debian stretch
...the User Manual chapter 9.5
"Configuring SSL". I got as far as generating a self-signed private key and a
certificate (public key) in a single file gold.pem which has the form
-----BEGIN CERTIFICATE-----
MIID3DCCA...
-----END CERTIFICATE-----
-----BEGIN PRIVATE KEY-----
MIIEvQIBA...
-----END PRIVATE KEY-----
I updated upsd.conf to
# upsd.conf
LISTEN 0.0.0.0 3493
CERTFILE /etc/nut/keys/gold.pem
but when I restart nut-server.service I get the message
Jul 04 10:49:05 maria upsd[4744]: upsd.conf: invalid directive CERTFILE...