-
- Downloads
TLS/SSL private key option
Adds option to specify a private key .pem file when configuring TLS or SSL in AMI, HTTP, and SIP. Before this, the certificate file was used for both the public and private key. It is possible for this file to hold both, but most configurations allow for a separate private key file to be specified. Clarified in .conf files how these options are to be used. The current conf files do not explain how the private key is handled at all, so without knowledge of Asterisk's TLS implementation, it would be hard to know for sure what was going on or how to set it up. Review: http://reviewboard.digium.com/r/234/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@190545 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- CHANGES 6 additions, 1 deletionCHANGES
- channels/chan_sip.c 8 additions, 3 deletionschannels/chan_sip.c
- configs/http.conf.sample 8 additions, 4 deletionsconfigs/http.conf.sample
- configs/manager.conf.sample 3 additions, 1 deletionconfigs/manager.conf.sample
- configs/sip.conf.sample 7 additions, 3 deletionsconfigs/sip.conf.sample
- include/asterisk/tcptls.h 1 addition, 0 deletionsinclude/asterisk/tcptls.h
- main/http.c 9 additions, 0 deletionsmain/http.c
- main/manager.c 7 additions, 0 deletionsmain/manager.c
- main/tcptls.c 12 additions, 4 deletionsmain/tcptls.c
Loading
Please register or sign in to comment