[sr-dev] git:5.3:679f2065: tls: update name and mailing list in tls_cert.sh script

Henning Westerholt hw at skalatan.de
Wed Oct 9 17:01:11 CEST 2019


Module: kamailio
Branch: 5.3
Commit: 679f20654ebf52855fdaad1d72cd6572dd9f9743
URL: https://github.com/kamailio/kamailio/commit/679f20654ebf52855fdaad1d72cd6572dd9f9743

Author: Henning Westerholt <hw at skalatan.de>
Committer: Henning Westerholt <hw at skalatan.de>
Date: 2019-10-09T16:39:07+02:00

tls: update name and mailing list in tls_cert.sh script

(cherry picked from commit 49a78933845f136f8f7caaf7e24e6cdcf206cbb5)

---

Modified: src/modules/tls/tls_cert.sh

---

Diff:  https://github.com/kamailio/kamailio/commit/679f20654ebf52855fdaad1d72cd6572dd9f9743.diff
Patch: https://github.com/kamailio/kamailio/commit/679f20654ebf52855fdaad1d72cd6572dd9f9743.patch

---

diff --git a/src/modules/tls/tls_cert.sh b/src/modules/tls/tls_cert.sh
index 9e1cd7fa3c..dc9ea24380 100755
--- a/src/modules/tls/tls_cert.sh
+++ b/src/modules/tls/tls_cert.sh
@@ -11,7 +11,7 @@
 # Configuration variables
 #############################################################################
 NAME=$MAIN_NAME
-if [ -z "$NAME" ] ; then NAME="sip-router"; fi;
+if [ -z "$NAME" ] ; then NAME="kamailio"; fi;
 DEFAULT_DIR="/usr/local/etc/$NAME"
 DEFAULT_DAYS=365
 DEFAULT_INFO="Self-signed certificate for $NAME"
@@ -102,7 +102,7 @@ AUTHOR
   Written by Jan Janak <jan at iptel.org>
 
 REPORTING BUGS
-  Report bugs to <sr-dev at sip-router.org>
+  Report bugs to <sr-dev at lists.kamailio.org>
 EOF
 } #usage
 




More information about the sr-dev mailing list