mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 07:12:54 -04:00
Remove self from function call
This commit is contained in:
parent
238fdcb4c6
commit
384e01a3d8
1 changed files with 1 additions and 1 deletions
|
|
@ -1389,7 +1389,7 @@ LogLevel warn \n\
|
|||
raise errors.LetsEncryptDvsniError(
|
||||
"Unable to load key file: %s" % key_file)
|
||||
|
||||
self.register_file_creation(True, self.dvsni_get_cert_file(nonce))
|
||||
self.register_file_creation(True, dvsni_get_cert_file(nonce))
|
||||
|
||||
cert_pem = crypto_util.make_ss_cert(
|
||||
key_str, [nonce + CONFIG.INVALID_EXT, name, ext])
|
||||
|
|
|
|||
Loading…
Reference in a new issue