<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p>Hi Syaiful,</p>
It is possible to use multiple domains for Kamailio TLS as explained
here: <a moz-do-not-send="true"
href="https://lists.kamailio.org/pipermail/sr-users/2015-February/087030.html">https://lists.kamailio.org/pipermail/sr-users/2015-February/087030.html</a>
but I have no experience with that. I am using <u>one</u>
certificate with multiple domains explained here: <a
moz-do-not-send="true"
href="https://community.letsencrypt.org/t/host-multiple-domains-with-a-single-certificate/20917/2">https://community.letsencrypt.org/t/host-multiple-domains-with-a-single-certificate/20917/2</a><br>
<br>
If you are using NGINX to verify the certificate, you will need a
custom ngcp-panel_csc.customtt.tt2
(/etc/ngcp-config/templates/etc/nginx/sites-available) and include
the acme-challenge location for both web-servers on port 80 and the
admin port:<br>
<br>
<font size="-1"> location /.well-known/acme-challenge {<br>
root /usr/share/ngcp-panel;<br>
}</font><br>
<br>
If you can generate the certificates, you only have to add them in
the config.yml template and generate the new config.<br>
<div class="moz-cite-prefix">Last thing is to change the certbot
renewal cron and add a NGINX reload to activate the new
certificate.<br>
<br>
Mine looks like this, running every week:<br>
<font size="-1">0 */12 * * 1 root test -x /usr/bin/certbot -a \!
-d /run/systemd/system && perl -e 'sleep
int(rand(1800))' && certbot -q renew<br>
50 */12 * * 1 root service nginx reload > /dev/null
2>&1</font><br>
<br>
I hope this helps,<br>
<br>
Henk Plessius<br>
<br>
On 13-3-2018 15:40, Syaiful Bahri Kamaruddin wrote:<br>
</div>
<blockquote type="cite"
cite="mid:KL1PR0401MB125319D3D7BE92E53EAD67BCA9D20@KL1PR0401MB1253.apcprd04.prod.outlook.com">
<pre wrap="">Hi All,
To add,
as spce support multi domain, ie:
current server is demo.institute.org
customer 1 = demo.school2.org (their own domain)
customer 2 = demo.school3.org (their own domain)
# both created subdomain and pointing to tje current server.
how to issue ssl and where should i place it on current domain for all
customer.
You guys help is highly appreciated.
Best Regards
Syaiful
Newbie
On March 13, 2018 9:45:05 PM Syaiful Bahri Kamaruddin
<a class="moz-txt-link-rfc2396E" href="mailto:chefsyaiful@outlook.com"><chefsyaiful@outlook.com></a> wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Hi All,
Need your guys help,
How should i do for Lets Encrypt SSL to be used on SPCE Mr5.5.2 . Could you
guys help me.
Best Regards
Syaiful
Newbie for school project
_______________________________________________
Spce-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Spce-user@lists.sipwise.com">Spce-user@lists.sipwise.com</a>
<a class="moz-txt-link-freetext" href="https://lists.sipwise.com/listinfo/spce-user">https://lists.sipwise.com/listinfo/spce-user</a>
</pre>
</blockquote>
<pre wrap="">
_______________________________________________
Spce-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Spce-user@lists.sipwise.com">Spce-user@lists.sipwise.com</a>
<a class="moz-txt-link-freetext" href="https://lists.sipwise.com/listinfo/spce-user">https://lists.sipwise.com/listinfo/spce-user</a>
</pre>
</blockquote>
<br>
</body>
</html>