🔴 - To support my channel, I’d like to offer Mentorship/On-the-Job Support/Consulting - me@antonputra.com
@mfernandes8945 Жыл бұрын
Anton, great video! Fantastic scope; everything you need to know about wildcard certificates in one place, with added pointers to additional information. I have been looking for a video like yours for quite some time.
@AntonPutra Жыл бұрын
Thank you!
@renieSiqueira2 жыл бұрын
Simply perfect tutorial. Super clear and accurate. Amazing! Thank you very much!
@AntonPutra2 жыл бұрын
Thanks Renie!
@coolcourd3 жыл бұрын
Thank you, It took way too long for me to find the command to request a cert with dns verification. Thanks for finally giving me the answer. :)
@AntonPutra3 жыл бұрын
You are welcome! :)
@hotchaddi Жыл бұрын
I cant count how many times this video has saved me! ❤❤❤❤
@AntonPutra Жыл бұрын
Thanks =)
@brooktarekegn17863 жыл бұрын
Thank you, Your tutorial is very clear and to the point. Keep it up.
@AntonPutra3 жыл бұрын
Thank you brook!
@LEXXsib2711 ай бұрын
Excellent tutorial!!!! Thank you very much!!!
@AntonPutra11 ай бұрын
my pleasure
@AntonPutra3 жыл бұрын
🔴Part 2🔴How to Setup Auto-Renew for Letsencrypt WILDCARD Certificate with DNS challenge? - kzbin.info/www/bejne/bZuoq5yle9ishNE
@AntonPutra Жыл бұрын
👉 How to Manage Secrets in Terraform - kzbin.info/www/bejne/aX-TpXqBrNt1mqM 👉 Terraform Tips & Tricks - kzbin.info/www/bejne/bYScZaKLid5lsJY 👉 ArgoCD Tutorial - kzbin.info/www/bejne/sHjRlZqafMZkisU
@kayisire3 жыл бұрын
Thank you so much for the tutorial!
@AntonPutra3 жыл бұрын
You're very welcome Kevin :)
@mikhailsh89163 жыл бұрын
Good contents 👍
@AntonPutra3 жыл бұрын
Thank you 👍
@zenobiusztasak86043 ай бұрын
I have my domain on OVH. And it does not return me a TXT record using the command from 4:56 :(
@AntonPutra3 ай бұрын
:(
@jaypark23573 жыл бұрын
Good Contents~~
@andresm90515 ай бұрын
Great video but is there a way to automate everything, I am using cdk python and I can run certbot using userdata which run all this command automatically, but what command using certbot can return the ACME challange in order to create the record automatically aswell, and the certbot waits untils the TXT record is set and then continue with the installation?
@mcolvin Жыл бұрын
Great Video, I was able to follow and get everything setup. Question if i have a server setup with it's own SSL how do i forward traffic and bypass the nginx ssl, and pull/show the ssl from the remote server?
@ГолубьНикита-р3х5 ай бұрын
Thank you very much
@AntonPutra5 ай бұрын
my pleasure!
@LekhnathRijal4 ай бұрын
how to setup auto renew certificates for wildcard domains? 🤔🤔
@AntonPutra4 ай бұрын
I have another video explaining how to automate renewal with DNS-01 challenge and automatically create TXT records to prove ownership. It's a generic approach, preferably you would use certbot plugin with a DNS provider you use.
@habibosaye2 ай бұрын
@@AntonPutra Can you share a link to the exact video please?
@aerahtv00003 жыл бұрын
дуже хороший контент, дякую!
@AntonPutra3 жыл бұрын
thanks dopp :)
@srivathsan88532 жыл бұрын
I have created a wildcard certificate using the method you mentioned in this video. Uploaded the certificate in Azure key vault. Then in my Azure cdn endpoint, under custom domain name in the entry of my root domain I tried to select the certificate from my Key vault and I am getting this error "the certificate doesn't include the hostname to be secured". Any idea what could be the issue.
@AntonPutra2 жыл бұрын
Each certificate include a common name and alternative names attributes, make sure you have them.
@avnav74563 жыл бұрын
can you go over this using two containers: 1 for certbot and 1 for nginx? it seems a bit complicated because there is a conflict in ports when trying to renew
@AntonPutra3 жыл бұрын
Are you sure that you want to use container for certbot? What's the conflict? Theoretically you can put everything in the container but it will just bring more complexity without any benefits..
@AntonPutra3 жыл бұрын
Would you consider deploying your nginx in Kubernetes and renew certs with cert-manager and lestencrypt?
@avnav74563 жыл бұрын
@@AntonPutra the issue with port forwarding. i heard that one of the root certificates was expiring so thought, it might be a good idea to containerize just incase there was a better solution at some point...
@AntonPutra3 жыл бұрын
@@avnav7456 Let me try to reproduce that port forfording conflict, do you have Dockerfiles that I can use to build your images?
@avnav74563 жыл бұрын
@@AntonPutra i figured it out but thank you! the issue was, when you run a new container for certbot to renew..you dont include the domains! so, my setup is now a container for nginx, and a container for certbot - which i will try to learn how to setup a cron job for. awesome channel thanks for your help
@BreezeLock3 жыл бұрын
Very nice video, thank you. I have a question, what if there is already a pre-existing wildcard ssl certificate for the parent domain? What would I need to do to configure certbot with nginx to recognize that, for the subdomain that I am trying to point to my server? Sorry if this is a weird question, I'm less experienced with DevOps, and have more experience with application development.
@AntonPutra3 жыл бұрын
Hey Taylor, if you already have a wildcard certificate, you don't need to use cert-bot. Just provide a path to your certificate and a private key in your web server, such as nginx. (I assume you obtained that certificate manually). If you want to get a new one, use cert-bot. Keep in mind it's a little bit complicated to set up auto-renewal for wildcard certificates.
@BreezeLock3 жыл бұрын
@@AntonPutra Much appreciated, thank you!
@kandasamym3482 жыл бұрын
it's a very nice video to understand wildcard certificate. but I have one question. I want to wildcard certificate subdomain no need to register. It will come from a web application. how to achieve this.
@AntonPutra2 жыл бұрын
well same approach, what do you mean no need register?
@MattJonesYT2 жыл бұрын
Great content but it would be better without the background music
@AntonPutra2 жыл бұрын
no more noise in upcoming videos, learned my lesson