summaryrefslogtreecommitdiffstats
path: root/base/server/python/pki/server/deployment/pkimessages.py
diff options
context:
space:
mode:
authorMatthew Harmsen <mharmsen@redhat.com>2015-07-28 19:56:26 -0600
committerMatthew Harmsen <mharmsen@redhat.com>2015-07-28 20:43:39 -0600
commitf9102b8df60d50e00d2a45915d06837510cfd1aa (patch)
treeea40ed93fea872c2e32a890b799c28c2c1ab8946 /base/server/python/pki/server/deployment/pkimessages.py
parentc4c28d6f581ba0fa136afaab5651e976f6f79d2c (diff)
downloadpki-f9102b8df60d50e00d2a45915d06837510cfd1aa.tar.gz
pki-f9102b8df60d50e00d2a45915d06837510cfd1aa.tar.xz
pki-f9102b8df60d50e00d2a45915d06837510cfd1aa.zip
Add certutil options for ECC
- PKI TRAC Ticket #1524 - pkispawn: certutil options incorrect for creating ecc admin certificate
Diffstat (limited to 'base/server/python/pki/server/deployment/pkimessages.py')
-rw-r--r--base/server/python/pki/server/deployment/pkimessages.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/base/server/python/pki/server/deployment/pkimessages.py b/base/server/python/pki/server/deployment/pkimessages.py
index ff3d3704a..cc9102161 100644
--- a/base/server/python/pki/server/deployment/pkimessages.py
+++ b/base/server/python/pki/server/deployment/pkimessages.py
@@ -171,10 +171,14 @@ IMPORTANT:
PKIHELPER_APPLY_SLOT_SUBSTITUTION_1 = \
"applying in-place slot substitutions on '%s'"
PKIHELPER_CERTUTIL_GENERATE_CSR_1 = "executing '%s'"
+PKIHELPER_CERTUTIL_INVALID_KEY_TYPE_1 = \
+ "certutil: Invalid key type '%s'; valid types are 'ecc' or 'rsa'!"
PKIHELPER_CERTUTIL_MISSING_INPUT_FILE = \
- "certutil: Missing '-i input-file' option!"
+ "certutil: Missing '-i input-file' option!"
PKIHELPER_CERTUTIL_MISSING_ISSUER_NAME = \
"certutil: Missing '-c issuer-name' option!"
+PKIHELPER_CERTUTIL_MISSING_KEY_TYPE = \
+ "certutil: Missing '-k key-type-or-id' option (must be 'ecc' or 'rsa')!"
PKIHELPER_CERTUTIL_MISSING_NICKNAME = \
"certutil: Missing '-n nickname' option!"
PKIHELPER_CERTUTIL_MISSING_NOISE_FILE = \