summaryrefslogtreecommitdiffstats
path: root/base/server/python/pki/server/deployment/pkimessages.py
diff options
context:
space:
mode:
authorMatthew Harmsen <mharmsen@redhat.com>2015-04-21 00:49:11 -0600
committerMatthew Harmsen <mharmsen@redhat.com>2015-04-21 14:43:06 -0600
commitab5f54371519010c72f4947901c3a76cb5105e41 (patch)
tree77e80a6e48ec82e20e60fb1498da4824fdf42c08 /base/server/python/pki/server/deployment/pkimessages.py
parent16e4a5cc0133533afe1a04711cc671466170e01a (diff)
downloadpki-ab5f54371519010c72f4947901c3a76cb5105e41.tar.gz
pki-ab5f54371519010c72f4947901c3a76cb5105e41.tar.xz
pki-ab5f54371519010c72f4947901c3a76cb5105e41.zip
Add HSM passwords to pkispawn
- PKI TRAC Ticket #1200 - make sure pkispawn works with hsm (passwords)
Diffstat (limited to 'base/server/python/pki/server/deployment/pkimessages.py')
-rw-r--r--base/server/python/pki/server/deployment/pkimessages.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/base/server/python/pki/server/deployment/pkimessages.py b/base/server/python/pki/server/deployment/pkimessages.py
index a3e1b6f43..9129b844d 100644
--- a/base/server/python/pki/server/deployment/pkimessages.py
+++ b/base/server/python/pki/server/deployment/pkimessages.py
@@ -304,6 +304,8 @@ PKIHELPER_UNDEFINED_CLIENT_DATABASE_PASSWORD_2 = \
"the randomly generated client pin MUST be used"
PKIHELPER_UNDEFINED_CONFIGURATION_FILE_ENTRY_2 = \
"A value for '%s' MUST be defined in '%s'"
+PKIHELPER_UNDEFINED_HSM_TOKEN = \
+ "A value other than 'internal' MUST be defined for 'pki_token_name'"
PKIHELPER_UNDEFINED_SUBSYSTEM_NICKNAME = "subsystem nickname not defined"
PKIHELPER_UNDEFINED_TKS_HOST_PORT = "TKS Host or Port is undefined"
PKIHELPER_UNDEFINED_TOKEN_PASSWD_1 = "Password for token '%s' not defined"