How can I easily get a list of all sites with HTTPS.

Discussion in 'ISPConfig 3 Priority Support' started by rob_morin, Sep 20, 2018.

  1. rob_morin

    rob_morin Member

    How would I be able to get a listing of all sites that have https via the ISPCONFIG interface?

    Thanks..
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    How about:

    cd /etc/apache2/sites-enabled
    grep 'SSLEngine on' *.vhost
     
  3. rob_morin

    rob_morin Member

    ya thats what i did , i guess its good enough... I was thinking for someone with no shell access...
    Thanks...
     

Share This Page