How I can disable the auto renewal?

We build 2 environments. One for production and one for backup.
We like the backup environments that will be live but will get the SSL with sync with the folder located in the production.
So we like to stop the auto-renewal from the backup.
Can we do that from Caddy?

Thx

If your Caddy instances are sharing the same storage, then there’s no reason to turn off renewal on your secondary instance because certificate management is coordinated through the storage. If one instance initiates a renewal, another instance can solve the challenge.

They are not sure the same storage

I don’t think I understand; you want Caddy to serve expired certificates?

@job_noam Are you looking for custom cert settings?

example.com {
  tls cert.pem key.pem
}

This topic was automatically closed after 30 days. New replies are no longer allowed.