From 621d9e5c413e561293d7484b93882d985b3fe15f Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Sat, 24 Mar 2012 02:27:47 -0500 Subject: Removed unnecessary pki folder. Previously the source code was located inside a pki folder. This folder was created during svn migration and is no longer needed. This folder has now been removed and the contents have been moved up one level. Ticket #131 --- .../webapps/ca/agent/ca/displayBySerial2.template | 131 +++++++++++++++++++++ 1 file changed, 131 insertions(+) create mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/displayBySerial2.template (limited to 'dogtag/ca-ui/shared/webapps/ca/agent/ca/displayBySerial2.template') diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/displayBySerial2.template b/dogtag/ca-ui/shared/webapps/ca/agent/ca/displayBySerial2.template new file mode 100644 index 000000000..5c700da66 --- /dev/null +++ b/dogtag/ca-ui/shared/webapps/ca/agent/ca/displayBySerial2.template @@ -0,0 +1,131 @@ + + + + + Display Certificate + + + + + + + + + +Certificate + +
+ + + + +
 
+ + +
+ +Certificate contents
+ +
+
+
+ +

+ +
+ +Installing this certificate in a server
+ +

+ +The following format can be used to install this certificate into a server. +

+Base 64 encoded certificate + +

+-----BEGIN CERTIFICATE CHAIN-----
+
+-----END CERTIFICATE CHAIN-----
+
+ +

+ +
+ +Downloading this certificate
+

+ +To download the certificate into your system, click the following button. + +

+ + + + + + -- cgit