Skip to content

Question about proper configuration for Let's Encrypt certificates #479

@dxbwala

Description

@dxbwala

Hello RouteDNS team/community,

I'm trying to configure RouteDNS to use Let's Encrypt certificates for various listeners. According to Let's Encrypt's documentation, the certificate files are typically stored at:

· Certificate: /etc/letsencrypt/live/example.com/fullchain.pem
· Private Key: /etc/letsencrypt/live/example.com/privkey.pem

In my RouteDNS configuration, I'm planning to use:

server-crt = "/etc/letsencrypt/live/test.domain.com/fullchain.pem"
server-key = "/etc/letsencrypt/live/test.domain.com/privkey.pem"

My questions:

  1. Is this the correct way to reference Let's Encrypt certificates in RouteDNS?
  2. Are there any permission issues I should be aware of (especially since Let's Encrypt files are typically owned by root)?
  3. Should I use fullchain.pem (which includes intermediate certificates) or just cert.pem?

Thank you for your guidance on this matter!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions