mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-17 01:02:12 +00:00
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:
commit
f0f746d3d6
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
CONFDIR=@prefix@/conf/ssl
|
CONFDIR=@certsdir@
|
||||||
DAYS=2190
|
DAYS=2190
|
||||||
KEY_SIZE=2048
|
KEY_SIZE=2048
|
||||||
export KEY_SIZE=${KEY_SIZE}
|
export KEY_SIZE=${KEY_SIZE}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user