Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralexzorin <alex@zorin.id.au>2020-10-22 22:12:54 +0300
committerGitHub <noreply@github.com>2020-10-22 22:12:54 +0300
commit4eb0b560c59cea45a88dc1af5e3a5952e85fc8d0 (patch)
tree5e03ed566193d007e15f763e77e955c9fabf4e4e /certbot-ci
parentcb916a068228e7f2e49d1edac8e096dbde2f59ee (diff)
manual: deprecate --manual-public-ip-logging-ok (#8381)
* manual: deprecate --manual-public-ip-logging-ok * remove unused cli.report_config_interaction code Co-authored-by: ohemorange <ebportnoy@gmail.com>
Diffstat (limited to 'certbot-ci')
-rwxr-xr-xcertbot-ci/certbot_integration_tests/utils/certbot_call.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/certbot-ci/certbot_integration_tests/utils/certbot_call.py b/certbot-ci/certbot_integration_tests/utils/certbot_call.py
index 2ddaa41c8..a71c610e5 100755
--- a/certbot-ci/certbot_integration_tests/utils/certbot_call.py
+++ b/certbot-ci/certbot_integration_tests/utils/certbot_call.py
@@ -92,7 +92,6 @@ def _prepare_args_env(certbot_args, directory_url, http_01_port, tls_alpn_01_por
'--no-verify-ssl',
'--http-01-port', str(http_01_port),
'--https-port', str(tls_alpn_01_port),
- '--manual-public-ip-logging-ok',
'--config-dir', config_dir,
'--work-dir', os.path.join(workspace, 'work'),
'--logs-dir', os.path.join(workspace, 'logs'),