Create and sign certs with OpenSSL

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

КОМЕНТАРІ • 35

  • @KenjiEmura
    @KenjiEmura 3 роки тому +7

    Best real world explanation so far, thanks a lot!!

    • @DevParkour
      @DevParkour  3 роки тому +3

      Thanks! I made this video because every time I need to work with certificates, I needed to relearn how to use the tools and go through the process! I’m glad it is as useful to others as it is to me!

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

      @@DevParkour could you remake this tutorial with a sha256 type self signed certificate (valid) for apps like exe files

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

    Thank you so much! You saved me from generating headache

  • @nab3609
    @nab3609 Рік тому +1

    Thanks a lot Brian !

  • @ramprasad_v
    @ramprasad_v 3 роки тому +2

    It was very helpful. Thanks 🙂

  • @random-characters4162
    @random-characters4162 Рік тому +1

    sorry if I missed it in the vid. Why are we creating only private keys? Where is a public key? From other explanations, I thought it should be a part of the certificate...

  • @ajaiyapandey5058
    @ajaiyapandey5058 2 роки тому +1

    wow... great .. all doubts & blockers gone !

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

    Thank you, one question if I have the certificate installed on my website and I want to use hmailserver and add a new one to hmailserver?

  • @arunbakshi7138
    @arunbakshi7138 2 роки тому +1

    Thanks a lot. It's really awesome. Kindly if you can explain how to generate root and intermediate certificates as well.

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

    Great tutorial. Beast.

  • @jesussabalaga7167
    @jesussabalaga7167 2 роки тому +1

    Hello, your video is excellent, I would like to know if you know how to review a .pfx if I was the one who generated it with, for example, the private key? Cheers!

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

    Excellent video

  • @random-characters4162
    @random-characters4162 Рік тому

    I'm on a mac and to run openssl req (self signed cert action on 9:19) I had to add -new flag. Otherwise the command just hangs

  • @jerrywong832
    @jerrywong832 2 роки тому +2

    I am still not 100% clear. Would you be able to make a video of how to create a web site with https: rather than http please. I know it has something to do with the SSL certificate but I am unable to relate SSL and https. Thank you

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

    hola Sor Oscar Gomez, quiero preguntar si me puedes ayudar con un proyecto que tengo, para crear una pagina web que funciona como un control inventario, y hay que crear le multiples usuarios con diferentes niveles de acceso, y quisiera implementarle biometria por huella para los usuarios y que tenga un certificado RSA 15369 bit

  • @nowzarifarhad
    @nowzarifarhad 3 роки тому

    I do the same, and add the signed certificate to the website on IIS and its fine but when I access the website from the clients eventhough that I trust the root it still doesn't trust the cert. Only firefox works but chrome doesn't

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

    Very informative.

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

    @Dev Parkour could you remake this tutorial with a sha256 type self signed certificate (valid)

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

    Thanks for the video. Did purchase a codesign certificate from "COMODO/SECTIGO" and I'm trying to do codesign windows apps using github workflow and github secret. So far I haven't had much success to codesign.
    Question do I need to embed "COMODO/SECTIGO" .crt and .key into secured .crt and secured.key prior to encode into base64 for the githubsecret or do the encode into base64 directly form "COMODO/SECTIGO"

    • @DevParkour
      @DevParkour  2 роки тому +1

      Good question. I have done codesigning on windows apps via a CI/CD pipeline once before a few years ago. I’ll see if I can dig up what I did and make a video on it soon. I used GitLab CI/CD, but the commands/concepts should transfer.

    • @lebeluet
      @lebeluet 2 роки тому +1

      @@DevParkour This morning I was able to codesign my app and perform my first GitHub release. I didn't need to embed the "COMODO/SECTIGO" .crt and .key files.
      I'm not sure where the problem came from as I made several changes before the workflow worked.
      I still must correct the release because now the package cannot be downloaded even if it is displayed in the release.
      Ref Github project : MPC-MassPropertiesCalculator

  • @Daniel-mz9dn
    @Daniel-mz9dn Рік тому

    the last command line was what? it cut off

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

    Your video insert covered the command lines... ?

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

      he included in the description

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

    very infomativ

  • @narendranmanickavasagam1329

    Good one. Sometimes commands are hidden by video

  • @He-Is-One-and-Only
    @He-Is-One-and-Only Рік тому

    👍🏻👍🏻👍🏻 nice

  • @AdrianGonzalezBlogs
    @AdrianGonzalezBlogs 5 місяців тому

    Thanks

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

    How to convert pem file into crt and key

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

    Someone encrypted my files how i can fix that. He told me to pay 6k$ which o don't hav it

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

    mate, your not signing the key with the key, you're signing the cert that you create with the key so that the key and the cert are intrinsically linked. The key is a unique value that encodes the cert. I think you made that very confusing.

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

    very good video, it was very useful for me...🏌‍♀

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

    need seriously start with the short option first. No respect for peoples time.