From 340bacaa8776165ad838e1f39e46bd8cac30ab63 Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Wed, 21 Nov 2012 14:30:45 -0500 Subject: Reorganized TPS templates. The templates and JS and CGI scripts in TPS theme package have been moved into the TPS core package. Ticket #407 --- .../admin/console/config/agentauthenticatepanel.vm | 47 ++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 base/tps/apache/docroot/tps/admin/console/config/agentauthenticatepanel.vm (limited to 'base/tps/apache/docroot/tps/admin/console/config/agentauthenticatepanel.vm') diff --git a/base/tps/apache/docroot/tps/admin/console/config/agentauthenticatepanel.vm b/base/tps/apache/docroot/tps/admin/console/config/agentauthenticatepanel.vm new file mode 100644 index 000000000..738efe5b3 --- /dev/null +++ b/base/tps/apache/docroot/tps/admin/console/config/agentauthenticatepanel.vm @@ -0,0 +1,47 @@ + + +

Authentication

+
+The uid and password are used to authenticate to the CA from which this subsystem's certificates are issued. Enter the uid and password of the Certificate Manager Agent who will approve the certificate requests. +
+#if ($errorString != "") + $errorString +#end + + + + + + + + + + + +
Uid:
Password:
+
-- cgit