SlideShare a Scribd company logo
LET’S ENCRYPT!
WAIT. WHY? HOW?
WordCamp Pune | @NancyThanki
Let's Encrypt! Wait. Why? How? - WC Pune
WHAT IS HTTPS
HTTP PROTOCOL + SECURITY
▸ SSL/TLS ( Secure Sockets Layer /
Transport Layer Security)
▸ keeps your passwords,
communications, and credit card
details safe between your computer
and the servers you’re
communicating with on the other
side.
▸ still speaking in HTTP, but the
communication is encrypted and
decrypted
HOW DOES IT WORK?
HELLO —> CERTIFICATE EXCHANGE —> KEY EXCHANGE
1. ClientHello message
▸ aka the information the server
needs to connect to the client via
SSL
▸ server will respond with a
ServerHello i.e. similar info including
the cipher suite and version of SSL
to be used
2.Certificate Exchange
▸ the server needs to prove its identity
via its SSL certificate*
▸ does it either (a) implicitly trust or
(b) is it verified by one of many CAs
3. Key Exchange
‣ Encryption via a symmetric
algorithm using a single key
* the client may also need to prove its identity, but not always
WHAT’S THE POINT?
▸ HTTP requests and responses can now be
sent through an encrypted plaintext
message
▸ i.e. verifies that you’re talking directly to
the the server you think you’re talking to
▸ But because only the other side knows how
to decrypt this message, Man In The Middle
Attackers are unable to read or modify any
requests that they may intercept.
▸ i.e. ensures that only that server can read
what you send and only you can read
what it sends
Diffie–Hellman Key Exchange
WHILST THE LITTLE GREEN PADLOCK
AND THE LETTERS “HTTPS” IN YOUR
ADDRESS BAR DON’T MEAN THAT THERE
ISN’T STILL AMPLE ROPE FOR BOTH YOU
AND THE WEBSITE YOU ARE VIEWING TO
HANG YOURSELVES ELSEWHERE, THEY
DO AT LEAST HELP YOU COMMUNICATE
SECURELY WHILST YOU DO SO.
Rob Heaton
SIGNIFICANCE OF SSL
▸ if you see encrypted traffic today,
you can generally assume there is a
reason.
▸ by encrypting everything you give
cover to those who need it
▸ for example political dissidents
SNOWDEN LEAKS
PRIVACY AS A
RIGHT
FREEDOM OF
SOFTWARE*
* well respected within the WordPress community
FREEDOM OF
PRIVACY
FREEDOM
TO USE
SOFTWARE
+
FREEDOM
TO USE IT
PRIVATELY
NEVER “JUST”
A BLOG
HOW DOES SSL WORK?
HOW DOES SSL WORK?
WHY DOES IT PROTECT SENSITIVE INFORMATION?
1. 2 key encryption
▸ private key and public key agree on a key for this exchange
▸ symmetric algorithm with asymmetric encryption
▸ anyone can encrypt using the public key, but only the
server can decrypt using the private key
2. digital signature is “signed” by another authority
3. self-signing
WHAT IS A “CA”?
(AKA CERTIFICATE AUTHORITY)
“A NOTARY
FOR THE WEB”
WHAT IS “LET’S
ENCRYPT”?
WHAT IS “LET’S ENCRYPT”?
SETUP OF A DOMAIN VALIDATION (DV) CERTIFICATE*
1. Download Let’s Encrypt on your server that has the address
www.oohshinywebsite.com:
sudo apt-get install lets-encrypt
2. You run it as sudo telling it you want to get a certificate for
your domain
lets-encrypt oohshinywebsite.com
* DV Certificate = “the CA checks the right of the applicant to use a specific domain name. No company identity information is vetted and no
information is displayed other than encryption information within the Secure Site Seal.” There are other types of certificates with varying requirements.
SO…HOW DO YOU
ENCRYPT YOUR
SITE?
SHARED HOSTING
‣ Bluehost
‣ GoDaddy
‣ SiteGround
‣ WP Engine
‣ DreamHost
‣ HostGator
‣ Big Rock
‣ Hosting Raja
‣ Hostripples
‣ Domain Racer
‣ InMotion Hosting
‣ LE’s community list
HOW TO ENCRYPT YOUR SITE
VPS AND OTHER SERVER SETUPS
▸ nginx - https://www.digitalocean.com/community/tutorials/
how-to-secure-nginx-with-let-s-encrypt-on-ubuntu-14-04
▸ Apache - https://www.digitalocean.com/community/
tutorials/how-to-secure-apache-with-let-s-encrypt-on-
ubuntu-14-04
▸ Centos vs Debian/Ubuntu - https://www.linode.com/docs/
security/ssl/install-lets-encrypt-to-create-ssl-certificates
WORDPRESS.COM
It’s already done.
Learn more here and here.
Sign up here
COMMON ISSUES
THE BAD
▸ No wild cards, i.e. difficult in multi/
load-balanced setup
▸ Renewal every 90 days
THE GOOD
▸ Easy to setup
▸ Free to use
▸ Good for single server
setups
COMMON ISSUES
JETPACK
▸ change WordPress settings
▸ Dashboard > Settings > General
▸ site URL, WordPress URL
GOOGLE SEO
▸ your search rankings vs any modicum of care you have for
your audience
FAQS
FAQS
I SET IT ALL UP. DOES THIS MEAN I WON’T BE HACKED?
No. Absolutely not.
WILL IT MAKE MY SITE SLOWER?
Not really.
WHAT’S THE DIFFERENCE BETWEEN “LET’S ENCRYPT” AND PAID
SSL CERTIFICATES?
Nothing technically. But within things like PR or insurance…
kinda.
COMMON
MISCONCEPTIONS
COMMON MISCONCEPTIONS*
AUTHENTICATION
“A proper SSL certificate also provides authentication. This means you can be sure that you
are sending information to the right server and not to a criminal’s server.”
INTEGRITY
“because it’s now over HTTPS, and you’re protecting against MITM attacks you can be
assured that the information is in fact the information you’re meant to get.”
ENCRYPTION
“it encrypts the information as it’s being transferred from the browser to the web server.
This is known as encryption in transit, and talks to nothing about encryption at rest.”
* Read Tony Perez’s article :)
COMMON MISCONCEPTIONS*
PHISHING
if the website housing the phishing page has https, and it is verified, it will show the user
that lovely green padlock.
NATION STATE ATTACKS
“My advice, assume everything you do online — HTTPS or HTTP — is being monitored.
IN CONCLUSION
It’s definitely a critical piece of the overarching security wheel associated with website
security, but it’s not going to stop websites from getting hacked, the distribution of
malware or keep website owners safe.
* Read Tony Perez’s article :)
CROWDFUNDING
LET’S ENCRYPT
GITHUB
SOURCES
▸ http://robertheaton.com/2014/03/27/how-does-https-actually-work/
▸ http://security.stackexchange.com/questions/11464/getting-a-root-ca-accepted-in-systems-and-
browsers
▸ http://robertheaton.com/2015/04/06/the-ssl-freak-vulnerability/
▸ https://blog.hartleybrody.com/https-certificates/
▸ https://www.cryptologie.net/article/274/lets-encrypt-overview/
▸ https://letsencrypt.org/getting-started/
▸ https://www.youtube.com/watch?v=OZyXx8Ie4pA
▸ https://www.globalsign.com/en/ssl-information-center/types-of-ssl-certificate/
▸ https://medium.com/@kevinsimper/review-of-getting-free-https-with-let-s-encrypt-5515f74be5f6#.
5qzjv4bc8
▸ https://perezbox.com/2015/07/https-does-not-secure-your-website/
ऑटोमॅिटक येथे सामील व्हा
▸ अजर् पाठवा - http://automattic.com/work-with-us
▸ अिधक मािहती पािहजे का ?
▸ आमच्या काउंटर वर आपले स्वागत आहे
COME WORK WITH US!
▸ Be a part of products that power over 27% of the web
▸ Collaborate with and learn from over 500+ colleagues in 60+ countries
▸ Set work hours that are convenient for you and your family
▸ Earn a globally competitive salary while living in India
▸ Travel a few times a year to meet your team, and engage with the wider WordPress
community
▸ Apply at http://automattic.com/work-with-us
▸ Want to learn more?
▸ Come chat with us at our booth!

More Related Content

PDF
Let's Encrypt! Wait. Why? How?
PDF
WPNYC: Moving your site to HTTPS
PDF
HTTPS, Here and Now
PDF
What Every Software Engineer Should Know About Security and Encryption
PPTX
HTTPS and YOU
PPTX
PPTX
Ssl certificate in internet world
PPTX
Let's Encrypt! Wait. Why? How?
WPNYC: Moving your site to HTTPS
HTTPS, Here and Now
What Every Software Engineer Should Know About Security and Encryption
HTTPS and YOU
Ssl certificate in internet world

What's hot (19)

PDF
Security and Privacy on the Web in 2016
PPT
Cryptography - Overview
PPTX
HTTPS @Scale
PDF
OWASP AppSecUSA Recap
PDF
Insecurity-In-Security version.2 (2011)
PDF
Puzzle Lock
PDF
Insecurity-In-Security version.1 (2010)
PPT
What is SSL ? The Secure Sockets Layer (SSL) Protocol
PDF
Microservices Security Landscape
ODP
Tls 1.3
PPTX
Top 10 Web Hacks 2013
PPT
Mule security pgp with Example
PPTX
TLS v1.3
PPTX
Transport Layer Security (TLS)
Security and Privacy on the Web in 2016
Cryptography - Overview
HTTPS @Scale
OWASP AppSecUSA Recap
Insecurity-In-Security version.2 (2011)
Puzzle Lock
Insecurity-In-Security version.1 (2010)
What is SSL ? The Secure Sockets Layer (SSL) Protocol
Microservices Security Landscape
Tls 1.3
Top 10 Web Hacks 2013
Mule security pgp with Example
TLS v1.3
Transport Layer Security (TLS)
Ad

Viewers also liked (17)

PDF
Certificados SSL e Let's Encrypt
PDF
Accessible Websites: What are they and why should I care?
PDF
Demystifying Accessible Websites - WCUS 2015
PDF
The GPL: What It Means (And What It Doesn't) - WC Udaipur
PDF
Website Design with UX in Mind
PDF
The Goldilocks Zone: Finding the Perfect Length for Blog Posts
PDF
Staying Connected: Securing Your WordPress Website
PPTX
Resources and lessons for using WordPress in your business
PPTX
Creating a Promo Video using Your iPad and Editing with iMovie for iPad
PPTX
WordCamp Birmingham 2014: SEO Workshop: Best Practices for Better Website Tra...
PDF
Empathetc Development
PDF
SEO goes Local
PPTX
Building Accessible Websites in WordPress - Birmingham WordCamp 2014
PDF
Sanitizing, Validating and Escaping in WordPress Themes and Plugins
PDF
Typography and User Experience in Web Design
PDF
WordCamp Asheville 2015 - Connections
PDF
Why we publish -- WordCamp Birmingham 2014
Certificados SSL e Let's Encrypt
Accessible Websites: What are they and why should I care?
Demystifying Accessible Websites - WCUS 2015
The GPL: What It Means (And What It Doesn't) - WC Udaipur
Website Design with UX in Mind
The Goldilocks Zone: Finding the Perfect Length for Blog Posts
Staying Connected: Securing Your WordPress Website
Resources and lessons for using WordPress in your business
Creating a Promo Video using Your iPad and Editing with iMovie for iPad
WordCamp Birmingham 2014: SEO Workshop: Best Practices for Better Website Tra...
Empathetc Development
SEO goes Local
Building Accessible Websites in WordPress - Birmingham WordCamp 2014
Sanitizing, Validating and Escaping in WordPress Themes and Plugins
Typography and User Experience in Web Design
WordCamp Asheville 2015 - Connections
Why we publish -- WordCamp Birmingham 2014
Ad

Similar to Let's Encrypt! Wait. Why? How? - WC Pune (20)

PDF
Geek Guide: Apache Web Servers and SSL Authentication
PPTX
WordCamp Raleigh 2017 - Move from HTTP to HTTPS or become irrelevant - Peter ...
PPTX
HTTP VS. HTTPS: WHICH IS BETTER??
PPTX
HTTP vs HTTPS, Do You Really Need HTTPS?
PDF
Getting started with HTTPS | LumoSpark webinar
ODP
Https presentation
PDF
White paper - Full SSL automation with OneClickSSL
PPTX
TLS - Transport Layer Security
PPTX
Secure socket layer
 
PPTX
Introduction to SSL and How to Exploit & Secure
PPS
Safe netizens
PPTX
Http vs Https
PPTX
Demystfying secure certs
PPTX
JoomlaDay Austria 2016 - Presentation Why and how to use HTTPS on your website!
PPTX
ODP
SSL certificates
PDF
HTTPS Explained Through Fairy Tales
ODP
Identity On The Internet
PDF
SSH vs SSL The Key Difference for Secure GPU Server and More.pdf
PDF
Details about the SSL Certificate
Geek Guide: Apache Web Servers and SSL Authentication
WordCamp Raleigh 2017 - Move from HTTP to HTTPS or become irrelevant - Peter ...
HTTP VS. HTTPS: WHICH IS BETTER??
HTTP vs HTTPS, Do You Really Need HTTPS?
Getting started with HTTPS | LumoSpark webinar
Https presentation
White paper - Full SSL automation with OneClickSSL
TLS - Transport Layer Security
Secure socket layer
 
Introduction to SSL and How to Exploit & Secure
Safe netizens
Http vs Https
Demystfying secure certs
JoomlaDay Austria 2016 - Presentation Why and how to use HTTPS on your website!
SSL certificates
HTTPS Explained Through Fairy Tales
Identity On The Internet
SSH vs SSL The Key Difference for Secure GPU Server and More.pdf
Details about the SSL Certificate

Recently uploaded (20)

PDF
Sims 4 Historia para lo sims 4 para jugar
PDF
The New Creative Director: How AI Tools for Social Media Content Creation Are...
PPTX
CHE NAA, , b,mn,mblblblbljb jb jlb ,j , ,C PPT.pptx
PPT
Design_with_Watersergyerge45hrbgre4top (1).ppt
PDF
Vigrab.top – Online Tool for Downloading and Converting Social Media Videos a...
PPTX
INTERNET------BASICS-------UPDATED PPT PRESENTATION
PDF
Decoding a Decade: 10 Years of Applied CTI Discipline
PDF
Best Practices for Testing and Debugging Shopify Third-Party API Integrations...
PDF
Cloud-Scale Log Monitoring _ Datadog.pdf
PPTX
Introduction to Information and Communication Technology
PDF
💰 𝐔𝐊𝐓𝐈 𝐊𝐄𝐌𝐄𝐍𝐀𝐍𝐆𝐀𝐍 𝐊𝐈𝐏𝐄𝐑𝟒𝐃 𝐇𝐀𝐑𝐈 𝐈𝐍𝐈 𝟐𝟎𝟐𝟓 💰
PPTX
artificial intelligence overview of it and more
PPTX
Module 1 - Cyber Law and Ethics 101.pptx
PPT
isotopes_sddsadsaadasdasdasdasdsa1213.ppt
PPTX
522797556-Unit-2-Temperature-measurement-1-1.pptx
PDF
Paper PDF World Game (s) Great Redesign.pdf
DOCX
Unit-3 cyber security network security of internet system
PDF
RPKI Status Update, presented by Makito Lay at IDNOG 10
PDF
WebRTC in SignalWire - troubleshooting media negotiation
PDF
Tenda Login Guide: Access Your Router in 5 Easy Steps
Sims 4 Historia para lo sims 4 para jugar
The New Creative Director: How AI Tools for Social Media Content Creation Are...
CHE NAA, , b,mn,mblblblbljb jb jlb ,j , ,C PPT.pptx
Design_with_Watersergyerge45hrbgre4top (1).ppt
Vigrab.top – Online Tool for Downloading and Converting Social Media Videos a...
INTERNET------BASICS-------UPDATED PPT PRESENTATION
Decoding a Decade: 10 Years of Applied CTI Discipline
Best Practices for Testing and Debugging Shopify Third-Party API Integrations...
Cloud-Scale Log Monitoring _ Datadog.pdf
Introduction to Information and Communication Technology
💰 𝐔𝐊𝐓𝐈 𝐊𝐄𝐌𝐄𝐍𝐀𝐍𝐆𝐀𝐍 𝐊𝐈𝐏𝐄𝐑𝟒𝐃 𝐇𝐀𝐑𝐈 𝐈𝐍𝐈 𝟐𝟎𝟐𝟓 💰
artificial intelligence overview of it and more
Module 1 - Cyber Law and Ethics 101.pptx
isotopes_sddsadsaadasdasdasdasdsa1213.ppt
522797556-Unit-2-Temperature-measurement-1-1.pptx
Paper PDF World Game (s) Great Redesign.pdf
Unit-3 cyber security network security of internet system
RPKI Status Update, presented by Makito Lay at IDNOG 10
WebRTC in SignalWire - troubleshooting media negotiation
Tenda Login Guide: Access Your Router in 5 Easy Steps

Let's Encrypt! Wait. Why? How? - WC Pune

  • 1. LET’S ENCRYPT! WAIT. WHY? HOW? WordCamp Pune | @NancyThanki
  • 4. HTTP PROTOCOL + SECURITY ▸ SSL/TLS ( Secure Sockets Layer / Transport Layer Security) ▸ keeps your passwords, communications, and credit card details safe between your computer and the servers you’re communicating with on the other side. ▸ still speaking in HTTP, but the communication is encrypted and decrypted
  • 5. HOW DOES IT WORK? HELLO —> CERTIFICATE EXCHANGE —> KEY EXCHANGE 1. ClientHello message ▸ aka the information the server needs to connect to the client via SSL ▸ server will respond with a ServerHello i.e. similar info including the cipher suite and version of SSL to be used 2.Certificate Exchange ▸ the server needs to prove its identity via its SSL certificate* ▸ does it either (a) implicitly trust or (b) is it verified by one of many CAs 3. Key Exchange ‣ Encryption via a symmetric algorithm using a single key * the client may also need to prove its identity, but not always
  • 6. WHAT’S THE POINT? ▸ HTTP requests and responses can now be sent through an encrypted plaintext message ▸ i.e. verifies that you’re talking directly to the the server you think you’re talking to ▸ But because only the other side knows how to decrypt this message, Man In The Middle Attackers are unable to read or modify any requests that they may intercept. ▸ i.e. ensures that only that server can read what you send and only you can read what it sends Diffie–Hellman Key Exchange
  • 7. WHILST THE LITTLE GREEN PADLOCK AND THE LETTERS “HTTPS” IN YOUR ADDRESS BAR DON’T MEAN THAT THERE ISN’T STILL AMPLE ROPE FOR BOTH YOU AND THE WEBSITE YOU ARE VIEWING TO HANG YOURSELVES ELSEWHERE, THEY DO AT LEAST HELP YOU COMMUNICATE SECURELY WHILST YOU DO SO. Rob Heaton
  • 9. ▸ if you see encrypted traffic today, you can generally assume there is a reason. ▸ by encrypting everything you give cover to those who need it ▸ for example political dissidents
  • 12. FREEDOM OF SOFTWARE* * well respected within the WordPress community
  • 16. HOW DOES SSL WORK?
  • 17. HOW DOES SSL WORK? WHY DOES IT PROTECT SENSITIVE INFORMATION? 1. 2 key encryption ▸ private key and public key agree on a key for this exchange ▸ symmetric algorithm with asymmetric encryption ▸ anyone can encrypt using the public key, but only the server can decrypt using the private key 2. digital signature is “signed” by another authority 3. self-signing
  • 18. WHAT IS A “CA”? (AKA CERTIFICATE AUTHORITY)
  • 21. WHAT IS “LET’S ENCRYPT”? SETUP OF A DOMAIN VALIDATION (DV) CERTIFICATE* 1. Download Let’s Encrypt on your server that has the address www.oohshinywebsite.com: sudo apt-get install lets-encrypt 2. You run it as sudo telling it you want to get a certificate for your domain lets-encrypt oohshinywebsite.com * DV Certificate = “the CA checks the right of the applicant to use a specific domain name. No company identity information is vetted and no information is displayed other than encryption information within the Secure Site Seal.” There are other types of certificates with varying requirements.
  • 23. SHARED HOSTING ‣ Bluehost ‣ GoDaddy ‣ SiteGround ‣ WP Engine ‣ DreamHost ‣ HostGator ‣ Big Rock ‣ Hosting Raja ‣ Hostripples ‣ Domain Racer ‣ InMotion Hosting ‣ LE’s community list
  • 24. HOW TO ENCRYPT YOUR SITE VPS AND OTHER SERVER SETUPS ▸ nginx - https://www.digitalocean.com/community/tutorials/ how-to-secure-nginx-with-let-s-encrypt-on-ubuntu-14-04 ▸ Apache - https://www.digitalocean.com/community/ tutorials/how-to-secure-apache-with-let-s-encrypt-on- ubuntu-14-04 ▸ Centos vs Debian/Ubuntu - https://www.linode.com/docs/ security/ssl/install-lets-encrypt-to-create-ssl-certificates
  • 25. WORDPRESS.COM It’s already done. Learn more here and here. Sign up here
  • 27. THE BAD ▸ No wild cards, i.e. difficult in multi/ load-balanced setup ▸ Renewal every 90 days THE GOOD ▸ Easy to setup ▸ Free to use ▸ Good for single server setups
  • 28. COMMON ISSUES JETPACK ▸ change WordPress settings ▸ Dashboard > Settings > General ▸ site URL, WordPress URL GOOGLE SEO ▸ your search rankings vs any modicum of care you have for your audience
  • 29. FAQS
  • 30. FAQS I SET IT ALL UP. DOES THIS MEAN I WON’T BE HACKED? No. Absolutely not. WILL IT MAKE MY SITE SLOWER? Not really. WHAT’S THE DIFFERENCE BETWEEN “LET’S ENCRYPT” AND PAID SSL CERTIFICATES? Nothing technically. But within things like PR or insurance… kinda.
  • 32. COMMON MISCONCEPTIONS* AUTHENTICATION “A proper SSL certificate also provides authentication. This means you can be sure that you are sending information to the right server and not to a criminal’s server.” INTEGRITY “because it’s now over HTTPS, and you’re protecting against MITM attacks you can be assured that the information is in fact the information you’re meant to get.” ENCRYPTION “it encrypts the information as it’s being transferred from the browser to the web server. This is known as encryption in transit, and talks to nothing about encryption at rest.” * Read Tony Perez’s article :)
  • 33. COMMON MISCONCEPTIONS* PHISHING if the website housing the phishing page has https, and it is verified, it will show the user that lovely green padlock. NATION STATE ATTACKS “My advice, assume everything you do online — HTTPS or HTTP — is being monitored. IN CONCLUSION It’s definitely a critical piece of the overarching security wheel associated with website security, but it’s not going to stop websites from getting hacked, the distribution of malware or keep website owners safe. * Read Tony Perez’s article :)
  • 35. SOURCES ▸ http://robertheaton.com/2014/03/27/how-does-https-actually-work/ ▸ http://security.stackexchange.com/questions/11464/getting-a-root-ca-accepted-in-systems-and- browsers ▸ http://robertheaton.com/2015/04/06/the-ssl-freak-vulnerability/ ▸ https://blog.hartleybrody.com/https-certificates/ ▸ https://www.cryptologie.net/article/274/lets-encrypt-overview/ ▸ https://letsencrypt.org/getting-started/ ▸ https://www.youtube.com/watch?v=OZyXx8Ie4pA ▸ https://www.globalsign.com/en/ssl-information-center/types-of-ssl-certificate/ ▸ https://medium.com/@kevinsimper/review-of-getting-free-https-with-let-s-encrypt-5515f74be5f6#. 5qzjv4bc8 ▸ https://perezbox.com/2015/07/https-does-not-secure-your-website/
  • 36. ऑटोमॅिटक येथे सामील व्हा ▸ अजर् पाठवा - http://automattic.com/work-with-us ▸ अिधक मािहती पािहजे का ? ▸ आमच्या काउंटर वर आपले स्वागत आहे
  • 37. COME WORK WITH US! ▸ Be a part of products that power over 27% of the web ▸ Collaborate with and learn from over 500+ colleagues in 60+ countries ▸ Set work hours that are convenient for you and your family ▸ Earn a globally competitive salary while living in India ▸ Travel a few times a year to meet your team, and engage with the wider WordPress community ▸ Apply at http://automattic.com/work-with-us ▸ Want to learn more? ▸ Come chat with us at our booth!