]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Fix this to use the vars for path to wss.pem
authorBrian West <brian@freeswitch.org>
Fri, 25 Jul 2014 15:22:26 +0000 (10:22 -0500)
committerBrian West <brian@freeswitch.org>
Fri, 25 Jul 2014 15:22:26 +0000 (10:22 -0500)
conf/vanilla/autoload_configs/verto.conf.xml

index 12897b0431f273c4ded165bdd1a9949517c21ddc..bc61c816554b576bf741ec48dc9137e0c2c718de 100644 (file)
@@ -8,8 +8,8 @@
     <profile name="mine">
       <param name="bind-local" value="0.0.0.0:8081"/>
       <param name="bind-local" value="0.0.0.0:8082" secure="true"/>
-      <param name="secure-combined" value="/usr/local/freeswitch/certs/wss.pem"/>
-      <param name="secure-chain" value="/usr/local/freeswitch/certs/wss.pem"/>
+      <param name="secure-combined" value="$${base_dir}/certs/wss.pem"/>
+      <param name="secure-chain" value="$${base_dir}/certs/wss.pem"/>
       <param name="userauth" value="true"/>
       <!-- setting this to true will allow anyone to register even with no account so use with care -->
       <param name="blind-reg" value="false"/>