提交 4d60465c authored 作者: Sebastian Kemper's avatar Sebastian Kemper 提交者: Brian West

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: 's avatarSebastian Kemper <sebastian_ml@gmx.net>
上级 adfe751b
#!/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}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论