Create Your Own SSL Certificate Authority (on Linux)

แชร์
ฝัง
  • เผยแพร่เมื่อ 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 10 หลายเดือนก่อน +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!

  • @mohamedmaslouh1860
    @mohamedmaslouh1860 ปีที่แล้ว

    Thank you it's very clear

  • @domenicoragosta2690
    @domenicoragosta2690 2 ปีที่แล้ว

    Simply perfect!

  • @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.