Benefits of Free SSL with Let's Encrypt for Website Security

Slide Note
Embed
Share

Explore the advantages of implementing free SSL with Let's Encrypt for your website security needs. Discover why SSL/TLS encryption is essential to prevent insecure warnings in browsers, enhance search engine rankings, and comply with Apple's secure app requirements. Learn about the pain points associated with SSL setup and renewal, and how Let's Encrypt offers free single domain certificates valid for 90 days with automated renewal.


Uploaded on Nov 25, 2024 | 0 Views


Download Presentation

Please find below an Image/Link to download the presentation.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author. Download presentation by click this link. If you encounter any issues during the download, it is possible that the publisher has removed the file from their server.

E N D

Presentation Transcript


  1. Free SSL, with Lets Encrypt @mikeirvingweb www.mike-irving.co.uk

  2. Free SSL, with Lets Encrypt Mike Irving Software Developer, Consultant Web Development: - mainly on C# / .NET, SQL Server, Windows Server - 15+ Years Commercial Experience. Mobile Development: - iOS - Objective-C, Xamarin, Cordova / HTML5 - Android, Windows, Cross Platform with Xamarin C# - 7+ Years Commercial Experience @mikeirvingweb www.mike-irving.co.uk

  3. Free SSL, with Lets Encrypt WHAT THE SSL? SSL TLS encryption https:// Port: 443 @mikeirvingweb www.mike-irving.co.uk

  4. Free SSL, with Lets Encrypt Why go secure? - Prevent Insecure Warnings in Chrome, Browsers - It s a positive Google Search Ranking Factor, likely to become even more prominent - Apple not allowing any more insecure apps CONFIDENCE @mikeirvingweb www.mike-irving.co.uk

  5. Free SSL, with Lets Encrypt @mikeirvingweb www.mike-irving.co.uk

  6. Free SSL, with Lets Encrypt Certificate request Web Server Certificate Authority Secure Certificate @mikeirvingweb www.mike-irving.co.uk

  7. Free SSL, with Lets Encrypt @mikeirvingweb www.mike-irving.co.uk

  8. Free SSL, with Lets Encrypt PAIN! @mikeirvingweb www.mike-irving.co.uk

  9. Free SSL, with Lets Encrypt Cost + Setup Pain + Renewal Pain = Can t be arsed. @mikeirvingweb www.mike-irving.co.uk

  10. Free SSL, with Lets Encrypt @mikeirvingweb www.mike-irving.co.uk

  11. Free SSL, with Lets Encrypt Let s Encrypt Free, single domain certificates (no wildcards) Valid for 90 days Automated renewal process @mikeirvingweb www.mike-irving.co.uk

  12. Free SSL, with Lets Encrypt Let s Encrypt Universally Trusted, Supported by big players. @mikeirvingweb www.mike-irving.co.uk

  13. Free SSL, with Lets Encrypt Let s Encrypt Uses ACME Protocol Automatic Certificate Management Environment Typical process: - Create a Vault / Identity tied to email address - request certificate for domain name - assign certificate to web server - request renewal within 30 days of expiry date @mikeirvingweb www.mike-irving.co.uk

  14. Free SSL, with Lets Encrypt Let s Encrypt ACME Client Implementations Certbot recommended Implementations available for all environments: Docker, Java, PHP, Python, Windows etc. @mikeirvingweb www.mike-irving.co.uk

  15. Free SSL, with Lets Encrypt Let s Encrypt Options on Windows ACMESharp (.NET, Powershell) letsencrypt-win-simple (.NET) Certify GUI (.Net, WinForms, uses ACMESharp) @mikeirvingweb www.mike-irving.co.uk

  16. Free SSL, with Lets Encrypt Let s Encrypt I have a Windows Server, Here s what I did - Initially Installed Certify GUI, which installed ACMESharp - now using Installed letsencrypt-win-simple (stills from) Live demo @mikeirvingweb www.mike-irving.co.uk

  17. Free SSL, with Lets Encrypt @mikeirvingweb www.mike-irving.co.uk

  18. Free SSL, with Lets Encrypt @mikeirvingweb www.mike-irving.co.uk

  19. Free SSL, with Lets Encrypt @mikeirvingweb www.mike-irving.co.uk

  20. Free SSL, with Lets Encrypt @mikeirvingweb www.mike-irving.co.uk

  21. Free SSL, with Lets Encrypt @mikeirvingweb www.mike-irving.co.uk

  22. Free SSL, with Lets Encrypt SSLLabs.com SSL Report Test your site Block unsafe protocols.. i.e. SSL 2, SSL 3 Remove weak Ciphers Re-test your site Improve your rating! @mikeirvingweb www.mike-irving.co.uk

  23. Free SSL, with Lets Encrypt Good Ciphers TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384_P384, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA_P384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA_P384, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA_P256, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA_P256, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256_P384, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256_P384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256_P256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256_P256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA_P384, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA_P256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA_P384, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA_P256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P384, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_3DES_EDE_CBC_SHA, SSL_CK_DES_192_EDE3_CBC_WITH_MD5 @mikeirvingweb www.mike-irving.co.uk

  24. Free SSL, with Lets Encrypt Recap Let s Encrypt PROS: - It s Free.. main cost will be in setting up, automating renewals CONS: - Basic SSL only, no Wildcard SSL - Still some pain in setting up - Various options, for all platforms - Shared Hosting Environment? Likely you may only have one SSL option, a paid one. - Automated Renewals - Ideal if you have your own Server / VM - Lots of hosting providers support it, automated - many more have it on their roadmap @mikeirvingweb www.mike-irving.co.uk

  25. Free SSL, with Lets Encrypt Any questions? I m happy to help you. www.mike-irving.co.uk mike@mike-irving.co.uk @mikeirvingweb www.mike-irving.co.uk

Related


More Related Content