[sr-dev] git:5.2:64cdf0df: tls: update name and mailing list in tls_cert.sh script
Henning Westerholt
hw at skalatan.de
Wed Oct 9 17:02:29 CEST 2019
Module: kamailio
Branch: 5.2
Commit: 64cdf0df255932856abceb650cb4ce543b3cd519
URL: https://github.com/kamailio/kamailio/commit/64cdf0df255932856abceb650cb4ce543b3cd519
Author: Henning Westerholt <hw at skalatan.de>
Committer: Henning Westerholt <hw at skalatan.de>
Date: 2019-10-09T16:39:21+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/64cdf0df255932856abceb650cb4ce543b3cd519.diff
Patch: https://github.com/kamailio/kamailio/commit/64cdf0df255932856abceb650cb4ce543b3cd519.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