summaryrefslogtreecommitdiffstats
path: root/base/server/python/pki/server/deployment/pkimessages.py
diff options
context:
space:
mode:
authorMatthew Harmsen <mharmsen@redhat.com>2015-06-18 13:01:34 -0600
committerMatthew Harmsen <mharmsen@redhat.com>2015-06-18 19:27:13 -0600
commitd54544b7732baebf6a93ee50708e445921478034 (patch)
tree4215d89682f278e5794a3ee663f3c091707c7a86 /base/server/python/pki/server/deployment/pkimessages.py
parentb9f51eb366c98647544d1d090cb9dbd0d29c6e09 (diff)
downloadpki-d54544b7732baebf6a93ee50708e445921478034.tar.gz
pki-d54544b7732baebf6a93ee50708e445921478034.tar.xz
pki-d54544b7732baebf6a93ee50708e445921478034.zip
Check security module registration
- PKI TRAC Ticket #1426 - pkispawn of KRA on HSM fails (shared instances) - PKI TRAC Ticket #1427 - pkispawn of OCSP on HSM fails (shared instances) - PKI TRAC Ticket #1429 - pkispawn of TKS on HSM fails (shared instances)
Diffstat (limited to 'base/server/python/pki/server/deployment/pkimessages.py')
-rw-r--r--base/server/python/pki/server/deployment/pkimessages.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/base/server/python/pki/server/deployment/pkimessages.py b/base/server/python/pki/server/deployment/pkimessages.py
index dd6ba4160..652840792 100644
--- a/base/server/python/pki/server/deployment/pkimessages.py
+++ b/base/server/python/pki/server/deployment/pkimessages.py
@@ -260,6 +260,11 @@ PKIHELPER_PK12UTIL_MISSING_OUTFILE = \
PKIHELPER_PK12UTIL_MISSING_PWFILE = \
"pk12util missing -w pw-file option!"
PKIHELPER_REGISTER_SECURITY_MODULE_1 = "executing '%s'"
+PKIHELPER_REGISTERED_SECURITY_MODULE_CHECK_1 = "executing '%s'"
+PKIHELPER_REGISTERED_SECURITY_MODULE_1 = \
+ "security module '%s' is already registered."
+PKIHELPER_UNREGISTERED_SECURITY_MODULE_1 = \
+ "security module '%s' is not registered."
PKIHELPER_PKI_INSTANCE_SUBSYSTEMS_2 = \
"instance '%s' contains '%d' PKI subsystems"