openssl rsa -in privateKey.pem -out newPrivateKey.pem
Hi _ralf_,Can't you remove the password with openssl before adding it to OPNsense?I guess something like this should do the trick:Code: [Select]openssl rsa -in privateKey.pem -out newPrivateKey.pem
askpass /path/to/user/certificate_password.txt