add debug
This commit is contained in:
@@ -366,6 +366,8 @@ async function updateCertBlobs(fqdn, domainObject) {
|
||||
await blobs.set(`${blobs.CERT_PREFIX}-${certName}.key`, privateKey);
|
||||
await blobs.set(`${blobs.CERT_PREFIX}-${certName}.cert`, cert);
|
||||
await blobs.set(`${blobs.CERT_PREFIX}-${certName}.csr`, csr);
|
||||
|
||||
debug(`updateCertBlobs: cert of ${fqdn} was updated`);
|
||||
}
|
||||
|
||||
async function needsRenewal(fqdn, domainObject) {
|
||||
|
||||
Reference in New Issue
Block a user