Re: relayd tls inspection not working: cannot load certificates

2020-04-27 Thread Pascal Guitierrez
Got it: "A TLS server key and self-signed cert for 127.0.0.1 are also required; see listen on in the RELAYS section for more details about certificate locations." eg: openssl req -x509 -days 365 -newkey rsa:2048 \ -keyout /etc/ssl/private/127.0.0.1.key -out

relayd tls inspection not working: cannot load certificates

2020-04-27 Thread Pascal Guitierrez
Hi misc@ I am using the example for the TLS inspection from the relayd.conf(5) man page: # openssl req -x509 -days 365 -newkey rsa:2048 \ -keyout /etc/ssl/private/ca.key -out /etc/ssl/ca.crt I set the PEM password to "password123" then have the following