mirror of
https://github.com/caddyserver/caddy.git
synced 2026-01-17 01:30:34 +00:00
events: Implement event system (#4912)
Co-authored-by: Matt Holt <mholt@users.noreply.github.com>
This commit is contained in:
@@ -256,6 +256,7 @@ func (ap *AutomationPolicy) Provision(tlsApp *TLS) error {
|
||||
MustStaple: ap.MustStaple,
|
||||
RenewalWindowRatio: ap.RenewalWindowRatio,
|
||||
KeySource: keySource,
|
||||
OnEvent: tlsApp.onEvent,
|
||||
OnDemand: ond,
|
||||
OCSP: certmagic.OCSPConfig{
|
||||
DisableStapling: ap.DisableOCSPStapling,
|
||||
|
||||
Reference in New Issue
Block a user