]> git.ipfire.org Git - thirdparty/asterisk.git/commit
pjsip: clarify tls cert and key file usage
authorScott Griepentrog <sgriepentrog@digium.com>
Fri, 31 Oct 2014 16:40:17 +0000 (16:40 +0000)
committerScott Griepentrog <sgriepentrog@digium.com>
Fri, 31 Oct 2014 16:40:17 +0000 (16:40 +0000)
commitb3b93a7c1514119e334ad020cd7a775a42de31c0
tree13707f3c7fb069abfae85cc8ff4e195b0e78752f
parentb4ee155c6266edaeadc9e6a67fb5c64dc5eb2d77
pjsip: clarify tls cert and key file usage

A question arose as to whether a .pem file
could be provided in place of the .crt and
.key files in a PJSIP TLS configuration. I
tested this and discovered that although a
cert will be read from the pem file, a key
will not, and thus the priv_key_file entry
is still required. This update to the fine
documentation clarifies the option usage.

AST-1448 #close
Review: https://reviewboard.asterisk.org/r/4129/
Reported by: John Bigelow
........

Merged revisions 426928 from http://svn.asterisk.org/svn/asterisk/branches/12

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@426930 65c4cc65-6c06-0410-ace0-fbb531ad65f3
configs/samples/pjsip.conf.sample
res/res_pjsip.c