Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай SSL Complete Guide 2020: HTTP to HTTPS, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:03:26
    Intro
  2. Урок 2. 00:01:19
    Section 1 Introduction
  3. Урок 3. 00:09:07
    Overview of researches dedicated to SSL, TLS and HTTPS
  4. Урок 4. 00:06:11
    Overview of the certificates of some popular websites
  5. Урок 5. 00:08:38
    Difference between HTTP and HTTPS
  6. Урок 6. 00:05:11
    Analyzing traffic using Wireshark
  7. Урок 7. 00:07:52
    TCP/IP stack by example
  8. Урок 8. 00:06:06
    Analyzing HTTP protocol using Wireshark
  9. Урок 9. 00:05:24
    Analyzing HTTPS and TLS using Wireshark
  10. Урок 10. 00:00:35
    Section 2 Introduction
  11. Урок 11. 00:02:00
    Symmetric Key Encryption
  12. Урок 12. 00:04:13
    Symmetric Key Encryption Algorithms
  13. Урок 13. 00:06:58
    Hashing Overview
  14. Урок 14. 00:05:22
    MD5 hashing algorithm
  15. Урок 15. 00:05:33
    SHA hashing algorithm and HMAC overview
  16. Урок 16. 00:02:16
    Asymmetric keys overview
  17. Урок 17. 00:02:56
    Encryption using asymmetric keys
  18. Урок 18. 00:04:38
    Signing data using assymmetric keys
  19. Урок 19. 00:02:30
    RSA Overview
  20. Урок 20. 00:03:53
    PKI - Public Key Infrastructure Overview
  21. Урок 21. 00:04:38
    Certificate overview
  22. Урок 22. 00:00:59
    Section 3 Introduction
  23. Урок 23. 00:01:18
    Installing OpenSSL
  24. Урок 24. 00:09:07
    Using OpenSSL for RSA keys generation
  25. Урок 25. 00:10:12
    Exploring certificate of Instagram
  26. Урок 26. 00:04:39
    Exploring certificate of Google
  27. Урок 27. 00:05:59
    Exploring certificate of Comodo
  28. Урок 28. 00:08:17
    Root CA and root certificates in the OS
  29. Урок 29. 00:08:31
    How Chain of Trust is built
  30. Урок 30. 00:04:57
    Verifying chain of certificates
  31. Урок 31. 00:10:54
    Verifying SSL certificate and certificates chain
  32. Урок 32. 00:03:31
    PKI, Chain of trust and certificates summary
  33. Урок 33. 00:02:56
    Certificate domain scopes
  34. Урок 34. 00:00:49
    Section 4 Introduction
  35. Урок 35. 00:02:45
    Introduction to the SSL and TLS
  36. Урок 36. 00:07:16
    History and versions of the SSL and TLS
  37. Урок 37. 00:03:49
    Why RSA is not used for data encryption in HTTPS
  38. Урок 38. 00:04:37
    How TLS session is established
  39. Урок 39. 00:13:13
    Analyzing TLS session setup using Wireshark
  40. Урок 40. 00:05:06
    Overview of cipher suites
  41. Урок 41. 00:04:16
    Encryption key generation by the web browser
  42. Урок 42. 00:03:15
    Delivering encryption key using Diffie Hellman key exchange
  43. Урок 43. 00:02:49
    Diffie Hellman overview
  44. Урок 44. 00:02:39
    Modulus operation
  45. Урок 45. 00:08:39
    Diffie Hellman algorithm
  46. Урок 46. 00:01:54
    Elliptic Curve Cryptography Overview
  47. Урок 47. 00:05:48
    Point Addition on Elliptic Curve
  48. Урок 48. 00:04:41
    Multiple Point Addition
  49. Урок 49. 00:05:59
    Point Doubling and Optimization
  50. Урок 50. 00:03:27
    Elliptic Curve Discrete Log Problem
  51. Урок 51. 00:02:51
    Comparing formulas
  52. Урок 52. 00:05:48
    ECDHE - Elliptic Curve Diffie Hellman Exchange
  53. Урок 53. 00:09:58
    Exploring ECDHE with ECDSA
  54. Урок 54. 00:00:19
    Section 5 Introduction
  55. Урок 55. 00:01:57
    Free domains overview
  56. Урок 56. 00:09:44
    Setting up free domain and hosting using GitHub Pages
  57. Урок 57. 00:08:11
    Exploring TLS session with our website at Github.io - PART 1
  58. Урок 58. 00:08:16
    Exploring TLS session with our website at Github.io - PART 2
  59. Урок 59. 00:00:39
    Section 6 Introduction
  60. Урок 60. 00:02:00
    Planning next steps with Paid Domain
  61. Урок 61. 00:10:57
    Buying a domain
  62. Урок 62. 00:12:20
    Setting up free hosting
  63. Урок 63. 00:05:07
    Overview of the TLS settings at the free hosting
  64. Урок 64. 00:16:03
    OPTIONAL - Trying to install free Let's Encrypt TLS certificate on free hosting
  65. Урок 65. 00:00:51
    Section 7 Introduction
  66. Урок 66. 00:06:45
    VPS vs Dedicated Server
  67. Урок 67. 00:06:34
    Hosting Services Overview - PART 1
  68. Урок 68. 00:08:43
    Hosting Services Overview - PART 2
  69. Урок 69. 00:10:37
    Buying a droplet at DigitalOcean
  70. Урок 70. 00:12:33
    Launching Wordpress website with HTTPS
  71. Урок 71. 00:06:52
    Exploring our brand new TLS Certificate
  72. Урок 72. 00:03:16
    Finishing Wordpress installation
  73. Урок 73. 00:09:58
    Let's Encrypt and Certbot Overview
  74. Урок 74. 00:11:47
    Exploring TLS certificates via shell
  75. Урок 75. 00:12:12
    Exploring certbot configuration and testing renewal
  76. Урок 76. 00:02:25
    What we have got so far
  77. Урок 77. 00:00:30
    Section 8 Introduction
  78. Урок 78. 00:05:35
    Reverse Proxy and Cloudflare
  79. Урок 79. 00:01:19
    Overview of the current setup
  80. Урок 80. 00:08:45
    Moving our website to Cloudflare
  81. Урок 81. 00:03:34
    Exploring free TLS certificate from Cloudflare
  82. Урок 82. 00:05:21
    Exploring TLS settings at Cloudflare
  83. Урок 83. 00:14:28
    Cloudflare SSL Operation Modes
  84. Урок 84. 00:13:23
    Flexible SSL Operation Mode at Cloudflare
  85. Урок 85. 00:06:52
    Off SSL Operation Mode at Cloudflare
  86. Урок 86. 00:00:27
    Section 9 Introduction
  87. Урок 87. 00:01:50
    Current Setup and planning next steps
  88. Урок 88. 00:14:03
    Installing Nginx web server
  89. Урок 89. 00:11:42
    Configuring Nginx web server
  90. Урок 90. 00:17:26
    Setting up Cloudflare Origin TLS certificate
  91. Урок 91. 00:02:23
    Cloudflare summary
  92. Урок 92. 00:07:30
    Disable Cloudflare
  93. Урок 93. 00:00:24
    Section 10 Introduction
  94. Урок 94. 00:03:13
    Current Nginx server setup overview
  95. Урок 95. 00:05:02
    CSR - Certificate Signing Request
  96. Урок 96. 00:14:07
    Generate Self-Signed certificate using OpenSSL
  97. Урок 97. 00:03:02
    Self-signed certificate overview
  98. Урок 98. 00:05:33
    Cloudflare and self-signed certificate
  99. Урок 99. 00:00:36
    Section 11 Introduction
  100. Урок 100. 00:08:59
    Paid certificates overview
  101. Урок 101. 00:16:12
    Getting 90-days valid free TLS certificate
  102. Урок 102. 00:07:05
    Installing Custom TLS Certificate
  103. Урок 103. 00:04:12
    Analyzing our new custom TLS Certificate
  104. Урок 104. 00:06:54
    Our TLS Setup is not complete
  105. Урок 105. 00:06:39
    Installing TLS certificate of intermediate CA
  106. Урок 106. 00:03:13
    HTTP and HTTPS versions of website
  107. Урок 107. 00:09:54
    Configuring 301 Redirects to HTTPS
  108. Урок 108. 00:02:25
    Custom TLS Certificate Summary
  109. Урок 109. 00:05:11
    Cleanup
  110. Урок 110. 00:00:55
    Summary