From 8bc4a89e1f9cb71295e074158b938e5d800342b0 Mon Sep 17 00:00:00 2001 From: Mark Michelson Date: Fri, 16 Jan 2015 17:45:44 +0000 Subject: Add support for the ca_list_path option for PJSIP transports. This allows for a path to be specified that has a collection of CA certificates in it. ASTERISK-24575 #close Reported by cloos Patches: pj-ca-path-trunk.diff uploaded by cloos (License #5956) Review: https://reviewboard.asterisk.org/r/4344 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@430709 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/samples/pjsip.conf.sample | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configs/samples/pjsip.conf.sample') diff --git a/configs/samples/pjsip.conf.sample b/configs/samples/pjsip.conf.sample index 92a75b2aa..e1003f87f 100644 --- a/configs/samples/pjsip.conf.sample +++ b/configs/samples/pjsip.conf.sample @@ -749,6 +749,10 @@ ; "") ;ca_list_file= ; File containing a list of certificates to read TLS ONLY ; (default: "") +;ca_list_path= ; Path to directory containing certificates to read TLS ONLY. + ; PJProject version 2.4 or higher is required for this option to + ; be used. + ; (default: "") ;cert_file= ; Certificate file for endpoint TLS ONLY ; Will read .crt or .pem file but only uses cert, ; a .key file must be specified via priv_key_file -- cgit v1.2.3