mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-25 14:44:32 +02:00
Cli Agent Setup: Provide hint with actual CN for master ticket cmd
refs #7465
This commit is contained in:
parent
43d3878207
commit
b863c7fde0
@ -241,8 +241,8 @@ wizard_master_host:
|
|||||||
std::cout << "Stored trusted master certificate in '" << trusted_cert << "'.\n";
|
std::cout << "Stored trusted master certificate in '" << trusted_cert << "'.\n";
|
||||||
|
|
||||||
wizard_ticket:
|
wizard_ticket:
|
||||||
std::cout << "Please specify the request ticket generated on your Icinga 2 master.\n"
|
std::cout << "Please specify the request ticket generated on your Icinga 2 master."
|
||||||
<< "(Hint: '# icinga2 pki ticket --cn <this-CN>'): ";
|
<< " (Hint: '# icinga2 pki ticket --cn " << cn << "'):\n";
|
||||||
|
|
||||||
std::getline(std::cin, answer);
|
std::getline(std::cin, answer);
|
||||||
boost::algorithm::to_lower(answer);
|
boost::algorithm::to_lower(answer);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user