diff --git a/ipaserver/install/ipa_kra_install.py b/ipaserver/install/ipa_kra_install.py index 4125c3271..4e5533b67 100644 --- a/ipaserver/install/ipa_kra_install.py +++ b/ipaserver/install/ipa_kra_install.py @@ -150,7 +150,8 @@ class KRAInstaller(KRAInstall): if not cainstance.is_ca_installed_locally(): raise RuntimeError("Dogtag CA is not installed. " - "Please install the CA first") + "Please install a CA first with the " + "`ipa-ca-install` command.") # check if KRA is not already installed _kra = krainstance.KRAInstance(api)