summaryrefslogtreecommitdiffstats
path: root/base/java-tools
diff options
context:
space:
mode:
authorChristina Fu <cfu@redhat.com>2017-04-28 17:55:17 -0700
committerChristina Fu <cfu@redhat.com>2017-04-28 19:56:09 -0700
commit3ff9de6a517d7fdcdee6c4a8c884eff052f8f824 (patch)
tree7ce6931f2bdec5413796d9e22b243542ef635239 /base/java-tools
parent9590944d5726ff32d94c6a2b2909175eae946466 (diff)
downloadpki-3ff9de6a517d7fdcdee6c4a8c884eff052f8f824.tar.gz
pki-3ff9de6a517d7fdcdee6c4a8c884eff052f8f824.tar.xz
pki-3ff9de6a517d7fdcdee6c4a8c884eff052f8f824.zip
Ticket #2717 CMC user-signed enrollment request
This patch provides implementation that allows user-signed CMC requests to be processed; The resulting certificate will bear the same subjectDN as that of the signing cert; The new uri to access is /ca/ee/ca/profileSubmitUserSignedCMCFull where the new profile is to be used: caFullCMCUserSignedCert.cfg which utilizes the new authentication plugin: CMCUserSignedAuth and new profile default plugin: CMCUserSignedSubjectNameDefault and new profile constraint plugin: CMCUserSignedSubjectNameConstraint
Diffstat (limited to 'base/java-tools')
-rw-r--r--base/java-tools/src/com/netscape/cmstools/CRMFPopClient.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/java-tools/src/com/netscape/cmstools/CRMFPopClient.java b/base/java-tools/src/com/netscape/cmstools/CRMFPopClient.java
index 01685035e..d0e5c2784 100644
--- a/base/java-tools/src/com/netscape/cmstools/CRMFPopClient.java
+++ b/base/java-tools/src/com/netscape/cmstools/CRMFPopClient.java
@@ -545,7 +545,7 @@ public class CRMFPopClient {
pop = client.createPop(algorithm, signature);
}
- if (verbose) System.out.println("Creating CRMF requrest");
+ if (verbose) System.out.println("Creating CRMF request");
String request = client.createCRMFRequest(certRequest, pop);
StringWriter sw = new StringWriter();