1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-23 07:20:55 +03:00
This commit is contained in:
Jakub Warmuz
2015-07-07 07:21:48 +00:00
parent e05b10974c
commit 9a9f91b4ee

View File

@@ -66,7 +66,7 @@ class ProofOfPossession(object): # pylint: disable=too-few-public-methods
# Is there are different prompt we should give the user?
code, key = zope.component.getUtility(
interfaces.IDisplay).input(
"QPath to private key for identifier: %s " % achall.domain)
"Path to private key for identifier: %s " % achall.domain)
if code != display_util.CANCEL:
return self._gen_response(achall, key)