mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
ipa-client-install: Fix the "download the CA cert" query
Reviewed-By: Petr Spacek <pspacek@redhat.com>
This commit is contained in:
parent
f05846e267
commit
9f3e8943a7
@ -2062,7 +2062,7 @@ def get_ca_certs(fstore, options, server, basedn, realm):
|
||||
url = http_url()
|
||||
override = not interactive
|
||||
if interactive and not user_input(
|
||||
"Do you want download the CA cert from " + url + " ?\n"
|
||||
"Do you want to download the CA cert from " + url + " ?\n"
|
||||
"(this is INSECURE)", False):
|
||||
raise errors.NoCertificateError(message=u"HTTP certificate"
|
||||
" download declined by user")
|
||||
|
Loading…
Reference in New Issue
Block a user