Simple. Straightforward. Neither more nor less than exactly what I needed. You, sir, rock! 👏👏👏
@dodokwak3 жыл бұрын
Thanks. Small tip to avoid some troubles: be sure that you open port 443 in your firewall; otherwise you'll get no trafic
@Angeliz2258 ай бұрын
How to do that?
@mass10235 ай бұрын
wasted a whole afternoon because of this, thanks for the tip
@mwparker19696 ай бұрын
Wow, that was easy! Purchasing the ssl certificate, generating the key, submitting the key and setting up the key in your webserver can be daunting. I really liked this. Thanks!
@devonmcmillin584 Жыл бұрын
I am attempting this from Ubuntu 22.04 LTS with nginx. It looks like the packages mentioned in this video no longer exist within APT. According to Certbot's website, they recommend running the snap rather than an installation through APT. Is there any issue with taking the approach of Certbot's documentation, rather than the one outlined in this video?
@darn2926 Жыл бұрын
hey did you finish the process, cause i am about to start
@Otieno.George3 ай бұрын
Thanks man! Thanks a lot. This one here saved me at a time I most needed it.
@kanagawa89642 жыл бұрын
Such great content. Exactly what I've been looking for. Thank you Jay.
@kanagawa89642 жыл бұрын
Just a side note for anyone who might need this, in case apt can't find python-certbot-apache, try python3-certbot-apache instead. It works for me.
@diegkol Жыл бұрын
Thank you Jay! This still works. Just needed to change install python to python3.
@peace73772 жыл бұрын
you are using subdomain. is it the same for domain? what configuration we need to have on domain provider like godadddy? i am having this issue. Hint: The Certificate Authority failed to verify the temporary Apache configuration changes made by Certbot. Ensure that the listed domains point to this Apache server and that it is accessible from the internet.
@elvisadjei20624 жыл бұрын
Nice one. Well explained. I was running into all sort of issue not knowing I was running on Nginx and my commands had *apache* instead of "nginx".
@anthonysantana42782 жыл бұрын
I have a quiestion, I am using nginx reverse proxy, and I have two independent self hosted servers, that utilizing port 80. Do I need to get a domain name for the nginx server so I can use Lets Encrypt to secure my other servers?
@laszlob36836 ай бұрын
but there is an error that says The Certificate Authority failed to verify the temporary Apache configuration changes made by Certbot. Ensure that the listed domains point to this Apache server and that it is accessible from the internet.
@terrytas133 жыл бұрын
Super helpful! Worked like a charm
@bbbeno2 жыл бұрын
Fantastic. Works like charm. Thanks!!!!!!!!
@AbarSimorgh3 жыл бұрын
Thank you for sharing. Greatly appreciated. Does certbot has to be run on the same machine as the web server is on, to install and/or renew the SSL certificate?
@AkamaiDeveloper3 жыл бұрын
Thanks Kourosh. Yes, you must run certbot from a session on the machine that the web server is installed on.
@AbarSimorgh3 жыл бұрын
@@AkamaiDeveloper Thank you.
@anoldslowhorse2 жыл бұрын
Very useful video... Thanks
@bbowling49792 жыл бұрын
This is a very well produced video and explains things very clearly. One question I have is how do you make sure certbot is running if the server restarts, etc.? Was that set up automatically? Thank you.
hey @Jay Lacroix would you know how to set this up with a Ubuntu 20.04 nginX rev proxy server and a domain from freeDNS? i'm struggling here to get this working not many tutorials found! any help is appreciated tnx
@o_alexandre Жыл бұрын
Hi, does anyone know what's going on in this case? i did it this whole process and it worked perfectly. Now for the second time i always get the message Challenge failed for domain type unauthorized, invalid response. What should I do?
@arashjaan20493 жыл бұрын
Thank you, the information is useful, but is it possible to use the IP address instead of the domain, and how is this done?
@AkamaiDeveloper3 жыл бұрын
This thread should answer your questions stackoverflow.com/questions/2043617/is-it-possible-to-have-ssl-certificate-for-ip-address-not-domain-name
@korisnik4321 Жыл бұрын
How to do that with wildfly server 30?
@dimitris-panagiotisparaske90613 жыл бұрын
Do you not need to update the web server config as well? Or does certbot do it automatically?
@AkamaiDeveloper3 жыл бұрын
According to their docs: "installing that certificate to supported web servers (like Apache or nginx) and other kinds of servers is done by automatically modifying the configuration of your server in order to use the certificate." more info here: certbot.eff.org/docs/using.html#getting-certificates-and-choosing-plugins
@problindsapp2 жыл бұрын
In my case it was --- apt install certbot python3-certbot-apache
@FelhasznaloAltalanos-ip6du4 ай бұрын
doies not work on ubuntu. Beter command: sudo apt install -y certbot python3-certbot-apache But it failed anyway with apache2 errors. Dont wste your time with this
@davidruiz58103 жыл бұрын
It works but I misconfigure resources on my site, what should I do?
@AkamaiDeveloper3 жыл бұрын
We'd suggest you open a ticket with our support team to provide further information. This page show options on how to reach out www.linode.com/support/
@serpantinthewild3 жыл бұрын
is this SSL certificate enough for an ecommerce site?
@AkamaiDeveloper3 жыл бұрын
Yes, this will enable https on your site to protect the communication between your browser and server from being intercepted.
@serpantinthewild3 жыл бұрын
@@AkamaiDeveloper When I googled a lot of articles state that I need an EV SSL certificate if it's an ecommerce site and has sensitive customer data like credit cards etc. but these EV certificates are very expensive, I'm sticking with Let's Encrypt :)
@michalroesler Жыл бұрын
I've been typing comments under this video like 5 or 6 times. I usually wrote something like "this video is awesome. thank you Jay". But no matter what I write in that comment, when I come back to this video after a month or two, my comments are not here anymore. I don't know why this youtube algorithm keeps deleting my comments. I know a comment like: "this video is awesome." isn't very valuable, but is it as bad, that it needs 2 be deleted automatically?
@patrickhedley-miller29583 жыл бұрын
great job, as per usual
@tukuislam81063 жыл бұрын
How to Set Up for Multiple Apache Virtual Hosts ?? Please Help Me
@AkamaiDeveloper3 жыл бұрын
Hey Tuku, this answer from the community site should help: www.linode.com/community/questions/35/how-do-i-host-multiple-websites
@ahmad1980595 Жыл бұрын
Hello sir this is amazing video , we need another video to explain how to make ssl/tls in simple way for (DNS-Pihole) , thanks
@abdouazizseck88384 жыл бұрын
How to know whether you're using Nginx or apache
@AkamaiDeveloper4 жыл бұрын
Hello! This is a great question, and we wanted to link you to a post from the #LinodeCommunity that shows you how: www.linode.com/community/questions/19845/how-do-i-see-which-web-server-software-im-running
@abdouazizseck88384 жыл бұрын
Oh i found it out! If you are from Linode just type: ss -plunt | grep ':80\|:443'
@abdouazizseck88384 жыл бұрын
@@AkamaiDeveloper Oh thanks
@rakeshpk49913 жыл бұрын
Thank you very much.
@rahmonpro3813 жыл бұрын
thank you it was useful :)
@henkoegema63904 ай бұрын
Works perfectly fine on a (old) Raspberry Pi. 😀 With Raspbian OS (Buster)
@nringchamaung98123 жыл бұрын
Vrery clear. But, how can I install ssl for laravel application? You show with pyton. thank
@nringchamaung98123 жыл бұрын
I am linode user.
@AkamaiDeveloper3 жыл бұрын
@@nringchamaung9812 Hi Ko! You can use Certbot with Laravel in the same manner as shown in the video.
@nringchamaung98123 жыл бұрын
@@AkamaiDeveloper Thank you so much! Now, I got it. Lovely linode 😍
@nringchamaung98123 жыл бұрын
@@AkamaiDeveloper If you can guide me, I would like to ask a problem. How to run and config websocket in nginx without "php artisan websocket:serve" command. thank.
@AkamaiDeveloper3 жыл бұрын
@@nringchamaung9812 Check out this guide from Nginx, which should help you out: www.nginx.com/blog/websocket-nginx/
@marcmanleydev76243 жыл бұрын
Super helpful!
@luftstolle9 ай бұрын
That sounds awful. Why does it have to mess with the web server configuration?
@BigRedAdventures4 жыл бұрын
Simple enough!
@Georgestvr2 жыл бұрын
I dont know why but i followed ur steps but its saying ur Certificate is not valid
@AkamaiDeveloper2 жыл бұрын
We'd recommend using an online SSL checker to see what needs to be addressed: www.ssllabs.com/ssltest/ If you're still stuck try posting to the Linode Community Questions page with details like the URL and any error messages: www.linode.com/community/questions/ask
@Georgestvr2 жыл бұрын
@@AkamaiDeveloper thank you for the reply. I fixed it the problem was in the wordpressi had the ip as a primary domain and not example.com domain
@AimN3t3 жыл бұрын
Thanks men
@Aminchavarria3 жыл бұрын
Great!!!
@ViralManiaTV3 жыл бұрын
Nothing is working it won't allow me to call you from UK? Everything I try mate. Wtf?
@AkamaiDeveloper3 жыл бұрын
Have you tried calling from our global number? +1-609-380-7100 If you can't access your account you can reach support at support@linode.com
@NSAwatchesME2 жыл бұрын
this is useless to me i have cpanel
@amanuelelhanan47162 жыл бұрын
if you will going to use a different server for your web server then you will need that, for now, I think you are hosting your web on the hosting company that provides you Cpanel to manage your disks and SSL.
@ДаниелДианов4 күн бұрын
It's python3-certbot-nginx, not python-certbot-nginx if someone is getting the same error that I encountered which was "Unable to locate package python-certbot-nginx"