From 3b83ab934e79910d276485db99dbfc805e0fbac8 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sat, 13 Mar 2021 17:28:33 +0100 Subject: fetchmailconf: Add sslcertfile to typemap. --- fetchmailconf.py | 1 + 1 file changed, 1 insertion(+) (limited to 'fetchmailconf.py') diff --git a/fetchmailconf.py b/fetchmailconf.py index 0420f939..53434df6 100755 --- a/fetchmailconf.py +++ b/fetchmailconf.py @@ -335,6 +335,7 @@ class User(object): ('sslkey', 'String'), ('sslcert', 'String'), ('sslcertck', 'Boolean'), + ('sslcertfile', 'String'), ('sslcertpath', 'String'), ('sslcommonname', 'String'), ('sslfingerprint', 'String'), -- cgit v1.2.3