mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 15:22:38 -04:00
Missed this change in one of pulls
This commit is contained in:
parent
a013b8153e
commit
27f0ba2633
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue