Hello,
Does anybody know if it is technically feasible to make Kamailio's TLS module source TLS certificates from a database instead of a directory? Or would such functionality not be allowed by the OpenSSL library?
Thanks!
Torrey
AFAIK it is not supported by OpenSSL.
As a workaround you could fetch certificates from DB and write them into a temporary file, and then execute "sercmd tls.reload" on changes.
Recently there was a patch to TLS module to migrate all files in a directory into a temporarily file for OpenSSL. MAybe this code can be reused.
Klaus
On 22.03.2012 14:03, Torrey Searle wrote:
Hello,
Does anybody know if it is technically feasible to make Kamailio's TLS module source TLS certificates from a database instead of a directory? Or would such functionality not be allowed by the OpenSSL library?
Thanks!
Torrey
sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev