Skip to content

ParaParty/certdx

Repository files navigation

Introduction

CertDX is a centralized SSL certificate daemon that provides a solution for managing SSL certificates across multiple services and applications.

Caddy Plugin

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
}

Full Example

You can refer get_certificate for more information

About

A centralized SSL certificate daemon

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 5