CertDX is a centralized SSL certificate daemon that provides a solution for managing SSL certificates across multiple services and applications.
It has caddy plugin can be used as certifacate manager in caddy.
Usage example
{
auto_https off
certdx {
http {
main_server {
url https://certdxserver.example.com:19198/1145141919810
token KFCCrazyThursdayVMe50
}
}
certificate cert-name {
your.domain
*.your.domain
}
}
}
https://your.domain:114514 {
tls {
get_certificate certdx cert-name
}
reverse_proxy 127.0.0.1:19198
}
You can refer get_certificate for more information