Hello all, I am having a terrible time with RSA registry. I have genetrated a key for 'pbx1too' with astgenkey and put it in /var/lib/asterisk/keys/, but when I reload iax2 I get an error: authenticate: Unable to find private key 'pbx1too' Where else would asterisk be looking for the key? I also put 'pbx1too.pub' in /var/lib/asterisk/keys/ I did give the key a passphrase, could this be the problem? Do I have to put the passphrase in some config file? Thanks, Murrah Boswell
OTR Comm wrote:> I did give the key a passphrase, could this be the problem? Do I have > to put the passphrase in some config file?If your keys have passphrases, then you must run the 'init keys' CLI command to enter the passphrase before the keys can be loaded. It's much simpler to just not use passphrases and instead protect your private key every other way that you can :-)