How to Request SSL Certificates with Let's Encrypt and Certbot

Поділитися
Вставка
  • Опубліковано 16 лют 2023
  • Follow me on X/Twitter:
    / herbertech_
    🌟 Support Our Channel with These Affiliate links! 🌟
    🛍️ Amazon: Shop for your favorite products and support the channel at the same time.
    ▶ geni.us/A7LD
    💻 Pluralsight: Elevate your tech skills with a free 10-day trial. A world of learning awaits!
    ▶ pluralsight.pxf.io/c/3631128/...
    ☁️ Vultr: Get $100 free credits for cloud hosting. Perfect for your development and hosting needs.
    ▶ www.vultr.com/?ref=9564451-8H
    🌐 Namecheap: Find the best deals on domains and hosting services. Enhance your online presence.
    ▶ namecheap.pxf.io/c/3631128/47...
    Every use of these links helps us bring more great content to you. Thank you for your support! 🌟
  • Наука та технологія

КОМЕНТАРІ • 19

  • @hristov1280
    @hristov1280 4 місяці тому

    Thanks man, helped me a lot!

  • @JonBrookes
    @JonBrookes 9 місяців тому

    beautifully simple straignt forward approach to letsencyrpt - thanks for sharing the video

  • @ziadfawzi
    @ziadfawzi 6 місяців тому

    Thank you so much.

  • @joovisgunawan
    @joovisgunawan 6 місяців тому

    Thank you bro

  • @MAMSEIN021
    @MAMSEIN021 4 місяці тому

    Thanks

  • @shadyapp7416
    @shadyapp7416 10 місяців тому

    Nice video! Do we have to manually place the cert and key in the app server post auto renewal as it is not getting generated in the path of app server(lets say tomcat)

    • @Herbertech
      @Herbertech  7 місяців тому

      I believe you would have to, yes. AFAIK Certbot will generate a new private key on renewal, so best to keep track of that. You could always include that step in a script so you don't need to bother remembering ;)

  • @ori200806
    @ori200806 7 місяців тому

    What if I don't have a domain and I dont need it but I need ssl certificate to work in xampp ‏‪ ‏‪3:05‬‏

  • @moses3544
    @moses3544 Рік тому

    I am getting a permissions error when I run my Nodejs,
    Error: EACCES: permission denied
    Have you encountered this?

    • @Herbertech
      @Herbertech  Рік тому

      Your NodeJS probably runs with a user that doesn't have access to the certificates. I would suggest you use a reverse proxy like apache and host your nodejs app behind it. That way you don't need to change the permissions on the certificates, and since apache runs as root:root it should be able to access the certificates! 😉 However, if you are using this as a client certificate, you can always just copy the certificates to a different directory where the nodejs user has access.

  • @420cureme6
    @420cureme6 Рік тому

    My ISP blocks port 80 How do I get around this ?

    • @Herbertech
      @Herbertech  Рік тому

      You can also use the DNS challenge, port 53.

  • @CristianCarrera
    @CristianCarrera Рік тому

    Hi. I get the following error when install certbot: "The operation couldn’t be completed. Unable to locate a Java Runtime that supports apt."

    • @Herbertech
      @Herbertech  7 місяців тому

      Been a while since you posted this, but what OS were you running this on?

    • @CristianCarrera
      @CristianCarrera 7 місяців тому

      Windows 10@@Herbertech

    • @Herbertech
      @Herbertech  7 місяців тому

      ​@CristianCarrera
      Are you trying to run this on Windows 10? This guide only works for Linux OS. If you're trying to run this on Linux and you get this error you might want to install Java runtime environment (JRE) and export the installation location with export JAVA_HOME=/install/path

    • @CristianCarrera
      @CristianCarrera 7 місяців тому

      Thanks. I’ll try.

  • @alimmghe
    @alimmghe Місяць тому

    nice and good