How to use Kong ACME plugin to get free SSL certificate

Поделиться
HTML-код
  • Опубликовано: 22 авг 2024
  • In this video I demostrate how to use Kong ACME plugin to get free SSL certificate.
    If you have any questions, please leave your comments down below.
    You can find my blog at tech.aufomm.com/

Комментарии • 7

  • @MichaelTanOfficialChannel
    @MichaelTanOfficialChannel 4 месяца назад

    Hello Li. Firstly I really appreciate this tutorial. It saved me tons of hours figuring this out on my own.
    I do however have some questions....
    How do we go about renewal the certificates, or is this automatic? Do we need to keep the dummy-service and dummy-route around after we obtain the certificates or is that required during certificate renewal?

    • @liyangau
      @liyangau  4 месяца назад

      Hi Michael,
      Thanks for the comment.
      How do we go about renewal the certificates, or is this automatic?
      Yes, it is automatic. You can control the renewal time by config.renew_threshold_days (default 14 days)
      Do we need to keep the dummy-service and dummy-route around after we obtain the certificates or is that required during certificate renewal?
      Yes, you need to keep the dummy service and route for the renewal.
      I hope it helps.

    • @MichaelTanOfficialChannel
      @MichaelTanOfficialChannel 4 месяца назад

      @@liyangau thank you

  • @FellMr
    @FellMr 10 месяцев назад

    Hello Li,
    Thank you!
    Your tutorial helped me configure SSL.

  • @olasumboalakaadam629
    @olasumboalakaadam629 Год назад

    i am about to start this video. I am so optimistic it will show me the solution. ChatGpt was not able to help me. Let go. i will come back when i am done and able add ssl to me kong api using the Kong acme plugin

  • @vittoriogrimaldi1472
    @vittoriogrimaldi1472 2 года назад

    Hello Li,
    great channel and work :)!
    I'm having some troubles with mTLS (mutual auth/ Two way SSL auth) Kong with Cassandra (but i would say it's the same with PG). I' do see any case to send certificates or key to server in kong.conf or in any config file by Kong Docs.
    Have you ever work with this case or give me some advice?
    Thanks in advance for any reply!

    • @liyangau
      @liyangau  2 года назад +2

      Hi @Vittorio, thanks for leaving your comment. I wrote a blog post before about using mTLS which should cover everything you need to know for using this plugin. I have not made a video about it because I don't think there will be many viewers. You can find the blog post here tech.aufomm.com/how-to-use-kong-mtls-plugin/