mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 07:45:26 +00:00
FS-10055: Fix gentls_cert script to use "@certsdir@"
Currently gentls_cert uses "@prefix@/conf/ssl". But FreeSWITCH's configure script provides "@certsdir@", so let's use that instead. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
This commit is contained in:
parent
adfe751b7f
commit
4d60465cca
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
CONFDIR=@prefix@/conf/ssl
|
||||
CONFDIR=@certsdir@
|
||||
DAYS=2190
|
||||
KEY_SIZE=2048
|
||||
export KEY_SIZE=${KEY_SIZE}
|
||||
|
Loading…
x
Reference in New Issue
Block a user