From 6999197b067af920b53c75e17dc20181ba49e997 Mon Sep 17 00:00:00 2001 From: Matthew Harmsen Date: Fri, 31 Jul 2015 17:28:57 -0600 Subject: remove extra space from Base 64 encoded cert displays - PKI TRAC Ticket #1522 - CA UI adds extra space in Base 64 encoded certificate display --- base/kra/shared/webapps/kra/agent/kra/displayBySerial2.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'base/kra') 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

------BEGIN CERTIFICATE-----
 
------END CERTIFICATE-----
 

-- cgit