Use a custom TLS cert with caddy
Caddy will accept an already issued tls certificate, instead of generating its own, by using the tls directive:
dillonhafer.com {
tls /etc/ssl/certs/dillonhafer.com.pem /etc/ssl/private/dillonhafer.com.key.pem
}
Caddy will accept an already issued tls certificate, instead of generating its own, by using the tls directive:
dillonhafer.com {
tls /etc/ssl/certs/dillonhafer.com.pem /etc/ssl/private/dillonhafer.com.key.pem
}