Missed this change in one of pulls

This commit is contained in:
James Kasten 2014-11-29 17:11:03 -08:00
parent a013b8153e
commit 27f0ba2633

View file

@ -130,7 +130,7 @@ class Client(object):
_, csr_der = self.get_key_csr_pem()
# TODO: Handle this exception/problem
if not crypto_util.csr_matches_names(self.csr_file, self.names):
if not crypto_util.csr_matches_names(self.csr, self.names):
raise errrors.LetsEncryptClientError(
"CSR subject does not contain one of the specified names")