Home
Help
Search
Login
Register
OPNsense Forum
»
English Forums
»
24.7 Production Series
»
Let's encrypt acme client
« previous
next »
Print
Pages: [
1
]
Author
Topic: Let's encrypt acme client (Read 227 times)
arasscha1
Newbie
Posts: 2
Karma: 0
Let's encrypt acme client
«
on:
August 10, 2024, 06:12:47 pm »
Hello,
I would like to understand how to use a DNS challenge if my service provider (Planethoster) is not recognized in the list of DNS challenges. Previously, I used a bash script to perform certbot, but I would like to integrate and use the firewall for this (with the aim of using Caddy later). Can you advise me?
Logged
Monviech (Cedrik)
Global Moderator
Hero Member
Posts: 1601
Karma: 176
Re: Let's encrypt acme client
«
Reply #1 on:
August 10, 2024, 07:27:45 pm »
If you want to use caddy you would need to build a caddy-dns package that supports your DNS Provider.
Here are examples:
https://github.com/caddy-dns
These depend libdns:
https://github.com/libdns
So a new provider needs two packages to be coded and built.
Logged
Hardware:
DEC740
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
English Forums
»
24.7 Production Series
»
Let's encrypt acme client