Comment 3 for bug 1912390

Revision history for this message
Graham Leggett (minfrin-y) wrote :

Another detail.

localCert /etc/snmp/tls/certs/snmpd.crt

The localCert parameter doesn’t accept a path, but rather a file prefix (or a fingerprint).

It should look like this:

LocalCert snmpd

The above means “search for a file called ‘snmpd.*’ in my certificate store”.

This too confused me until I got it up onto the debugger.