summaryrefslogtreecommitdiffstats
path: root/base/java-tools/src
diff options
context:
space:
mode:
authorChristina Fu <cfu@redhat.com>2017-06-26 18:09:55 -0700
committerChristina Fu <cfu@redhat.com>2017-07-07 16:51:22 -0700
commit65b1242cd139e6306fb3e039193a3a6b223ea9b1 (patch)
treef192920abad6f9c9546503ad07521c5a9e2aca4d /base/java-tools/src
parent876d13c6d20e7e1235b9efbd601b47315debb492 (diff)
downloadpki-65b1242cd139e6306fb3e039193a3a6b223ea9b1.tar.gz
pki-65b1242cd139e6306fb3e039193a3a6b223ea9b1.tar.xz
pki-65b1242cd139e6306fb3e039193a3a6b223ea9b1.zip
Ticket #2757 CMC enrollment profiles for system certificates
This patch supports CMC-based system certificate requests. This patch contains the following: * The code in CMCAuth (agent-based) to check ssl client auth cert against the CMC signing cert * The cmc-based system enrollment profiles: caCMCauditSigningCert.cfg caCMCcaCert.cfg caCMCkraStorageCert.cfg caCMCkraTransportCert.cfg caCMCocspCert.cfg caCMCserverCert.cfg caCMCsubsystemCert.cfg * new URI's in web.xml as new access points Usage example can be found here: http://pki.fedoraproject.org/wiki/PKI_10.4_CMC_Feature_Update_(RFC5272)#Examples_.28System_Certificates.29
Diffstat (limited to 'base/java-tools/src')
-rw-r--r--base/java-tools/src/com/netscape/cmstools/CMCRequest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/java-tools/src/com/netscape/cmstools/CMCRequest.java b/base/java-tools/src/com/netscape/cmstools/CMCRequest.java
index fd59aa174..9fcb8dbd7 100644
--- a/base/java-tools/src/com/netscape/cmstools/CMCRequest.java
+++ b/base/java-tools/src/com/netscape/cmstools/CMCRequest.java
@@ -2393,7 +2393,7 @@ public class CMCRequest {
System.out.println("");
System.out.println("");
System.out.println("The CMC enrollment request in binary format is stored in " +
- ofilename + ".");
+ ofilename);
} catch (IOException e) {
System.out.println("CMCRequest: unable to open file " + ofilename +
" for writing:\n" + e);