您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

050-letsencrypt 200B

12345678
  1. count=$(grep -ci SSLCertificateFile ${site_conf})
  2. if [ "${count}" -ge 1 ]
  3. then
  4. echo "SSL found; generating certificate..."
  5. generate-ssl-cert "${host}"
  6. else
  7. echo "No SSL found; doing nothing"
  8. fi