Create Your Own SSL Certificate Authority (on Linux)

Поделиться
HTML-код
  • Опубликовано: 10 мар 2022
  • In this video, we’ll walk through creating your own certificate authority on Linux so that you can run HTTPS sites locally without issue.
    Check out the article: deliciousbrains.com/ssl-certi...
    » USEFUL TOOLS FOR DEVELOPERS
    Advanced Custom Fields: Take complete control of your WordPress edit screens & custom field data. [advancedcustomfields.com](advancedcustomfields.com/)
    WP Migrate DB Pro: Push and pull your database from one WordPress install to another in one click. [deliciousbrains.com/wp-migrat...](deliciousbrains.com/wp-migrat...)
    WP Offload Media: Speed up your WordPress site by offloading your WordPress media to Amazon S3, DigitalOcean Spaces or Google Cloud Storage. [deliciousbrains.com/wp-offloa...](deliciousbrains.com/wp-offloa...)
    WP Offload SES: Let WP Offload SES take over email sending for your WordPress site sending all site emails through your Amazon SES account. [deliciousbrains.com/wp-offloa...](deliciousbrains.com/wp-offloa...)
    SpinupWP: Spin up your own extremely fast WordPress server in minutes with our modern cloud-based server control panel. [spinupwp.com](spinupwp.com/)
  • ХоббиХобби

Комментарии • 18

  • @GregPerry
    @GregPerry 2 года назад +11

    The most comprehensive, clear, well organized, straightforward and real explanation of the steps to solve a nearly ubiquitous development problem. And all the while, cool jazz in the background.. You have cumulatively removed thousands of hours of dev angst. You will be welcomed in the halls of Nerd Valhalla.

  • @chadzulu4328
    @chadzulu4328 9 месяцев назад +1

    This is the highest-quality, easiest to follow video on this subject that I've found thus far. If you want to set up your own CA, this is the video you're looking for.

  • @markadams439
    @markadams439 2 года назад +3

    Best, clear and straightforward explanation on the tube.

  • @bishalmishra993
    @bishalmishra993 Год назад

    Great narration.. short simple and great guide..

  • @inspectranet
    @inspectranet 2 года назад

    Right to the point! Thanks!

  • @domenicoragosta2690
    @domenicoragosta2690 2 года назад

    Simply perfect!

  • @mohamedmaslouh1860
    @mohamedmaslouh1860 Год назад

    Thank you it's very clear

  • @simpleyute
    @simpleyute 4 месяца назад

    Thank you so much!

  • @user-du6hs8fe8x
    @user-du6hs8fe8x 9 месяцев назад

    Thank you vey much

  • @danielsaan1976
    @danielsaan1976 Год назад +2

    Hi. Good video, but it would have been helpful if an explanation had been added about adding the rootCA certificate into browser.

  • @user-du6hs8fe8x
    @user-du6hs8fe8x 9 месяцев назад +1

    Can you please make a video on how to trust a self signed certificate in chrome? I always get NET::ERR_CERT_COMMON_NAME_INVALID. its security certificate does not specify Subject Alternative Names. This may be caused by a misconfiguration or an attacker intercepting your connection.

  • @me-jz7uv
    @me-jz7uv Год назад +1

    How to create the x509 config file please?

  • @gendisayuningtyas1343
    @gendisayuningtyas1343 7 месяцев назад

    how to install ssl on samba4 ubuntu? still using openssl application?

  • @tadmikowsky7520
    @tadmikowsky7520 9 месяцев назад +4

    0:56 unless hosting 20 year old servers/clients, why on earth would someone use -des3 instead of -aes256?

  • @aparajitaramyan2205
    @aparajitaramyan2205 Год назад

    Verifying - Enter pass phrase for myCA.key ------- From where we will get the pass phrase? Where should we look for pass phrase. this step is giving error.

    • @SaurabhSalvi43
      @SaurabhSalvi43 Год назад +1

      passphrase is like a password that you set to the .key file. you can choose to ignore it. but it is recommended if its a CA certificate (in this case root CA certificate)

    • @SaurabhSalvi43
      @SaurabhSalvi43 Год назад +1

      if you do not want to use passphrase, then you need to skip the '-des3' flag.