From 538dee3554b0a84497afa78770706a5ad4a8ff52 Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Wed, 21 Nov 2012 13:28:22 -0500 Subject: Reorganized RA templates and scripts. The templates, JS, and CGI scripts for RA have been moved into the RA core package. Ticket #407 --- .../admin/console/config/adminauthenticatepanel.vm | 52 ----- .../docroot/ra/admin/console/config/adminpanel.vm | 237 --------------------- .../admin/console/config/agentauthenticatepanel.vm | 48 ----- .../docroot/ra/admin/console/config/authdbpanel.vm | 66 ------ .../docroot/ra/admin/console/config/cainfopanel.vm | 55 ----- .../ra/admin/console/config/certchainpanel.vm | 49 ----- .../admin/console/config/certprettyprintpanel.vm | 49 ----- .../ra/admin/console/config/certrequestpanel.vm | 225 ------------------- .../ra/admin/console/config/config_addhsm.vm | 96 --------- .../docroot/ra/admin/console/config/config_db.vm | 126 ----------- .../docroot/ra/admin/console/config/config_hsm.vm | 176 --------------- .../admin/console/config/config_hsmloginpanel.vm | 83 -------- .../docroot/ra/admin/console/config/config_join.vm | 125 ----------- .../ra/admin/console/config/config_rootca.vm | 113 ---------- .../admin/console/config/createsubsystempanel.vm | 95 --------- .../ra/admin/console/config/databasepanel.vm | 53 ----- .../admin/console/config/displaycertchain2panel.vm | 41 ---- .../admin/console/config/displaycertchainpanel.vm | 41 ---- .../docroot/ra/admin/console/config/donepanel.vm | 42 ---- .../ra/admin/console/config/drminfopanel.vm | 56 ----- .../docroot/ra/admin/console/config/footer.vm | 20 -- .../docroot/ra/admin/console/config/header.vm | 26 --- .../ra/admin/console/config/hierarchypanel.vm | 80 ------- .../admin/console/config/importadmincertpanel.vm | 56 ----- .../docroot/ra/admin/console/config/login.vm | 110 ---------- .../docroot/ra/admin/console/config/modulepanel.vm | 158 -------------- .../docroot/ra/admin/console/config/namepanel.vm | 91 -------- .../console/config/securitydomainloginpanel.vm | 109 ---------- .../ra/admin/console/config/securitydomainpanel.vm | 115 ---------- .../docroot/ra/admin/console/config/sidemenu.vm | 30 --- .../docroot/ra/admin/console/config/sizepanel.vm | 235 -------------------- .../ra/admin/console/config/tksinfopanel.vm | 51 ----- .../docroot/ra/admin/console/config/topmenu.vm | 21 -- .../ra/admin/console/config/welcomepanel.vm | 57 ----- .../docroot/ra/admin/console/config/wizard.vm | 144 ------------- .../shared/docroot/ra/admin/console/config/xml.vm | 4 - .../shared/docroot/ra/admin/console/js/misc.js | 30 --- 37 files changed, 3165 deletions(-) delete mode 100644 dogtag/ra-ui/shared/docroot/ra/admin/console/config/adminauthenticatepanel.vm delete mode 100644 dogtag/ra-ui/shared/docroot/ra/admin/console/config/adminpanel.vm delete mode 100644 dogtag/ra-ui/shared/docroot/ra/admin/console/config/agentauthenticatepanel.vm delete mode 100644 dogtag/ra-ui/shared/docroot/ra/admin/console/config/authdbpanel.vm delete mode 100644 dogtag/ra-ui/shared/docroot/ra/admin/console/config/cainfopanel.vm delete mode 100644 dogtag/ra-ui/shared/docroot/ra/admin/console/config/certchainpanel.vm delete mode 100644 dogtag/ra-ui/shared/docroot/ra/admin/console/config/certprettyprintpanel.vm delete mode 100644 dogtag/ra-ui/shared/docroot/ra/admin/console/config/certrequestpanel.vm delete mode 100644 dogtag/ra-ui/shared/docroot/ra/admin/console/config/config_addhsm.vm delete mode 100644 dogtag/ra-ui/shared/docroot/ra/admin/console/config/config_db.vm delete mode 100644 dogtag/ra-ui/shared/docroot/ra/admin/console/config/config_hsm.vm delete mode 100644 dogtag/ra-ui/shared/docroot/ra/admin/console/config/config_hsmloginpanel.vm delete mode 100644 dogtag/ra-ui/shared/docroot/ra/admin/console/config/config_join.vm delete mode 100644 dogtag/ra-ui/shared/docroot/ra/admin/console/config/config_rootca.vm delete mode 100644 dogtag/ra-ui/shared/docroot/ra/admin/console/config/createsubsystempanel.vm delete mode 100644 dogtag/ra-ui/shared/docroot/ra/admin/console/config/databasepanel.vm delete mode 100644 dogtag/ra-ui/shared/docroot/ra/admin/console/config/displaycertchain2panel.vm delete mode 100644 dogtag/ra-ui/shared/docroot/ra/admin/console/config/displaycertchainpanel.vm delete mode 100644 dogtag/ra-ui/shared/docroot/ra/admin/console/config/donepanel.vm delete mode 100644 dogtag/ra-ui/shared/docroot/ra/admin/console/config/drminfopanel.vm delete mode 100644 dogtag/ra-ui/shared/docroot/ra/admin/console/config/footer.vm delete mode 100644 dogtag/ra-ui/shared/docroot/ra/admin/console/config/header.vm delete mode 100644 dogtag/ra-ui/shared/docroot/ra/admin/console/config/hierarchypanel.vm delete mode 100644 dogtag/ra-ui/shared/docroot/ra/admin/console/config/importadmincertpanel.vm delete mode 100644 dogtag/ra-ui/shared/docroot/ra/admin/console/config/login.vm delete mode 100644 dogtag/ra-ui/shared/docroot/ra/admin/console/config/modulepanel.vm delete mode 100644 dogtag/ra-ui/shared/docroot/ra/admin/console/config/namepanel.vm delete mode 100644 dogtag/ra-ui/shared/docroot/ra/admin/console/config/securitydomainloginpanel.vm delete mode 100644 dogtag/ra-ui/shared/docroot/ra/admin/console/config/securitydomainpanel.vm delete mode 100644 dogtag/ra-ui/shared/docroot/ra/admin/console/config/sidemenu.vm delete mode 100644 dogtag/ra-ui/shared/docroot/ra/admin/console/config/sizepanel.vm delete mode 100644 dogtag/ra-ui/shared/docroot/ra/admin/console/config/tksinfopanel.vm delete mode 100644 dogtag/ra-ui/shared/docroot/ra/admin/console/config/topmenu.vm delete mode 100644 dogtag/ra-ui/shared/docroot/ra/admin/console/config/welcomepanel.vm delete mode 100644 dogtag/ra-ui/shared/docroot/ra/admin/console/config/wizard.vm delete mode 100644 dogtag/ra-ui/shared/docroot/ra/admin/console/config/xml.vm delete mode 100644 dogtag/ra-ui/shared/docroot/ra/admin/console/js/misc.js (limited to 'dogtag/ra-ui/shared/docroot/ra') diff --git a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/adminauthenticatepanel.vm b/dogtag/ra-ui/shared/docroot/ra/admin/console/config/adminauthenticatepanel.vm deleted file mode 100644 index b27042cfb..000000000 --- a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/adminauthenticatepanel.vm +++ /dev/null @@ -1,52 +0,0 @@ - - - -

Authentication

-

-The uid and password are used to authenticate to the master subsystem. These are the administrator's credential information for the master subsystem. -#if ($systemType != "tps") -
-If authentication is successful, a cloned subsystem will retrieve the configuration information from the master one. -#end -
-#if ($errorString != "") - $errorString -#end - - - - - - - - - - - -
Uid:
Password:
-

diff --git a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/adminpanel.vm b/dogtag/ra-ui/shared/docroot/ra/admin/console/config/adminpanel.vm deleted file mode 100644 index 3c32c4901..000000000 --- a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/adminpanel.vm +++ /dev/null @@ -1,237 +0,0 @@ - - - - - - -The administrator is a privileged user who manages this subsystem. Please enter the following relevant information, and a certificate request will be automatically generated and submitted. An administrator's entry will be created in the internal database and an administrator's certificate will be imported into this browser automatically in the next panel. -
-#if ($errorString != "") - $errorString -#end -
-
- - - - -#if ($clone != 'clone') - -#else - -#end - - - -#if ($clone != 'clone') - -#else - -#end - - - -#if ($clone != 'clone') - -#else - -#end - - - -#if ($clone != 'clone') - -#else - -#end - - - - -#if ($clone != 'clone') - -#else - -#end - - - - - - - - - - -
UID:
Name:
Email:
Password:
Password (Again):
-

-
-
diff --git a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/agentauthenticatepanel.vm b/dogtag/ra-ui/shared/docroot/ra/admin/console/config/agentauthenticatepanel.vm deleted file mode 100644 index abb7678ae..000000000 --- a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/agentauthenticatepanel.vm +++ /dev/null @@ -1,48 +0,0 @@ - - - -

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:
-
diff --git a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/authdbpanel.vm b/dogtag/ra-ui/shared/docroot/ra/admin/console/config/authdbpanel.vm deleted file mode 100644 index f2e0697e7..000000000 --- a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/authdbpanel.vm +++ /dev/null @@ -1,66 +0,0 @@ - - - - Please provide information about the LDAP server that will be used to authenticate the identity of end users. [Details] - - -

-#if ($errorString != "") - $errorString -#end -

- - - - - - - - - - - - - - - - -
Host:
Port:
Base DN:
- -

-
-   -
diff --git a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/cainfopanel.vm b/dogtag/ra-ui/shared/docroot/ra/admin/console/config/cainfopanel.vm deleted file mode 100644 index 933861a93..000000000 --- a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/cainfopanel.vm +++ /dev/null @@ -1,55 +0,0 @@ - - - -A Certificate Authority (CA) is responsible for issuing different kinds of certificates. Select an HTTPS EE URL of a CA from the list below. -

-#if ($errorString != "") - $errorString -#end -

- - - - - -
URL: -
- - -

-
-
diff --git a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/certchainpanel.vm b/dogtag/ra-ui/shared/docroot/ra/admin/console/config/certchainpanel.vm deleted file mode 100644 index 08bcc1331..000000000 --- a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/certchainpanel.vm +++ /dev/null @@ -1,49 +0,0 @@ - - - -Pretty Print of Certificates on this subsystem. -

-#foreach ($item in $ppcerts) -

$item.getDN()

- - - - - - - - -
Certificate: $item.getNickname()
-#end - -
- -
-
-   -
diff --git a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/certprettyprintpanel.vm b/dogtag/ra-ui/shared/docroot/ra/admin/console/config/certprettyprintpanel.vm deleted file mode 100644 index ac8da10ee..000000000 --- a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/certprettyprintpanel.vm +++ /dev/null @@ -1,49 +0,0 @@ - - - -The following certificates were installed on this instance. -

-#foreach ($item in $ppcerts) -

$item.getDN()

- - - - - - - - -
Certificate: $item.getNickname()
-#end - -
- -
-
-   -
diff --git a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/certrequestpanel.vm b/dogtag/ra-ui/shared/docroot/ra/admin/console/config/certrequestpanel.vm deleted file mode 100644 index f1327db47..000000000 --- a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/certrequestpanel.vm +++ /dev/null @@ -1,225 +0,0 @@ - - - - -A certificate signing request (CSR) contains a public key and is an unsigned copy of the certificate. -

-If a given CSR has been successfully signed by a CA, then the certificate will be designated below by a certificate icon labeled Certificate Generated Successfully. -

-However, if a given CSR contains an action required label under its certificate icon, then those requests must be manually submitted to a CA for certificate generation. -

-Press the [Apply] button after certificates and chains are pasted in. -

-Press the [Next] button once all certificates have been generated successfully. -

-#foreach ($item in $reqscerts) -

$item.getDN()

- - - - - - - - - -#if ($item.getCert() == "...paste certificate here...") - -#else - #if ($item.getCert() == "...certificate be generated internally...") - - #else - #if ($item.getCert() == "") - - #else - - #end - #end -#end - - - -
 action required
-
-
- certificate will be generated internally -
-
- No Certificate Generated. Please import.
-
-
- Certificate Generated Successfully -
- - -#if ($item.getCert() == "...paste certificate here...") - Step 1: Copy the Certificate Request (CSR) to enroll at an external CA

- Step 2: Import the PKCS #7 Certificate Chain (optional if the certificate already contains the chain)

- Step 3: Paste in the Base64-encoded Certificate after enrollment at an external CA (NOTE: this text box does not accept PKCS #7 certificate chains)

-#else - #if ($item.getCert() == "...certificate be generated internally...") -

- #else - View Certificate Request (CSR)

- View Certificate in Base64-Encoding

- View Certificate Pretty Print

- #end -#end - - -

- -
-
X
- - - - - - - -
$item.getCert()
-
- -
-
X
- - - - - - - -
-
- -
-
X
- - - - - - - -
-
- - -#end - -

- - -

-
-   -
diff --git a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/config_addhsm.vm b/dogtag/ra-ui/shared/docroot/ra/admin/console/config/config_addhsm.vm deleted file mode 100644 index 839cff56a..000000000 --- a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/config_addhsm.vm +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - Dogtag Certificate System - - - - - - - -
- - - - - - -
- - - - -
-

- Security Modules

-Keys will be generated and stored on security modules. A security module can be hardware-based or software-based. Hardware-based security modules are more secure. -

-

Registering a New Security Module

-
-

-If the desired security module is not listed, it is possible that this security module's PKCS #11 library was not registered with the system. Please register a new security module here. - - - - - - - - -
-Library Path: -
-Module Name: -
-

- - - - -
- -
-

-
- -
-
- - - diff --git a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/config_db.vm b/dogtag/ra-ui/shared/docroot/ra/admin/console/config/config_db.vm deleted file mode 100644 index 10e1cd2dc..000000000 --- a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/config_db.vm +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - - - Dogtag Certificate System - - - - - - - - - -
-#include ( "admin/console/config/header.vm" ) - - - - - -
- - - - -
-

- Internal Database

- -
- Internal Database Connection

This option allows sharing an internal database to improve managability.

-#if ($errorString != "") - $errorString -#end - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Host:
Port:
Base DN:
Database:
Bind DN:
Bind Password:
- -

-
-   -
- - -

- - - - -
- -
- -

- -
- -
-
- - - diff --git a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/config_hsm.vm b/dogtag/ra-ui/shared/docroot/ra/admin/console/config/config_hsm.vm deleted file mode 100644 index 8812c5b36..000000000 --- a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/config_hsm.vm +++ /dev/null @@ -1,176 +0,0 @@ - - - - - - - - Dogtag Certificate System - - - - - - - -
- - - - - - -
- - - - -
-

- Security Modules

- -
- -Keys will be generated and stored on security modules. A security module can be hardware-based or software-based. Hardware-based security modules are more secure. Please make sure that at least one security module is listed below. -

-

Supported Security Modules

- - - - - - - -#foreach ($module in $sms) - - - - - - -#foreach ($token in $module.getTokens()) - - - - - - -#end -#end - -
Module/TokenStatusDefaultOperations

$module.getUserFriendlyName()
- #if ($module.isFound()) - Found - #else - Not Found - #end -
- $token.getNickName() - #if ($token.isLoggedIn()) - Logged In - #else - Not logged In - #end - - #if ($defTok == $token.getNickName()) - - #else - - #end -
-

Other Security Modules

-

The security modules listed below are modules found by the server but not recognized as one of the supported modules. If the user believes that any listed modules below should have been supported, please check the "CS.cfg" configuration file to see if there is a name mismatch and adjust this accordingly.

- - - - - - - -#foreach ($module in $oms) - - - - - - -#foreach ($token in $module.getTokens()) - - - - - - -#end -#end - -
Module/TokenStatusDefaultOperations
$module.getUserFriendlyName() - #if ($module.isFound()) - Found - #else - Not Found - #end -
- $token.getNickName() - #if ($token.isLoggedIn()) - Logged In - #else - Not logged In - #end - - #if ($defTok == $token.getNickName()) - - #else - - #end -
- -
-

- - - - -
- -
- - - - - -

-
- - - diff --git a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/config_hsmloginpanel.vm b/dogtag/ra-ui/shared/docroot/ra/admin/console/config/config_hsmloginpanel.vm deleted file mode 100644 index 46d8ae0ea..000000000 --- a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/config_hsmloginpanel.vm +++ /dev/null @@ -1,83 +0,0 @@ - - - -

- Security Modules Login Panel

-Keys will be generated and stored on security modules. A security module can be hardware-based or software-based. Hardware-based security modules are more secure. -

-

Security Token Login

-
-

-The user has chosen to login to the following security module: $SecToken -

-#if ($status == "alreadyLoggedIn") - Token already logged in. -#else - #if ($status == "tokenPasswordNotInitialized") - Token password not initialized. - #else - #if ($status == "justLoggedIn") - Token logged in successfully. - #else - - - - - - - - -
-Security Module Token Name: -
-Security Module Token Password: -
-

- #end - #end -#end - - - - - -
- -
- - - - -

- -

-
-   -
- - diff --git a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/config_join.vm b/dogtag/ra-ui/shared/docroot/ra/admin/console/config/config_join.vm deleted file mode 100644 index d5adb78f3..000000000 --- a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/config_join.vm +++ /dev/null @@ -1,125 +0,0 @@ - - - - - - - - Dogtag Certificate System - - - - - - - - - -
- -#include ( "admin/console/config/header.vm" ) - - - - - -
- - - - -
-

- Join the PKI Network

- -To join this PKI network, the setup wizard needs to submit the certificate request to a Root or another subordinate CA for signing. -

- - -Manually submit this request to a CA. -

- - - - - - - - - - -
Certificate Request to a CA:Certificate Chain From a CA:
- - - -
-

-Automatically submit the request to a Dogtag Certificate Authority -
- - - - - - - - - - - - - - -
URL:
UID:
Password:
-

- -

-
-
- - - -

- - - - -
- -
-

- -
-
- - - diff --git a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/config_rootca.vm b/dogtag/ra-ui/shared/docroot/ra/admin/console/config/config_rootca.vm deleted file mode 100644 index 4cf5ea946..000000000 --- a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/config_rootca.vm +++ /dev/null @@ -1,113 +0,0 @@ - - - - - - - - Dogtag Certificate System - - - - - - - - - -
- -#include ( "admin/console/config/header.vm" ) - - - - - -
- - - - -
-

- Root CA

- -A Root CA provides a set of predefined signing capabilities. Please select the capabilities that this CA needs to provide. -

- -

- -

CA Certificate Profile

- -

- - - - - - -
Profile: -
-

- -

-
-   -
- -
- -

- - - - -
- -
- - -

- -
-
- - - diff --git a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/createsubsystempanel.vm b/dogtag/ra-ui/shared/docroot/ra/admin/console/config/createsubsystempanel.vm deleted file mode 100644 index feee8962f..000000000 --- a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/createsubsystempanel.vm +++ /dev/null @@ -1,95 +0,0 @@ - - - -

Subsystem Configuration

-

-This instance can be configured as a new $systemname subsystem. -
-#if ($errorString != "") - $errorString -#end -
- Configure this Instance as a New $systemname Subsystem -
- - - - - - - - - - - - - - - - - -
Subsystem Name: (e.g. - $fullsystemname)
Subsystem HTTP URL (unsecure): http://$machineName:$http_port
Subsystem HTTPS URL (clientauth): https://$machineName:$https_port
Subsystem HTTPS URL (non-clientauth): https://$machineName:$non_clientauth_https_port
-

-#if ($disableClone) - Clone an Existing $systemname Subsystem -#else - Clone an Existing $systemname Subsystem -#end -
- - - -#if ($disableClone) - -#else - -#end - - - -#if ($disableClone) - - -
Subsystem Name: (e.g. - $fullsystemname - Clone 1) (e.g. - $fullsystemname - Clone 1)
Subsystem URL: -
-
diff --git a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/databasepanel.vm b/dogtag/ra-ui/shared/docroot/ra/admin/console/config/databasepanel.vm deleted file mode 100644 index a887176ab..000000000 --- a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/databasepanel.vm +++ /dev/null @@ -1,53 +0,0 @@ - - - -An SQL Lite database will be created to store RA internal information. - -

-

-
-#if ($errorString != "") - $errorString -#end -
-

-
-   -
diff --git a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/displaycertchain2panel.vm b/dogtag/ra-ui/shared/docroot/ra/admin/console/config/displaycertchain2panel.vm deleted file mode 100644 index eff21eca4..000000000 --- a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/displaycertchain2panel.vm +++ /dev/null @@ -1,41 +0,0 @@ - - - -

-A certificate chain is a list of all certificates chained up to the root. -

-If the entire certificate chain is displayed below, click the Next button to import it into this subsystem. This certificate chain will then be trusted for this instance. -

-If no certificate chain is listed below, simply click the Next button to move on to the next panel. -

-

-$certchain
-
-#if ($errorString != "") - $errorString -#end diff --git a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/displaycertchainpanel.vm b/dogtag/ra-ui/shared/docroot/ra/admin/console/config/displaycertchainpanel.vm deleted file mode 100644 index d5e32263a..000000000 --- a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/displaycertchainpanel.vm +++ /dev/null @@ -1,41 +0,0 @@ - - - -
-A certificate chain is a list of all certificates chained up to the root. -
-If a certificate chain is displayed below, click the Next button to trust this certificate chain for this instance. -
-If no certificate chain is listed below, simply click the Next button to move on to the next panel. -
-
-$certchain
-
-#if ($errorString != "") - $errorString -#end diff --git a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/donepanel.vm b/dogtag/ra-ui/shared/docroot/ra/admin/console/config/donepanel.vm deleted file mode 100644 index 86e4068ea..000000000 --- a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/donepanel.vm +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - -#if ($errorString != "") - $errorString -#end -As 'root', restart the server on the command line by typing "$initCommand - restart $instanceID". After performing this restart, the server should become operational. -
-Please go to the services page to access all of the available interfaces. -
-
-To create additional instances, type "/usr/bin/pkicreate" on the command line. -
diff --git a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/drminfopanel.vm b/dogtag/ra-ui/shared/docroot/ra/admin/console/config/drminfopanel.vm deleted file mode 100644 index c26f3c0c2..000000000 --- a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/drminfopanel.vm +++ /dev/null @@ -1,56 +0,0 @@ - - - -A Data Recovery Manager (DRM) is responsible for server-side key generation, archival, and recovery. If server-side key generation is not needed, this step can be skipped. -

-#if ($errorString != "") - $errorString -

-#end - Connect this instance to an HTTPS Agent URL of a DRM to support server-side key generation. -

-

- - - - - -
URL: -
-

-
-
-

- Configure this instance to NOT support server-side key generation. -

diff --git a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/footer.vm b/dogtag/ra-ui/shared/docroot/ra/admin/console/config/footer.vm deleted file mode 100644 index 22d7213ba..000000000 --- a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/footer.vm +++ /dev/null @@ -1,20 +0,0 @@ - - -

diff --git a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/header.vm b/dogtag/ra-ui/shared/docroot/ra/admin/console/config/header.vm deleted file mode 100644 index e653da5c1..000000000 --- a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/header.vm +++ /dev/null @@ -1,26 +0,0 @@ - - - diff --git a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/hierarchypanel.vm b/dogtag/ra-ui/shared/docroot/ra/admin/console/config/hierarchypanel.vm deleted file mode 100644 index 41cba696d..000000000 --- a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/hierarchypanel.vm +++ /dev/null @@ -1,80 +0,0 @@ - - - -

PKI Hierarchy

-

-This CA instance can be either a Self-Signed Root CA or a Subordinate CA. [Details] - - -

- -

- Make this a Self-Signed Root CA within this new PKI hierarchy. -

- Make this a subordinate CA of another CA. - - - - - - -
URL: -
-

diff --git a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/importadmincertpanel.vm b/dogtag/ra-ui/shared/docroot/ra/admin/console/config/importadmincertpanel.vm deleted file mode 100644 index 37df00c02..000000000 --- a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/importadmincertpanel.vm +++ /dev/null @@ -1,56 +0,0 @@ - - - -An administrator's certificate has been created and imported into this browser. This certificate is used to access the agent interface of this subsystem. -

-#if ($errorString != "") - $errorString -#end -$info -

-

- - - -#if ($ca == 'true' && $import == 'true') - -#else -#if ($caType == 'ca' && $import == 'true') - -#else - -#end -#end - - - - -
-

-
-
diff --git a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/login.vm b/dogtag/ra-ui/shared/docroot/ra/admin/console/config/login.vm deleted file mode 100644 index 14593ad9c..000000000 --- a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/login.vm +++ /dev/null @@ -1,110 +0,0 @@ - - - - - - - - Certificate System - - - - - - -
- -#include ( "ra/admin/console/config/header.vm" ) - - - - -
- -
-
- -
- - -
- - -
-
- -
- - -
- - - - - -
-

- Login

- -A one time random pin has been generated during setup to protect unauthorized access to this configuration wizard. This pin has been stored in the "CS.cfg" configuration file as the value of the 'preop.pin' parameter. Please enter this pin to continue. - -

-#if ($errorString != "") - $errorString -#end -

-

- - - - - - -
PIN:
-
-
-
-
- -

- - - - -
- -
- - -

- -
-
- -#include ( "ra/admin/console/config/footer.vm" ) - - diff --git a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/modulepanel.vm b/dogtag/ra-ui/shared/docroot/ra/admin/console/config/modulepanel.vm deleted file mode 100644 index cb9a1eaf8..000000000 --- a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/modulepanel.vm +++ /dev/null @@ -1,158 +0,0 @@ - - - -Two lists of security modules are provided below. The Supported Security Modules list consists of both software-based and hardware-based security modules that this PKI solution supports, while the Other Security Modules list consists of any other security modules found by this PKI subsystem that are not recognized as one of the supported security modules. [Details] - - -
-

Supported Security Modules

- - - - - - - -#foreach ($module in $sms) - - - - - - -#foreach ($token in $module.getTokens()) - - - - - - -#end -#end - -
Module/TokenStatusDefaultOperations

$module.getUserFriendlyName()
- #if ($module.isFound()) - Found - #else - Not Found - #end -
- $token.getNickName() - #if ($token.isLoggedIn()) - Logged In - #else - Not logged In - #end - - #if ($token.isLoggedIn()) - #if ($defTok == $token.getNickName()) - - #else - - #end - #end - - #if (!$token.isLoggedIn()) -Login - #end -
-

Other Security Modules

-

The security modules listed below are modules found by the server but not recognized as one of the supported modules. If the user believes that any listed modules below should have been supported, please check the "CS.cfg" configuration file to see if there is a name mismatch and adjust this accordingly.

- - - - - - - -#foreach ($module in $oms) - - - - - - -#foreach ($token in $module.getTokens()) - - - - - - -#end -#end - -
Module/TokenStatusDefaultOperations
$module.getUserFriendlyName() - #if ($module.isFound()) - Found - #else - Not Found - #end -
- $token.getNickName() - #if ($token.isLoggedIn()) - Logged In - #else - Not logged In - #end - - #if ($defTok == $token.getNickName()) - - #else - - #end -
- - -
- -
-
-   -
diff --git a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/namepanel.vm b/dogtag/ra-ui/shared/docroot/ra/admin/console/config/namepanel.vm deleted file mode 100644 index 071b523a9..000000000 --- a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/namepanel.vm +++ /dev/null @@ -1,91 +0,0 @@ - - - -Each certificate associated with this instance needs to have a unique name within the PKI hierarchy. The following information will be used to generate these unique names. Each certificate will be stored in the security module using a unique nickname. [Details] - - - - -

-#if ($errorString != "") - $errorString -#end -
-#foreach ($item in $certs) -

$item.getUserFriendlyName()

- - - - - - - - - - -
DN:
Nickname:
-

-#end -

-


-

-Please select the CA to submit these system certificate requests: -

- - - - - -
URL: -
- -

-
-
diff --git a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/securitydomainloginpanel.vm b/dogtag/ra-ui/shared/docroot/ra/admin/console/config/securitydomainloginpanel.vm deleted file mode 100644 index 58ace3f68..000000000 --- a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/securitydomainloginpanel.vm +++ /dev/null @@ -1,109 +0,0 @@ - - - - - - - - Dogtag Certificate System - - - - - - - -
- - - - - - -
- - - - -
-

- Security Domain ($name) Login

- -
-

The Enterprise $subsystem Administrator will register this $subsystem Subsystem located at $host under this Security Domain located at $sdhost. The credential information will be provided to the Security Domain for authentication.

-#if ($errorString != "") - $errorString -#end - - - - - - - - - - - - - - -
Uid:
Password:
- -

-
-   -
- - -

- - - - -
-
- -
-
- -

- -
- -
-
- - - diff --git a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/securitydomainpanel.vm b/dogtag/ra-ui/shared/docroot/ra/admin/console/config/securitydomainpanel.vm deleted file mode 100644 index f67f7b242..000000000 --- a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/securitydomainpanel.vm +++ /dev/null @@ -1,115 +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.
-
diff --git a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/sidemenu.vm b/dogtag/ra-ui/shared/docroot/ra/admin/console/config/sidemenu.vm deleted file mode 100644 index 09fe16870..000000000 --- a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/sidemenu.vm +++ /dev/null @@ -1,30 +0,0 @@ - - - diff --git a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/sizepanel.vm b/dogtag/ra-ui/shared/docroot/ra/admin/console/config/sizepanel.vm deleted file mode 100644 index 76b1d18a2..000000000 --- a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/sizepanel.vm +++ /dev/null @@ -1,235 +0,0 @@ - - - - - -Select the key pair type(s) and associated key pair size(s) from the pulldown menus. [Details] - - -#if ($errorString != "") - $errorString -#end -

-

-

- - - - -
[Advanced]
-

-

Common Key Settings

-

- - - - - -
Key Type:
-

- Use the default key size ($default_keysize bits for RSA, $default_ecc_keysize bits for ECC). -

- Use the following custom key size: - -

- - - - - -
Key Size:
-

-

-

-

- - - - -
[Simple]
-#foreach ($item in $certs) -

Key for $item.getUserFriendlyName()

-

- - - - - -
Key Type:
-

- Use the default key size ($default_keysize bits for RSA, $default_ecc_keysize bits for ECC). -

- Use the following custom key size: - -

- - - - - -
Key Size:
-#end -

-
-
-
-#if ($firsttime == 'false') -New Keys

-#end -

-

-
-Note: After pressing Next, keys will be generated on the server, which will take some time to complete. Please wait for the next panel to appear. -   -
diff --git a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/tksinfopanel.vm b/dogtag/ra-ui/shared/docroot/ra/admin/console/config/tksinfopanel.vm deleted file mode 100644 index f4a0a3fd7..000000000 --- a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/tksinfopanel.vm +++ /dev/null @@ -1,51 +0,0 @@ - - - -The Token Key Service (TKS) is responsible for managing master keys that are used for establishing secure channels. Select an HTTPS Agent URL of a TKS from the list below. -

-#if ($errorString != "") - $errorString -#end -

- - - - - -
URL: -
-

-
-
-

diff --git a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/topmenu.vm b/dogtag/ra-ui/shared/docroot/ra/admin/console/config/topmenu.vm deleted file mode 100644 index 64881066f..000000000 --- a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/topmenu.vm +++ /dev/null @@ -1,21 +0,0 @@ - - -

diff --git a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/welcomepanel.vm b/dogtag/ra-ui/shared/docroot/ra/admin/console/config/welcomepanel.vm deleted file mode 100644 index fd478d1a8..000000000 --- a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/welcomepanel.vm +++ /dev/null @@ -1,57 +0,0 @@ - - - -

$wizardname

-The $fullsystemname - configuration wizard will guide the administrator through the process of configuring a single instance of the $fullsystemname - ($systemname). [Details] - - - - diff --git a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/wizard.vm b/dogtag/ra-ui/shared/docroot/ra/admin/console/config/wizard.vm deleted file mode 100644 index 4c7472817..000000000 --- a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/wizard.vm +++ /dev/null @@ -1,144 +0,0 @@ - - - - - - - - Dogtag Certificate System - - - - - - - - - - -
- -#include ( "ra/admin/console/config/header.vm" ) - - - - -
- -
-
- -
-
- - -
-
- -
- - -
- - - - - -
-

- $title

- -
- - -#parse ( $panel ) - - - -
- - - - - - -
- -#if ($showApplyButton == "true") - -#end - -#if ($lastpanel) -  -#else - -#end - -
- -
- -#include ( "ra/admin/console/config/footer.vm" ) - -
-
- - - diff --git a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/xml.vm b/dogtag/ra-ui/shared/docroot/ra/admin/console/config/xml.vm deleted file mode 100644 index 31ff72aa2..000000000 --- a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/xml.vm +++ /dev/null @@ -1,4 +0,0 @@ - - - $xml - diff --git a/dogtag/ra-ui/shared/docroot/ra/admin/console/js/misc.js b/dogtag/ra-ui/shared/docroot/ra/admin/console/js/misc.js deleted file mode 100644 index d4dc336ab..000000000 --- a/dogtag/ra-ui/shared/docroot/ra/admin/console/js/misc.js +++ /dev/null @@ -1,30 +0,0 @@ -// --- BEGIN COPYRIGHT BLOCK --- -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; version 2 of the License. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License along -// with this program; if not, write to the Free Software Foundation, Inc., -// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -// -// Copyright (C) 2007 Red Hat, Inc. -// All rights reserved. -// --- END COPYRIGHT BLOCK --- - -/** - * This function is to submit the form's parameters and to decide if the - * window should remain open. - * - * @param f The form - * @param fclose true if you want to close the window; otherwise false. - */ -function saveConfig(f, fclose) { - f.submit(); - if (fclose == true) - window.close(); -} -- cgit