summaryrefslogtreecommitdiffstats
path: root/base/kra
diff options
context:
space:
mode:
authorMatthew Harmsen <mharmsen@redhat.com>2015-07-31 17:28:57 -0600
committerMatthew Harmsen <mharmsen@redhat.com>2015-07-31 18:21:55 -0600
commit6999197b067af920b53c75e17dc20181ba49e997 (patch)
tree697905a8591aa232e761c42adffdd88b70cafba8 /base/kra
parent7c4bc2480c0cb0b4bb816ec090e9673bdddce047 (diff)
downloadpki-6999197b067af920b53c75e17dc20181ba49e997.tar.gz
pki-6999197b067af920b53c75e17dc20181ba49e997.tar.xz
pki-6999197b067af920b53c75e17dc20181ba49e997.zip
remove extra space from Base 64 encoded cert displays
- PKI TRAC Ticket #1522 - CA UI adds extra space in Base 64 encoded certificate display
Diffstat (limited to 'base/kra')
-rw-r--r--base/kra/shared/webapps/kra/agent/kra/displayBySerial2.template4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/kra/shared/webapps/kra/agent/kra/displayBySerial2.template b/base/kra/shared/webapps/kra/agent/kra/displayBySerial2.template
index 30af980ec..06bef2f9f 100644
--- a/base/kra/shared/webapps/kra/agent/kra/displayBySerial2.template
+++ b/base/kra/shared/webapps/kra/agent/kra/displayBySerial2.template
@@ -92,11 +92,11 @@ The following format can be used to install this certificate into a server.
Base 64 encoded certificate
</font>
<p><pre>
------BEGIN CERTIFICATE-----
<SCRIPT LANGUAUGE="JavaScript">
+document.writeln('-----BEGIN CERTIFICATE-----');
document.write(result.header.certChainBase64);
+document.writeln('-----END CERTIFICATE-----');
</SCRIPT>
------END CERTIFICATE-----
</pre>
<br><p>