We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d504cdf commit cdd0f9cCopy full SHA for cdd0f9c
src/Crypt/CryptConnection.py
@@ -58,7 +58,7 @@ def wrapSocket(self, sock, crypt, server=False, cert_pin=None):
58
def removeCerts(self):
59
if config.keep_ssl_cert:
60
return False
61
- for file_name in ["cert-rsa.pem", "key-rsa.pem", "cacert-rsa.pem", "cakey-rsa.pem", "cert-rsa.csr"]:
+ for file_name in ["cert-rsa.pem", "key-rsa.pem", "cacert-rsa.pem", "cakey-rsa.pem", "cacert-rsa.srl", "cert-rsa.csr"]:
62
file_path = "%s/%s" % (config.data_dir, file_name)
63
if os.path.isfile(file_path):
64
os.unlink(file_path)
0 commit comments