Correctly track domains which a client cert has been sent to.

This commit is contained in:
Solderpunk 2023-11-18 17:15:17 +01:00
parent 2a70985176
commit 0393ae3ea3
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ class ClientCertificateManager:
resp = input("Y/N? ")
if resp.strip().lower() in ("y", "yes"):
self._activate_client_cert(*self.client_certs[gi.host])
self.active_cert_domains.append(gi.host)
else:
print("Remaining unidentified.")
self.client_certs.pop(gi.host)