I found a solution for "error finding server identity keys"
1. Looking at debug output showed the certificates were being searched for
in /usr/local/share/snmp/tls
2. By supplying a file path [snmp] localCert
/usr/local/share/snmp/tls/certs/snmpd.crt I was doing nothing other than
sup
ooking for identity(1) in FILE(0x1), hint 0x5573fdf68c60
cert:find:params: hint = /usr/local/share/snmp/tls/certs/snmpd.crt
error finding server identity keys
I have tested the certificates/keys using:
sudo openssl s_server -cert /usr/local/share/snmp/tls/certs/snmpd.crt -key
/usr/local/share/snmp
error finding server identity
keys' occurred,I don't know how to solve it. Can you help me? I'll thank you
very much!