Skip to content

Commit

Permalink
Bugzilla Bug #975939 - RHCS 8.1: "END CERTIFICATE" tag is not on it's…
Browse files Browse the repository at this point in the history
… own line
  • Loading branch information
mharmsen99 committed Jul 24, 2013
1 parent 62e1f32 commit bbaffec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public void process(CMSRequest cmsReq) throws EBaseException {
content += "<HTML><PRE>";
String mime64 =
"-----BEGIN CERTIFICATE-----\n" +
CMS.BtoA(transportCert.getEncoded()) +
CMS.BtoA(transportCert.getEncoded()) + "\n" +
"-----END CERTIFICATE-----\n";

content += mime64;
Expand Down

0 comments on commit bbaffec

Please sign in to comment.