mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 04:29:02 -04:00
Reset dom->acme_cert upon clearing.
This commit is contained in:
parent
ff19ce7652
commit
d8113e4545
@ -1000,7 +1000,10 @@ worker_keymgr_response(struct kore_msg *msg, const void *data)
|
||||
case KORE_ACME_CHALLENGE_CLEAR_CERT:
|
||||
dom->acme_cert_len = 0;
|
||||
dom->acme_challenge = 0;
|
||||
|
||||
kore_free(dom->acme_cert);
|
||||
dom->acme_cert = NULL;
|
||||
|
||||
kore_log(LOG_NOTICE, "[%s] tls-alpn-01 challenge disabled",
|
||||
dom->domain);
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user