summaryrefslogtreecommitdiffstats
path: root/base/server/python/pki/server/deployment/pkimessages.py
diff options
context:
space:
mode:
authorMatthew Harmsen <mharmsen@pki.usersys.redhat.com>2015-07-02 11:09:14 -0600
committerMatthew Harmsen <mharmsen@pki.usersys.redhat.com>2015-07-02 11:09:14 -0600
commit4af223feb262a707b65d4860f6e8552873306209 (patch)
treebf5033737c52f785f0584e9ead022b8d8752c24b /base/server/python/pki/server/deployment/pkimessages.py
parentac979100dfa45ff3d194349fdec093aa076815f8 (diff)
downloadpki-4af223feb262a707b65d4860f6e8552873306209.tar.gz
pki-4af223feb262a707b65d4860f6e8552873306209.tar.xz
pki-4af223feb262a707b65d4860f6e8552873306209.zip
Limited Interactive Installation Support
- PKI TRAC Ticket #1441 - Lack of Interactive Installation Support (Cloning, Subordinates, Externals, HSMs, ECC)
Diffstat (limited to 'base/server/python/pki/server/deployment/pkimessages.py')
-rw-r--r--base/server/python/pki/server/deployment/pkimessages.py19
1 files changed, 19 insertions, 0 deletions
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 <prefix>' is defined, this value WILL NOT
be prepended in front of the mandatory '-f <configuration_file>'.
""" + 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