This should have a ton more likes than it does. Not many on KZbin have ever explained it like this before. Great job!
@OneMarcFifty Жыл бұрын
Hi Brian, that’s very kind - thank you very much
@graceoverall6 ай бұрын
12:25 Brilliant!!! I didn't know about transparency laws requiring the disclosure of private certs. For me, that's a deal breaker for my (future) homelab.
@AlexCernat2 жыл бұрын
congratulations for sharing info about certificate transparency program; many people are not aware about it, and some will have a big unpleasant surprise one day (hostnames disclosure, funny "test" dns names etc.)
@OneMarcFifty2 жыл бұрын
Hi Alex, thank you very much - one could probably talk for hours about the impacts and side effects of certificates, TLS, trusts, chains and so on ;-) But when I read about the Cert Transparency, I thought - hmmm ... If you get a cert for host1, host2... then you probably have a host 3 ;-)
@alfonsofujita259210 ай бұрын
Waoo. The first video that explains me how let’sencrypt ask DNS for verification. This video is for newest like me. Thanks
@rsmonteiro8210 ай бұрын
Thanks Marc! The way you explain the thing is excellent!
@glitchy_weasel2 жыл бұрын
Let's Encrypt is a fantastic project! It definitely makes the internet more accessible and secure for hobbyists webmasters. Very good explanation by the way!
@OneMarcFifty2 жыл бұрын
Agreed - and many thanks ;-)
@pberto2 жыл бұрын
I can only confirm my comment on part 1. Good job, Marc.
@OneMarcFifty2 жыл бұрын
MAny thanks Gabriele ;-)
@yitspaerl72552 жыл бұрын
Very interesting. Especially using a free wildcard cert locally. Thanks a lot!
@OneMarcFifty2 жыл бұрын
Hi, many thanks for the feedback ;-)
@Benemortasia666 Жыл бұрын
That application/database program I am using ever since, its awesome. Thank you.
@pallzoltan Жыл бұрын
I love how well you explained everything. Thank you.
@affinitystablepeanuts Жыл бұрын
Very nice and very clear explanation around letsencrypt. Thank you. Deserves a lot more likes.
@AdityaTyagi-e6n Жыл бұрын
Very nicely explained. Thanks a lot for your efforts.
@rklauco2 жыл бұрын
I did not realize you can use the wildcard certs like this in LAN. Good idea...
@OneMarcFifty2 жыл бұрын
Hi Robert, yeah - I discovered that when I tried to segregate my VLANs using a reverse proxy ;-)
@_r00f2 жыл бұрын
Thanx Marc! I personally found the best option to automate let's encrypt wildcard cers is to maintain your own dns servers. It allow you to make any number of subdomains with DNSSEC and all the stuff.
@OneMarcFifty2 жыл бұрын
Hi Sergey, that's definitely a good option.It does have side-effects though (such as opening access to port 53 and the like)
@_r00f2 жыл бұрын
@@OneMarcFifty I have 1 master and 2 slave dns. Master local, slaves on external servers. In the domain zone NS servers - only slaves. The master dns has port 53 open only for the ip addresses of the slave dns servers.
@OneMarcFifty2 жыл бұрын
Oh that makes total sense - perfect, thanks for sharing!
@killer260011 ай бұрын
@@_r00f I'd like to introduce you to cloudflare.
@samuraijaydee Жыл бұрын
Thank you for this Marc. This is a big help for me :)
@OneMarcFifty Жыл бұрын
Glad to hear that! Thank you!
@BobLoblaw_5 ай бұрын
Great explanation and great video (series)! Thanks!
@justpassing67766 ай бұрын
well served solutions for everyone. Great job!
@daniellukesmith9 ай бұрын
His explanations are the best
@guinadasilva33Ай бұрын
Very Well Explained.
@Avopeas Жыл бұрын
Thank you very much for your great explanation.
@avgjoe38694 ай бұрын
Underrated content!
@MrRastafisch10 күн бұрын
Hello and Thank you for the informativ video lessons. I have a strange issue with openssl signing my own intermediate certificate. The CN= in the subject comes at the end like this OU=, O=, C=, CN= but it needs to be CN=, OU=, O=, C= . My system is using additional parameter that is looking for this pattern before trusting the certificate. Why is openssl suddenly deciding to revers the order? Is there a flag or a parameter in the ca.conf that I can use to fix the order? Thank you.
@daxelai6 ай бұрын
Excellent explanation. Actually I am using tomcat server on my LAN to deployed my application. In this video we downloaded two certificate and key can I use only key and ca certificate or key with certificate to configure https in tomcat.
@qamaranwar-ye8tp Жыл бұрын
GREAT Video, GREAT to say the least
@jogikuenstner775811 ай бұрын
Interesting, great content! I happen to use the same webspace-provide like you, but I have enabled 2FA with an authenticator-app. Do you see any chance then still to do automation?
@robertschultheis17698 ай бұрын
Extremely helpful video series, thank you!
@BrunoCouleau2 жыл бұрын
Very nice and idiot proof explanation. Thank you.
@OneMarcFifty2 жыл бұрын
Hi Bruno, thank you very much for your feedback!
@boubou402 жыл бұрын
Thank you for the video ! does the wildcard option allow me to use short names without a warning ? I'm using step-ca for my homelab to automatically provides certificates for my servers
@OneMarcFifty2 жыл бұрын
Hi Vincent. No - you will still need FQDN with these.
@alexs55882 жыл бұрын
Great video Marc, always extremely informative thank you!!! Would you ever consider revisiting the BATMAN protocol in depth? Such as with DSA architecture or APs with no built in switch?
@OneMarcFifty2 жыл бұрын
Hi Alex, many thanks. I am currently working on an episode on how to build a router with the Raspberry Pi - with regards to the question how to do VLANs without a switch. But your question inspires me to maybe do a separate episode altogether, as there are mutiple ways of doing VLANs on devices with or without switches. I might talk about BATMAN in those as well. Thanks again.
@mohammeddawwas3822 Жыл бұрын
do you have a video explains in details about wildcard certificate ?
@fef-e4k6 ай бұрын
great video quality, great content, great tool and of course great explanation. I have downloaded the XCA software on my windows 10. I have a lil challenge: I am working with vs code and have accessed my server via it. I have also created my CA with XCA. the challenge i have now is copying my CA to the server just like you did. Any guide?
@fbifido218 күн бұрын
can you show how to secure a network with cert? 1. Windows Server, Linux Server, SQL Server 2. Windows client, Mac client, Linux client
@der_imperator69072 жыл бұрын
I'm really interested in your automation certbot script. How did you read the string for the txt record given by certbot?
@OneMarcFifty2 жыл бұрын
If you check github.com/onemarcfifty/cheat-sheets/blob/main/Certificates/ansible-playbooks/auth_hook.py then you can see that the value comes from the environment variables CERTBOT_VALIDATION and CERTBOT_DOMAIN which are set by the certbot command.
@zaxeer10 ай бұрын
So no way to get lets encrypt certificate for internal domain other than creating own CA?
@fabioamado6725 Жыл бұрын
Thank you very much for this video. Is it possible to run this XCA program in Docker Container? What would be the best option, in terms of security?
@peterhaskew6 ай бұрын
I have installed the XCA application locally, but host its database in a Docker container running MySQL instead of a local file. Does that help (a year later!)?
@fabioamado67256 ай бұрын
@@peterhaskew Thank you for your answer. It always helps, at least for others. In the meantime, I went the route of using a reverse proxy (NGINX) signig the certificates via wild card certificate by Let's Encrypt. Is my option more or less secure than the one explained here? Thank you anyway :)
@jedd1 Жыл бұрын
Thanks!
@OneMarcFifty Жыл бұрын
You're welcome - thanks for he feedback!
@alexander5052 Жыл бұрын
Great video!
@marvinma68872 жыл бұрын
very nice,thank you
@OneMarcFifty2 жыл бұрын
Thank you ;-)
@ATech-dg9lj8 ай бұрын
I agree with@BrianThomas - never seen anything like this before - well done sir. I wonder if you would be able to cover the X.509 certification in terms of STM32 Mbed RTOS terms of usage. I.e., would the xca tool be able to support the lwIP embedded server httpd deamon on STM32 processors. Also how can the x.509 certification be implemented on production runs of hundreds or thousands of boxes. Would every box require a seperate certificate etc. in case the vendor does not use a different private key for each product sold would the public key holders be able to hack other customers products. This is a very unclear area of discussion regarding this type of certification. Please give us your thoughts on this topic sir. Thanks
@itsm3dud39 Жыл бұрын
can i share my x 509 .pem certificate to my teammate? what happens if .pem certificate is publicly exposed??