networkupstools / nut

The Network UPS Tools repository. UPS management protocol Informational RFC 9271 published by IETF at https://www.rfc-editor.org/info/rfc9271 Please star NUT on GitHub, this helps with sponsorships!
https://networkupstools.org/
Other
2.03k stars 349 forks source link

"invalid directive CERTFILE" should be changed to something like "CERTFILE, OpenSSL not available" #570

Open clepple opened 6 years ago

clepple commented 6 years ago

per https://alioth-lists.debian.net/pipermail/nut-upsuser/2018-July/011163.html

also mention NSS if available?

Luo2Jie2 commented 6 years ago

Perhaps the text of the message could be crafted using the compiler directives

ifdef WITH_OPENSS and #elif (defined WITH_NSS) used in conf.c so that the

message says what is available. Roger