count acme domains when configured with Python

This commit is contained in:
Joris Vink 2021-09-21 20:47:23 +02:00
parent 01370c262d
commit af45284641
1 changed files with 1 additions and 0 deletions

View File

@ -2142,6 +2142,7 @@ python_kore_domain(PyObject *self, PyObject *args, PyObject *kwargs)
if (acme) {
kore_acme_get_paths(name, &akey, &acert);
acme_domains++;
key = akey;
cert = acert;
}