I am pretty new to public-private key and creating certificates so I wanted to write out my thinking and see if I have the correct approach.
1) Use ssh_keygen
to create a key pair.
I have basic git-bash on my Windows machine which allows me to run this command.
2) Use a CA like letsEncrypt.org
to wrap the public key in a certificate.
I want try something like this as I want to learn beyond the self signed certificate
that a lot of forums keep suggesting.
3) Import Certificate in Windows, to be used by IIS
If this is the correct approach, could someone point me to more details on Step 2)?
(I figured out most of Steps 1 and 3)
EDIT: Apologies if something is missing in this process. I would want to learn that as well.