Checar funcionamento:
https://www.ssllabs.com/ssltest
https://www.ssllabs.com/ssltest/analyze.html?d=comunidade.badiu.com.br
Para configurar cerificado SSL, siga os seguintes passos:
1) Habilitar porta 443
2) Instalar git
sudo apt-get install git
3) Baixar script de certificado ltsencrypt
sudo git clone https://github.com/letsencrypt/letsencrypt
4) Acessar pasta que foi feito download
cd letsencrypt
5) Instalar
sudo ./letsencrypt-auto --apache
6) Adicionar novo domínio
sudo ./letsencrypt-auto
7) Adicionar renovação no cron
00 02 * * * cd /root/letsencrypt/ && ./certbot-auto renew && /etc/init.d/apache2 restart