No need to create certificate for smolrss

This commit is contained in:
Bob Mottram 2018-05-20 10:46:23 +01:00
parent e45adfc520
commit b066aef973
2 changed files with 4 additions and 4 deletions

View File

@ -379,8 +379,6 @@ function install_smolrss {
configure_php
create_site_certificate "$SMOLRSS_DOMAIN_NAME" 'yes'
nginx_ensite "$SMOLRSS_DOMAIN_NAME"
systemctl restart php7.0-fpm

View File

@ -1002,8 +1002,10 @@ if [ $app_daemon ]; then
echo " systemctl start ${app_name}"
fi
if [ $app_webui ]; then
echo ''
echo " create_site_certificate \"\$${app_name_upper}_DOMAIN_NAME\" 'yes'"
if [ ! $app_onion_only ]; then
echo ''
echo " create_site_certificate \"\$${app_name_upper}_DOMAIN_NAME\" 'yes'"
fi
echo ''
echo " nginx_ensite \"\$${app_name_upper}_DOMAIN_NAME\""
fi