Merge pull request #1193 in FS/freeswitch from ~SEBASTIAN/freeswitch:bugfix/FS-10055-fix-gentls_cert-working-directory to master

* commit 'b784fd535b54754531b68e3cd8b54ce42b06d7fc':
  FS-10055: Fix gentls_cert script to use "@certsdir@"
This commit is contained in:
Brian West
2017-02-20 08:31:10 -06:00
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/sh
CONFDIR=@prefix@/conf/ssl
CONFDIR=@certsdir@
DAYS=2190
KEY_SIZE=2048
export KEY_SIZE=${KEY_SIZE}