dns3l / dns3l-core

Core functionality of dns3l written in Go
1 stars 3 forks source link

Support for selecting custom certificate lifetimes, changes in renewal behavior #71

Closed lnobach closed 10 months ago

lnobach commented 10 months ago

Need to change database schema:

alter table dns3l_keycerts add column ttl_seconds integer default 0;

New config parameter in ACME plugin replaces daysRenewBeforeExpiry

relativeLifetimeUntilRenew: 0.7