-
Notifications
You must be signed in to change notification settings - Fork 77
Open
Description
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:
- Is this the correct way to reference Let's Encrypt certificates in RouteDNS?
- Are there any permission issues I should be aware of (especially since Let's Encrypt files are typically owned by root)?
- Should I use fullchain.pem (which includes intermediate certificates) or just cert.pem?
Thank you for your guidance on this matter!
Metadata
Metadata
Assignees
Labels
No labels