From 29f10d8050e2e401780ec4642f9ea1a4837b4a2d Mon Sep 17 00:00:00 2001 From: Ade Lee Date: Mon, 30 Apr 2012 13:30:34 -0400 Subject: Removed obsolete installation servlets --- .../shared/admin/console/config/config_clone.vm | 108 ------------- .../shared/admin/console/config/config_db.vm | 126 --------------- .../shared/admin/console/config/config_hsm.vm | 176 --------------------- .../shared/admin/console/config/config_join.vm | 125 --------------- .../shared/admin/console/config/config_rootca.vm | 113 ------------- 5 files changed, 648 deletions(-) delete mode 100644 dogtag/common-ui/shared/admin/console/config/config_clone.vm delete mode 100644 dogtag/common-ui/shared/admin/console/config/config_db.vm delete mode 100644 dogtag/common-ui/shared/admin/console/config/config_hsm.vm delete mode 100644 dogtag/common-ui/shared/admin/console/config/config_join.vm delete mode 100644 dogtag/common-ui/shared/admin/console/config/config_rootca.vm (limited to 'dogtag') diff --git a/dogtag/common-ui/shared/admin/console/config/config_clone.vm b/dogtag/common-ui/shared/admin/console/config/config_clone.vm deleted file mode 100644 index 521836050..000000000 --- a/dogtag/common-ui/shared/admin/console/config/config_clone.vm +++ /dev/null @@ -1,108 +0,0 @@ - - - - - - - - Dogtag Certificate System - - - - - - - -
- -#include ( "admin/console/config/header.vm" ) - - - - - -
- - - - -
-

- Clone CA

- -A cloned subsystem setup provides scalability and high-availability. The connection information of the master CA's internal database is required so that the setup wizard can setup the appropriate replication agreements between the authorities. -

-

- -

Master Fedora Directory Server Database Info

- - - - - - - - - - - - - - - - - - - - - -
Host:
Port:
Bind DN:
Bind Password:
- - -
-
-   -
- -
- -

- - - - -
- -
- - -

- -
-
- - - diff --git a/dogtag/common-ui/shared/admin/console/config/config_db.vm b/dogtag/common-ui/shared/admin/console/config/config_db.vm deleted file mode 100644 index b53c5d9ef..000000000 --- a/dogtag/common-ui/shared/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/common-ui/shared/admin/console/config/config_hsm.vm b/dogtag/common-ui/shared/admin/console/config/config_hsm.vm deleted file mode 100644 index 5aa3ebc7b..000000000 --- a/dogtag/common-ui/shared/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/common-ui/shared/admin/console/config/config_join.vm b/dogtag/common-ui/shared/admin/console/config/config_join.vm deleted file mode 100644 index e79720a0e..000000000 --- a/dogtag/common-ui/shared/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/common-ui/shared/admin/console/config/config_rootca.vm b/dogtag/common-ui/shared/admin/console/config/config_rootca.vm deleted file mode 100644 index 9647cfd32..000000000 --- a/dogtag/common-ui/shared/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: -
-

- -

-
-   -
- -
- -

- - - - -
- -
- - -

- -
-
- - - -- cgit