feat: revoke certificate #293

This commit is contained in:
Jacky 2025-04-10 16:15:07 +08:00
parent 52a23750b5
commit c073801794
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D
35 changed files with 1785 additions and 550 deletions

View file

@ -79,6 +79,7 @@ func autoCert(certModel *model.Cert) {
NotBefore: certInfo.NotBefore,
MustStaple: certModel.MustStaple,
LegoDisableCNAMESupport: certModel.LegoDisableCNAMESupport,
RevokeOld: certModel.RevokeOld,
}
if certModel.Resource != nil {