mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 08:00:31 -04:00
This is a major release, introducing a consistent set of new features as well as improvements to existing components. Reviewed by: Alexey V. Panfilov <ports@subnets.ru> Relnotes: https://www.kamailio.org/w/kamailio-v5-0-0-release-notes/
9 lines
288 B
Bash
9 lines
288 B
Bash
--- src/modules/tls/sip-router_cert.sh.orig 2017-04-21 12:46:06 UTC
|
|
+++ src/modules/tls/sip-router_cert.sh
|
|
@@ -197,5 +197,6 @@ if [ $? != 0 ] ; then
|
|
else
|
|
echo "Private key stored in '$DIR/$KEY_FILENAME'."
|
|
echo "Certificate stored in '$DIR/$CERT_FILENAME'."
|
|
+ rm ~/.rnd
|
|
exit 0;
|
|
fi
|