Thanks for the video. At 3:10 you enter the command "openssl genrsa -aes256 -out server.key 2048" and are prompted for a pass phrase, I enter the same command but don't get prompted for a pass phrase?
excellent tutorial. Thanks for sharing. I am using xampp and not sure where to add my certificate and private key before configuring xampp to use these. Any idea?
#Justin Stolpe but i have a question when i went to renew my certificate in certmgr it said the certificate has no private key. cannot find object or property
On a domain for ssl you need a .crt file and a .key file, sounds like you are missing the .key file. Check with the issuer, they should have the .key file.
@@justinstolpe i am the issuer lol i did everything in your video i created a key and a crt and placed both in my wamps conf and made a key folder thats were i put both crt and key
@@coolvibesreloaded7946 Oh lol thought you were talking about an actual domain. Not sure what is up cause it does work. Maybe double check the conf so it is pointing to the cert, or try regen, or just try starting from scratch again.
in the previous genrsa command, a PRIVATE KEY was created, however, it isn't an RSA PRIVATE KEY. Its just a private key. So the "rsa -in ... -out ..." command creates a RSA PRIVATE KEY.
the first 2 cmds work fine.. but the 3rd one (openssl req) shows an error "unrecognized flag day" I checked the command multiple times.. but it keeps giving error
are you copying and pasting the command from somewhere? a quick google search I found the dashes might be messed up from copy/paste. Try typing out the entire command right in the command line. Otherwise google the error as I have not seen it before.
@@justinstolpe i figured it out.. the command should have had "days" instead of "day".. it was not too clear from the video because we tend to copy the command as we watch the host typing, and not after the command produces results (which is why it wud be better if you provided a link to the list of commands in a text file).. although i figured out from another source, but it might be useful for your future viewers if you provide the commands in a file as well.
Hello Justin, good morning I took the liberty of putting subtitles in Portuguese in your video over https on localhost. This is the language we speak in Brazil. I don't have a youtube account.
#Justin Stolpe Hi I'm just wondering when you put how many days till cert expires, I would like for the cert to expire 2023 for example so how many days would I put
I am running a LAMP on Ubuntu linux. I just learned how to get my phone to attach to my local host over my wifi, using my Linux box's ip address, allowing me to more easily learn how to develope and test android apps that interact with web sites. I need to learn how to put an SSL certificate on my LAMP so I can work with https while I learn Android dev skills.
Every single tutorial shows how to install SSL with openssl on local host... how about SSL from any other paid supplier (i use comodo) to make sure website (out in the open world) also works... nobody shows that and I am at my wits end... I know just enough to screw things up big time and not enough to make it work...
Well its an tutorial for a localhost. SO no one is gonna use a paid ssl certificate for that. I dont know why someone would use a paid certificate at all, when you can just generate them for free
Bro.. You can do this without wasting your time to download openssl.exe. If you type https and make an exception same thing happens. Just 5sec of typing https you took 10min for installing and vhost setup not an useful. Try to make a video by making localhost with secure lock not exceptional lock.
Thanks for the video. At 3:10 you enter the command "openssl genrsa -aes256 -out server.key 2048" and are prompted for a pass phrase, I enter the same command but don't get prompted for a pass phrase?
Thank you Justin for sharing these steps by steps with us!
were it says common name in 5:48 instead of localhost can i specify my domain
Hello, a query, because it could be that I don't have the "extra" folder inside conf, I don't have the httpd-ssl file
hmm your ssl conf must be in a different location
Very good and direct guide! Thank you
mine not working when start back apache services
excellent tutorial. Thanks for sharing. I am using xampp and not sure where to add my certificate and private key before configuring xampp to use these. Any idea?
Perfect Explanation
Hello Sir, just wanna check... Now the slproweb is running v3, will there be any difference?
Hey man, on my localhost it says the certificate is not valid
it should be set to expire way in the future
not found wam64 folder in windows folder
Thank you very much my good sir
I have a LEMP server, do you have a video for that?
sorry I don't have a video for that
Really appreciate your method.
Can you make a video for "How to install ssl on a HFS server?"
thank you from Brazil, by Israel silva
In my openssl.cnf file there is no SSL certificate edit code does not exist. what to do
Not sure if you are also on wamp but it should be there. Otherwise you could try adding the lines to your openssl.cnf file and see if that works.
it wud be useful if you put a link to all those commands in the description
#Justin Stolpe but i have a question when i went to renew my certificate in certmgr it said the certificate has no private key. cannot find object or property
On a domain for ssl you need a .crt file and a .key file, sounds like you are missing the .key file. Check with the issuer, they should have the .key file.
@@justinstolpe i am the issuer lol i did everything in your video i created a key and a crt and placed both in my wamps conf and made a key folder thats were i put both crt and key
@@coolvibesreloaded7946 Oh lol thought you were talking about an actual domain. Not sure what is up cause it does work. Maybe double check the conf so it is pointing to the cert, or try regen, or just try starting from scratch again.
You typed this command but you did not say what it does:
openssl rsa -in private.key -out private.key
What is the goal of this command?
in the previous genrsa command, a PRIVATE KEY was created, however, it isn't an RSA PRIVATE KEY. Its just a private key.
So the "rsa -in ... -out ..." command creates a RSA PRIVATE KEY.
This is resourceful thanks
the first 2 cmds work fine.. but the 3rd one (openssl req) shows an error "unrecognized flag day"
I checked the command multiple times.. but it keeps giving error
are you copying and pasting the command from somewhere? a quick google search I found the dashes might be messed up from copy/paste. Try typing out the entire command right in the command line. Otherwise google the error as I have not seen it before.
@@justinstolpe i figured it out.. the command should have had "days" instead of "day".. it was not too clear from the video because we tend to copy the command as we watch the host typing, and not after the command produces results (which is why it wud be better if you provided a link to the list of commands in a text file).. although i figured out from another source, but it might be useful for your future viewers if you provide the commands in a file as well.
Everything is good 👍, except visible screen fonts and explorer, it was difficult to see syntax and files name.
By the way thanks for making this.
Hello Justin, good morning
I took the liberty of putting subtitles in Portuguese in your video over https on localhost.
This is the language we speak in Brazil.
I don't have a youtube account.
#Justin Stolpe Hi I'm just wondering when you put how many days till cert expires, I would like for the cert to expire 2023 for example so how many days would I put
instead of thee just put day limit as you want. For example, if you put 365 it will expire after 1 year.
How to add SSL to PHP built-in webserver? thanks for the tutorial.
I am running a LAMP on Ubuntu linux. I just learned how to get my phone to attach to my local host over my wifi, using my Linux box's ip address, allowing me to more easily learn how to develope and test android apps that interact with web sites. I need to learn how to put an SSL certificate on my LAMP so I can work with https while I learn Android dev skills.
Thanks for a great video instruction :-)
yep thank you @Just Stolpe my https wasn't working as i missed a few things in http ssl conf file lol thanks dude
hi #Justin i'm now running apache server could you possible do a video on how to do this on apache server please
the link to downdload open
ssl does not work
Maybe the site was down? I am able to see the site slproweb.com/
very usefull
thanks!
I am using xampp locally.
OK, but why? Why does local development need ssl?
Some APIs require redirect URIs to be https.
Every single tutorial shows how to install SSL with openssl on local host... how about SSL from any other paid supplier (i use comodo) to make sure website (out in the open world) also works... nobody shows that and I am at my wits end... I know just enough to screw things up big time and not enough to make it work...
Well its an tutorial for a localhost. SO no one is gonna use a paid ssl certificate for that.
I dont know why someone would use a paid certificate at all, when you can just generate them for free
ls is not a command in cmd right now you can use dir instead
I had this same problem, but if you set something like cygwin/bin to the environment path variable, it will work
Bro.. You can do this without wasting your time to download openssl.exe. If you type https and make an exception same thing happens. Just 5sec of typing https you took 10min for installing and vhost setup not an useful. Try to make a video by making localhost with secure lock not exceptional lock.
_Wow..Now I know...
ospanel.io check out
Great video, but is too much for a beginner. I pass.