From b863c7fde0327fdd83ea83174fbcf2c95db8dd06 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Thu, 30 Oct 2014 18:07:00 +0100 Subject: [PATCH] Cli Agent Setup: Provide hint with actual CN for master ticket cmd refs #7465 --- lib/cli/agentwizardcommand.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/cli/agentwizardcommand.cpp b/lib/cli/agentwizardcommand.cpp index 0ab2b7184..db9c1ed8c 100644 --- a/lib/cli/agentwizardcommand.cpp +++ b/lib/cli/agentwizardcommand.cpp @@ -241,8 +241,8 @@ wizard_master_host: std::cout << "Stored trusted master certificate in '" << trusted_cert << "'.\n"; wizard_ticket: - std::cout << "Please specify the request ticket generated on your Icinga 2 master.\n" - << "(Hint: '# icinga2 pki ticket --cn '): "; + std::cout << "Please specify the request ticket generated on your Icinga 2 master." + << " (Hint: '# icinga2 pki ticket --cn " << cn << "'):\n"; std::getline(std::cin, answer); boost::algorithm::to_lower(answer); -- 2.40.0