OpenSSL Step By Step Tutorial | How to Generate Keys, Certificates & CSR Using OpenSSL

Поділитися
Вставка
  • Опубліковано 18 жов 2024
  • OpenSSL step by step tutorial explaining how to generate key pair, how to export public key using openssl commands, how to create CSR using openSSL and how to generate self signed certificate using Open SSL command line tool.
    To dowload openSSL visit: www.openssl.org/
    To learn how to use Java Key Tool to generate self signed certificates: • How to Generate Key St...
    To learn how to use Portecle to generate self signed certificates: • Generate Self Signed C...
    To learn difference between one-way and two-way SSL: • How One Way and Two Wa...

КОМЕНТАРІ • 171

  • @nagasai6668
    @nagasai6668 29 днів тому +1

    Hi Sir, what you said was awesome and great informative and I'll suggest few and give knowledge on this sir ❤🙏

  • @rfrancoi
    @rfrancoi 10 місяців тому +2

    Excellent video Sir. Thank you; it is greatly appreciated.

  • @TheL337trance
    @TheL337trance 2 роки тому +5

    I needed someone to explain it like this for so long. Thank you man.

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

    Very well demonstrated key-pair generation, extracting public key, CSR and self-signed certificate. Great work!

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

    Lot's of CSR videos but this one was perfect! Thank you!

  • @lorenzomagni9200
    @lorenzomagni9200 3 роки тому +4

    wow everything worked so flawlessly, you're a hero

  • @michaelareay1037
    @michaelareay1037 3 роки тому +11

    Good job done. Very clearly explained and everything was right to the point and it held my attention. Everyone should do their training videos like this.

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

    It cleared all my doubts..nicely explained..thanks for the amazing video..!

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

    Great Video, Very clearly explained about CA, CSR.
    I have a question:
    When we are opening the //https connection using self signed CA certificate getting some warnings on //https web page. May I know the reason?
    Kindly, respond.
    Thanks

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

      Dear Ankur,
      Thanks for the kind feedback.
      In case of a self-signed certificate, we get SSL warning because chain of trust is not identified by the browser. Browser trusts only CA signed certificates (unless you explicitly add your certificate in the trust store).
      I will recommend you to watch my other video where I explained SSL chain of trust in much detail.

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

    Excellent demonstration sir. Thank you for making this clear to me.

  • @florinbujoreanu1020
    @florinbujoreanu1020 2 місяці тому

    BRAVO! thank you for the clear and practical explanation!

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

    Thanks a lot bro..I was looking for a simple but explanatory tutorial on how certificates work..this video helped me to understand a lot

  • @shanrk2972
    @shanrk2972 3 роки тому +1

    Short video, simple to understand. WOW!!! Thank you

  • @dennisgarber
    @dennisgarber 3 роки тому +1

    Great video, but you now have weird files on your computer. What do you do with these weird files. Do I ftp to my server, control panel, do I need to go to ican or other ssl org to upload them?

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

    Great video ... I was confused before watching this, now I understand much better. Thanks.

  • @demontagemontage
    @demontagemontage 3 роки тому +1

    how to creat command "CLS" clear screen in this toolkit , or same equivalent???????????????????????

  • @asuteles201
    @asuteles201 3 роки тому +4

    Hi sir,
    I want to configure certificate based authentication, it requirement
    1.CA,
    2.User Certificate,
    3.server certificate.
    What should I do, whether is same with you do?

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

    Thanks a lot .Love from India

  • @mwitschi69
    @mwitschi69 3 роки тому +1

    Just created my first key, ever. Now going to implement this....

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

    Nice video in detail. I have one question in terms of renewal. To renew the existing CA signed certificate, is it correct to give old CSR (CSR generated to get CA signed initially). Is there any validity for key pair and CSR generated?

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

    Thanks for the great tutorials. How I securely push these key (private & cer) in jks file ?

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

    Can you tell me how we can extract the private key from the key pair, as well as the public key?

  • @IamKhan8010
    @IamKhan8010 3 роки тому +1

    Awesome. This is what I needed this morning.

  • @dancewitharun
    @dancewitharun 3 роки тому +1

    Clear explanation to the point. Thanks buddy. Keep uploading more videos like this.

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

    Hisir.
    How do one vedio on how to create csr repo

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

    Worked for me, best video on openssl

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

    Good explanation in detail. I have one query in terms of renewal. To renew the existing CA signed certificate, is it correct to give old CSR (CSR generated to get CA signed initially). Is there any validity for key pair and CSR generated?

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

    Great video.. all commands worked for me...thanks...one query how to add critical extensions using your commands?

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

    Awesome explanation bro !!!

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

    Very useful - clear and consise. Thanks for sharing.

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

    Thankyou. Video was very clear

  • @User-nq9ee
    @User-nq9ee 3 роки тому +2

    all those who are having error like me
    The only thing that worked for me in this situation was the self-created openssl.cnf file.
    Here are the basics needed for this exercise (edit as needed):
    #
    # OpenSSL configuration file.
    #
    # Establish working directory.
    @/c:\Users\User\Desktop\test
    dir = .
    [ ca ]
    default_ca = CA_default
    [ CA_default ]
    serial = $dir/serial
    database = $dir/certindex.txt
    new_certs_dir = $dir/certs
    certificate = $dir/cacert.pem
    private_key = $dir/private/cakey.pem
    default_days = 365
    default_md = md5
    preserve = no
    email_in_dn = no
    nameopt = default_ca
    certopt = default_ca
    policy = policy_match
    [ policy_match ]
    countryName = match
    stateOrProvinceName = match
    organizationName = match
    organizationalUnitName = optional
    commonName = supplied
    emailAddress = optional
    [ req ]
    default_bits = 1024 # Size of keys
    default_keyfile = key.pem # name of generated keys
    default_md = md5 # message digest algorithm
    string_mask = nombstr # permitted characters
    distinguished_name = req_distinguished_name
    req_extensions = v3_req
    [ req_distinguished_name ]
    # Variable name Prompt string
    #------------------------- ----------------------------------
    0.organizationName = Organization Name (company)
    organizationalUnitName = Organizational Unit Name (department, division)
    emailAddress = Email Address
    emailAddress_max = 40
    localityName = Locality Name (city, district)
    stateOrProvinceName = State or Province Name (full name)
    countryName = Country Name (2 letter code)
    countryName_min = 2
    countryName_max = 2
    commonName = Common Name (hostname, IP, or your name)
    commonName_max = 64
    # Default values for the above, for consistency and less typing.
    # Variable name Value
    #------------------------ ------------------------------
    0.organizationName_default = My Company
    localityName_default = My Town
    stateOrProvinceName_default = State or Providence
    countryName_default = US
    [ v3_ca ]
    basicConstraints = CA:TRUE
    subjectKeyIdentifier = hash
    authorityKeyIdentifier = keyid:always,issuer:always
    [ v3_req ]
    basicConstraints = CA:FALSE
    subjectKeyIdentifier = hash
    # copy till here
    now save this file and run the command as
    openssl req -new -key tutorialspedia.key -out tutorialspedia.csr -config openssl.cnf
    hope this will work for you :)

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

    Thank you very much. Was thinking I will never get it with this csr.

  • @Marek-MAROGO
    @Marek-MAROGO 2 місяці тому

    Thanks from Poland!👍

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

    Thanks for the clear explanation

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

    excellent video. thank you.

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

    CAn you create an video about self signing code signing certificate

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

    Hello when i use command for create csr file. This file is not shown when type dir command
    it is not created. Why this issue happened ?

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

    Very nice job.
    Please add info on how to create "non-self-signed certificates". Meaning certificate verifying some other public key. Thanks

  • @SureshBabu-of5jh
    @SureshBabu-of5jh 3 роки тому

    In this case can we generate public keys and match with public keys being used by differenrt companies?

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

    Thanks a lot for the precise, and informative video.

  • @travelwalk539
    @travelwalk539 3 роки тому +1

    Good explanation , keep it up

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

    Good job clearly explained

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

    Thank you, really helped me!

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

    how can we stop the stdin for step 3 like country name etc, and provide through argparser ?

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

    Command to create self signed certificate with csr and private key is not working shows x509: Use -help for summary. any idea?

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

    Very nice video. Thank you very much. How to create certificate with encryption and does the server also should have a certificate with encrypted key? And also can we use Portecle to generate certificates with encrypted key for linux?

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

    Well done for this nice video

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

    thanks bro, you are the best

  • @Nyemaster
    @Nyemaster 3 роки тому +1

    Thanks - I had all this confused. You helped a lot. Now how do I get this into Windows 10?

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

      Thanks Dave for your feedback. You can download windows version of openssl and use it in your machine. I myself created this tutorial in Windows 10.

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

      I also had a problem with installing it on windows but then I found this tutorial helpful
      ua-cam.com/video/YNKUpNpM0Q0/v-deo.html&ab_channel=TechDeepDiveTechDeepDive

  • @vivekprajapati7911
    @vivekprajapati7911 4 роки тому +1

    really great way of teaching thanks.

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

    Awesome 😍

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

    Great job!

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

    Awesome explanation. Thank you!

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

    Thank you!

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

    If I want to create SSL certificates on cluster having 4-5 nodes, can we have same crt copied to all hosts?

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

    Thank you very much, very clear and to the point!

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

    Can you also make a video on certificate chaining / Intermediate CAS

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

    6:00 Why did you pass the initial key file? .. shouldnt we pass the public key file?

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

    superb knowledge ... my friend .. keep sharing it..

  • @AlHoussem
    @AlHoussem 3 роки тому +1

    Great Tutorial, Thanks

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

    Thank you bro!!
    you are save my life!!

  • @jurijus01
    @jurijus01 4 роки тому +1

    Thanks a lot!!! Exactly what I was looking for

  • @jibrankhan499
    @jibrankhan499 3 роки тому +1

    Job saving info for me.

  • @engrkn
    @engrkn 3 роки тому +1

    Good job mate :) PK/ISB at last someone from PK

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

    wow..
    It helped me a lot

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

    Hi, how can get my Certicate Signed by 'CA' instead of Self-Signed?

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

      Hi Vipul,
      Once you have created CSR, in order to get it signed by a CA, you need to share your CSR with a CA for the subsequent steps.

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

      @@TutorialsPediaVideos thanks, is there a free CA that you know?

  • @AQEELAbdulmajeed-dh1ti
    @AQEELAbdulmajeed-dh1ti 3 роки тому +1

    I Like it.

  • @EamoAmin
    @EamoAmin 3 роки тому +1

    Thank you

  • @electrotsmishar
    @electrotsmishar 4 роки тому +1

    very helpful. thank you

  • @Mocka-yf4ez
    @Mocka-yf4ez 3 роки тому +1

    awsome!!!!!!

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

    Very informative 😊👏

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

    executing openssl command to generate key pair using "openssl genrsa -out keyfile.key 2048" but facing an error "genrsa: Can't open "keyfile.key" for writing, Permission denied". Could you guide me hot to fix this

  • @AdityaKaveri
    @AdityaKaveri 22 дні тому

    Its asking me - Enter pass phrase for domain. What is the pass phrase??

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

    Good job! Thank you!

  • @pabloandrade339
    @pabloandrade339 3 роки тому +12

    The video is good but you have a major mistake. I think the video is using the entire key pair file instead of the public key to generate the CSR which in turn will go to the CA. This is a very important piece of information that will kill you in any test or interview. The steps are correct but the files being used are wrong. The CSR should be created only with the public key file, the CA will generate a certificate. After verification, the CA sends you a signed digital certificate that contains your distinguished name, your public key, the CA's distinguished name, and the signature of the certificate authority. You store this signed certificate in your key database.

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

      Are you serious ? "CSRs are signed using the private key to prevent tampering in transit to the CA.

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

      @@LeXT89 That’s correct. The private key file, which also contains the public key information, is used to sign the CSR. The CSR does not contain the private key. It isn't necessary to extract the public key to create a CSR. OpenSSL supports the creation of the CSR directly from the private key file.

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

    thank you bhai

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

    this is just perfect, simple, effective !

  • @mark-theeverydayimagineer6163
    @mark-theeverydayimagineer6163 4 роки тому +1

    Great presentation - thanks

  • @ruchigarg7788
    @ruchigarg7788 4 роки тому +1

    Thanks, Its really helpful.

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

    Can I deploy certificate on godaddy domain?

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

    info given in this video was insufficient to running localhost with https using openssl certificate. It ended with net::cert_common_name_invalid error in chrome on windows and also with hhtps strickedout in url with no green lock in browser address bar. I appreciate further help to fix the error...

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

    Thank you So Much Sir

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

    good video, very nicely explained. thanks

  • @kishoreyadav9317
    @kishoreyadav9317 4 роки тому +2

    I am getting Can't open -testauto.key for reading, No such file or directory error any idea ?? followed the same steps

  • @KeremPARLAKGUMUS-uc4xb
    @KeremPARLAKGUMUS-uc4xb 3 роки тому

    thank you very much, it was very useful

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

    wow thank you explained so clearly

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

    How should I verify that same csr for the crt that was created

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

    How to solve the invalid digest for sha1 error while creating csr

  • @enriquecaballero15
    @enriquecaballero15 4 роки тому +1

    great tutorial, thank you!

  • @SherinSunny-rj3py
    @SherinSunny-rj3py 3 роки тому

    i am getting an error saying warning can't open config file: C:/OpenSSL/openssl.cnf please do help

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

    3:25 you have not generated key PAIR right? You have just created the private key. Where is the public key?

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

    hi bro, can you check my error''Unable to load config info from /usr/local/ssl/openssl.cnf''

  • @rs-tarxvfz
    @rs-tarxvfz 4 роки тому +1

    5:40 WHY DO I have to provide my *Private key* to the *CA Authority* for CSR , This seems to be wrong to me. Please explain.

    • @TutorialsPediaVideos
      @TutorialsPediaVideos  4 роки тому

      I believe you misunderstood the point. I explained in the video that CSR is shared with the CA.

    • @davidcrealogix9435
      @davidcrealogix9435 4 роки тому

      only for creation of the csr file the private key is needed. in the csr file itself only the public key is contained.
      en.wikipedia.org/wiki/Certificate_signing_request

    • @subhakardondapati8340
      @subhakardondapati8340 3 роки тому +1

      @@TutorialsPediaVideos I see in the command you used to generate cert, you used private key... is the public key need to be given? please clarify

    • @pabloandrade339
      @pabloandrade339 3 роки тому +1

      @@subhakardondapati8340 you are correct. i think the video is using the entire key pair file instead of the public key to generate the CSR which in turn will go to the CA. This is a very important piece of information that will kill you in any test or interview.

  • @dovelrob
    @dovelrob 4 роки тому +1

    thanks for your help bro

  • @edalee5935
    @edalee5935 4 роки тому +1

    It's very helpful~!

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

    where do we need self signed certificate in real world scenario...

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

    What is the command to connect for godaddy signed ssl

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

    how can i remove or rekove the same certificate ??

  • @jamely15
    @jamely15 4 роки тому

    Nice explanation ! Thank you !