Create Your Own SSL Certificate Authority (on Linux)

Поділитися
Вставка
  • Опубліковано 16 гру 2024

КОМЕНТАРІ • 21

  • @GregPerry
    @GregPerry 2 роки тому +12

    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 Рік тому +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.

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

  • @GernotPokorny
    @GernotPokorny Рік тому +2

    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.

  • @StephenBussard
    @StephenBussard 3 місяці тому

    This is great, thank you so much!

  • @bishalmishra993
    @bishalmishra993 2 роки тому

    Great narration.. short simple and great guide..

  • @AbuBakrSadiqi-b7t
    @AbuBakrSadiqi-b7t 3 місяці тому

    That's for this video, it helped me alot.

  • @pedroguesful
    @pedroguesful 25 днів тому

    hello! i have a question i need help, how can i create the x509 esxtension config file? can anyone help me plz

  • @me-jz7uv
    @me-jz7uv Рік тому +1

    How to create the x509 config file please?

  • @gendisayuningtyas1343
    @gendisayuningtyas1343 11 місяців тому

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

  • @tadmikowsky7520
    @tadmikowsky7520 Рік тому +4

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

  • @mohamedmaslouh1860
    @mohamedmaslouh1860 2 роки тому

    Thank you it's very clear

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

  • @inspectranet
    @inspectranet 2 роки тому

    Right to the point! Thanks!

  • @domenicoragosta2690
    @domenicoragosta2690 2 роки тому

    Simply perfect!

  • @simpleyute
    @simpleyute 9 місяців тому

    Thank you so much!

  • @GernotPokorny
    @GernotPokorny Рік тому

    Thank you vey much