Don't use a concatenated cert for kosmos.org anymore

This commit is contained in:
Greg Karékinian 2019-05-13 18:53:45 +02:00
parent 5d1aeb7b68
commit d9390a4b92

View File

@ -25,8 +25,11 @@ host_config:
sql_password: "<%= @pgsql_password %>" sql_password: "<%= @pgsql_password %>"
certfiles: certfiles:
<% if File.exist?("/opt/ejabberd/conf/kosmos.org.pem") -%> <% if File.exist?("/opt/ejabberd/conf/kosmos.org.crt") -%>
- "/opt/ejabberd/conf/kosmos.org.pem" - "/opt/ejabberd/conf/kosmos.org.crt"
<% end -%>
<% if File.exist?("/opt/ejabberd/conf/kosmos.org.key") -%>
- "/opt/ejabberd/conf/kosmos.org.key"
<% end -%> <% end -%>
<% if File.exist?("/opt/ejabberd/conf/5apps.com.crt") -%> <% if File.exist?("/opt/ejabberd/conf/5apps.com.crt") -%>
- "/opt/ejabberd/conf/5apps.com.crt" - "/opt/ejabberd/conf/5apps.com.crt"