fix typo in name

This commit is contained in:
Richard Frith-Macdonald 2021-06-17 16:22:31 +01:00
parent 7ea49c252b
commit dd3b6c3d7f

View file

@ -1161,7 +1161,7 @@ static NSMutableDictionary *credentialsCache = nil;
}
keyPath = standardizedPath(@"self-signed-key");
[self setData: key forTLSFile: keyPath];
crtPath = standardizedPath(@"self-signed-crt-");
crtPath = standardizedPath(@"self-signed-crt");
[self setData: crt forTLSFile: crtPath];
}