diff --git a/inc/sites.inc b/inc/sites.inc index d68323fb..e976891f 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -683,6 +683,9 @@ SITEINFO(){ site=${SITELIST[${siteid}]} sitefile=${gosite}/${site}.conf + + echo "HERE: $site - $sitefile" + if [ "$(grep \#ssl_certificate ${sitefile})" != "" ]; then ssl='-' SUBJECTNAMES=""