mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:22 +02:00
Missed this change in one of pulls
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user