On 25/07/09 00:08, John A. Sullivan III wrote: > Hello, all. After many pages of googling and testing in the lab, I'm > still a bit perplexed about how to implement tls protection for the > asterisk manager. manager.conf allows one to specify the cert file but > one normally must also specify the private key file. If I simply enter > the cert file: > > sslenable=yes > sslbindport=5038 > sslbindaddr=172.x.x.8 > sslcert=/etc/pki/tls/certs/pbxc.pem ; path to the certificate. > ; sslcipher=<cipher string> > > It errors as I expect it would: > > pbx*CLI> manager reload > == Parsing '/etc/asterisk/manager.conf': == Found > SSL cert error</etc/pki/tls/certs/pbxc.pem> > > How does one specify the private key for the manager.conf file? Thanks - > John
Not quite the same thing I know, but it might help. I use stunnel for the AMI so the connection is transported in a SHH tunnel. It's quite easy to setup. Alan _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
