From 4af223feb262a707b65d4860f6e8552873306209 Mon Sep 17 00:00:00 2001 From: Matthew Harmsen Date: Thu, 2 Jul 2015 11:09:14 -0600 Subject: Limited Interactive Installation Support - PKI TRAC Ticket #1441 - Lack of Interactive Installation Support (Cloning, Subordinates, Externals, HSMs, ECC) --- .../python/pki/server/deployment/pkimessages.py | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'base/server/python') diff --git a/base/server/python/pki/server/deployment/pkimessages.py b/base/server/python/pki/server/deployment/pkimessages.py index 652840792..ff3d3704a 100644 --- a/base/server/python/pki/server/deployment/pkimessages.py +++ b/base/server/python/pki/server/deployment/pkimessages.py @@ -146,6 +146,25 @@ REMINDER: Finally, if an optional '-p ' is defined, this value WILL NOT be prepended in front of the mandatory '-f '. """ + PKI_VERBOSITY +PKISPAWN_INTERACTIVE_INSTALLATION=''' +IMPORTANT: + + Interactive installation currently only exists for very basic deployments! + + For example, deployments intent upon using advanced features such as: + + * Cloning, + * Elliptic Curve Cryptography (ECC), + * External CA, + * Hardware Security Module (HSM), + * Subordinate CA, + * etc., + + must provide the necessary override parameters in a separate + configuration file. + + Run 'man pkispawn' for details. +''' # PKI Deployment "Helper" Messages -- cgit