AV-98-fork

A fork of https://tildegit.org/solderpunk/AV-98
Log (Feed) | Files | Refs (Tags) | README | LICENSE

commit 94e8abe934d0b9fa1d5330cb3fe784c16cbd827a
parent 2c7e6502f87ee077188fa86b8e8f2ac9e0018169
Author: Solderpunk <solderpunk@sdf.org>
Date:   Sat, 23 May 2020 13:35:13 +0200

Slightly better wording around certs.

Diffstat:
Mav98.py | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/av98.py b/av98.py @@ -1046,14 +1046,14 @@ Slow internet connection? Use 'set timeout' to be more patient.""") @restricted def do_cert(self, line): - """Set or clear a client certificate""" + """Manage client certificates""" print("Managing client certificates") if self.client_certs["active"]: print("Active certificate: {}".format(self.client_certs["active"][0])) print("1. Deactivate client certificate.") print("2. Generate new certificate.") print("3. Load previously generated certificate.") - print("4. Load client certificate from file.") + print("4. Load externally created client certificate from file.") print("Enter blank line to exit certificate manager.") choice = input("> ").strip() if choice == "1":