mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 04:29:02 -04:00
count acme domains when configured with Python
This commit is contained in:
parent
01370c262d
commit
af45284641
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user