From 4f0cd49202d8f9538d20fc51ea70e0f8b7727052 Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Wed, 21 Nov 2012 14:30:45 -0500 Subject: Reorganized TPS templates and scripts. The templates, JS, and CGI scripts for TPS have been reorganized into the TPS core package. Ticket #407 --- .../admin/console/config/securitydomainpanel.vm | 114 --------------------- 1 file changed, 114 deletions(-) delete mode 100644 dogtag/tps-ui/shared/docroot/tps/admin/console/config/securitydomainpanel.vm (limited to 'dogtag/tps-ui/shared/docroot/tps/admin/console/config/securitydomainpanel.vm') diff --git a/dogtag/tps-ui/shared/docroot/tps/admin/console/config/securitydomainpanel.vm b/dogtag/tps-ui/shared/docroot/tps/admin/console/config/securitydomainpanel.vm deleted file mode 100644 index 6f651f388..000000000 --- a/dogtag/tps-ui/shared/docroot/tps/admin/console/config/securitydomainpanel.vm +++ /dev/null @@ -1,114 +0,0 @@ - - -

$panelname

-
-A security domain is a registry for all of the PKI services within an enterprise. Applications may use the security domain to locate other PKI services. [Details] - - - -#if ($errorString != "") - $errorString -#end -
-#if ($cstype == "CA") - Create a New Security Domain -
-If no security domain exists, a new one must be created for this CA. - - - - - - - - - - - - - - - - - - - - - -
Security Domain Name: (e.g. - Dogtag Security Domain)
Security Domain HTTP EE URL (unsecure): http://$machineName:$http_ee_port
Security Domain HTTPS Agent URL (clientauth): https://$machineName:$https_agent_port
Security Domain HTTPS EE URL (non-clientauth): https://$machineName:$https_ee_port
Security Domain HTTPS Admin URL (non-clientauth): https://$machineName:$https_admin_port
-
- Join an Existing Security Domain -#else - Create a New Security Domain -
-If no security domain exists, a new one must be created for this CA. - - - - - -
Security Domain Name: (e.g. - Dogtag Security Domain)
-
- Join an Existing Security Domain -#end -
-Enter the URL to an existing security domain. -
- - - - - -
Security Domain HTTPS Admin URL (non-clientauth): (e.g. - https://example.com:9445)
-
- - - - - -
NOTE:   Since a Security Domain MUST be a CA (although all CAs are NOT necessarily Security Domains), an appropriate value for this URL may be obtained by logging into the machine which hosts the desired Security Domain CA as 'root' and running the command "$initCommand status $instanceID" from the command-line.
-
-- cgit