Switched to HTTPS

16.03.2016 16:16:56

I just switched topjavablogs and topsqlblogs to HTTPS. Certificate is provided by Let's Encrypt and I followed these steps: https://www.digitalocean.com/community/tutorials/how-to-secure-apache-with-let-s-encrypt-on-ubuntu-14-04. One thing is missing in the tutorial and that's that Let's Encrypt didn't add SSL configuration to Apache configuration file and you need add it manually (inside <VirtualHost *:443>):

    SSLEngine on
    SSLCertificateKeyFile /etc/letsencrypt/live/DOMAIN.com/privkey.pem
    SSLCertificateFile /etc/letsencrypt/live/DOMAIN.com/cert.pem
    SSLCertificateChainFile /etc/letsencrypt/live/DOMAIN.com/chain.pem




© Jiri Pinkas | this project on GitHub | related: JavaVids | Maven Central Repository Search | Java školení

Top Java Blogs is a Java blog aggregator (with English-written blogs only) focused on Java SE, Java EE, Spring Framework and Hibernate.

Made better & faster using https://www.yourkit.com/ Java Profiler