summaryrefslogtreecommitdiffstats
path: root/dogtag
diff options
context:
space:
mode:
authorAde Lee <alee@redhat.com>2012-04-30 13:30:34 -0400
committerAde Lee <alee@redhat.com>2012-05-02 16:47:43 -0400
commit29f10d8050e2e401780ec4642f9ea1a4837b4a2d (patch)
tree011cd49a83fc7bbc207a72d076ca8e09b954802a /dogtag
parent9aea1e939f6357eadf777c72ae3ef43275829427 (diff)
downloadpki-29f10d8050e2e401780ec4642f9ea1a4837b4a2d.tar.gz
pki-29f10d8050e2e401780ec4642f9ea1a4837b4a2d.tar.xz
pki-29f10d8050e2e401780ec4642f9ea1a4837b4a2d.zip
Removed obsolete installation servlets
Diffstat (limited to 'dogtag')
-rw-r--r--dogtag/common-ui/shared/admin/console/config/config_clone.vm108
-rw-r--r--dogtag/common-ui/shared/admin/console/config/config_db.vm126
-rw-r--r--dogtag/common-ui/shared/admin/console/config/config_hsm.vm176
-rw-r--r--dogtag/common-ui/shared/admin/console/config/config_join.vm125
-rw-r--r--dogtag/common-ui/shared/admin/console/config/config_rootca.vm113
5 files changed, 0 insertions, 648 deletions
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 @@
-<!-- --- 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 --- -->
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
-
- <title>Dogtag Certificate System</title>
-
- <link rel="shortcut icon" href="../img/favicon.ico" />
- <link rel="stylesheet" href="../../../css/pki-base.css" type="text/css" />
- </head>
-
-
- <body>
-<div id="wrap">
-
-#include ( "admin/console/config/header.vm" )
-
-<div id="mainNavOuter">
-<div id="mainNav">
-
-<div id="mainNavInner">
-
-</div><!-- end mainNavInner -->
-</div><!-- end mainNav -->
-</div><!-- end mainNavOuter -->
-
-<!-- close bar -->
-
- <div id="content">
- <table width="100%" cellspacing="0">
- <tr>
- <td width="100%">
- <h1><img src="../img/icon-software.gif" />
- Clone CA</h1>
-
-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.
- <p>
- <form action="config_clone" method="post">
-
-<H2>Master Fedora Directory Server Database Info</H2>
- <table class="details">
- <tr>
- <th width=10%>Host:</th>
-
- <td><input type="text" length="128" size="40" name="host" value="localhost" /></td>
- </tr>
-
- <tr>
- <th>Port:</th>
-
- <td><input type="text" length="64" size="40" name="port" value="389" /></td>
- </tr> <tr>
- <th>Bind DN:</th>
-
- <td><input type="text" length="128" size="40" name="dn" value="cn=directory manager" /></td>
-
- <tr>
- <th>Bind Password:</th>
-
- <td><input type="password" length="128" size="40" name="__bindpassword" autocomplete="off"/></td>
- </tr>
- </table>
-
-
- <div align="right">
- <hr />
- &nbsp;
- </div>
-
- </form>
-
-<p>
-<table width=100%>
-<tr bgcolor="#eeeeee">
- <td>
-<input onclick="javascript: window.close()" type=button name=next value="Apply">
- </td>
-</tr>
-</table>
-
-
- </td>
- </tr>
- </table>
-
- </div> <!-- close content -->
- </div> <!-- close wrap -->
-
- </body>
-</html>
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 @@
-<!-- --- 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 --- -->
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
-
- <title>Dogtag Certificate System</title>
-
-<SCRIPT LANGUAGE="JavaScript">
- function donePanel(errorStr, displayS) {
- if (displayS == "loaded") {
- if (errorStr == '') {
- window.close();
- }
- }
- }
-</SCRIPT>
-
- <link rel="shortcut icon" href="../img/favicon.ico" />
- <link rel="stylesheet" href="../../../css/pki-base.css" type="text/css" />
- </head>
-
-
- <body onLoad="donePanel('$errorString', '$displayStr')">
-<div id="wrap">
-#include ( "admin/console/config/header.vm" )
-
-<div id="mainNavOuter">
-<div id="mainNav">
-
-<div id="mainNavInner">
-
-</div><!-- end mainNavInner -->
-</div><!-- end mainNav -->
-</div><!-- end mainNavOuter -->
-
-<!-- close bar -->
-
- <div id="content">
- <table width="100%" cellspacing="0">
- <tr>
- <td width="100%">
- <h1><img src="../img/icon-software.gif" />
- Internal Database </h1>
-
- <form name=configForm action="config_db" method="post">
- <b>Internal Database Connection</b> <p>This option allows sharing an internal database to improve managability.<p>
-#if ($errorString != "")
-<img src="../img/icon_crit_update.gif">&nbsp;<font color="red">$errorString</font>
-#end
- <table class="details">
- <tr>
- <th>Host:</th>
-
- <td><input type="text" length="128" size="40" name="host" value="$hostname" /></td>
- </tr>
-
- <tr>
- <th>Port:</th>
-
- <td><input type="text" length="64" size="40" name="port" value="$portStr" /></td>
- </tr>
- <tr>
- <th>Base DN:</th>
- <td><input type="text" length="128" size="40" name="basedn" value="$basedn" /></td>
- </tr>
- <tr>
- <th>Database:</th>
-
- <td><input type="text" length="128" size="40" name="database" value="$database" /></td>
- </tr>
- <tr>
- <th>Bind DN:</th>
- <td><input type="text" length="128" size="40" name="binddn" value="$binddn" /></td>
- </tr>
- <tr>
- <th>Bind Password:</th>
-
- <td><input type="password" length="128" size="40" name="__bindpwd" value="$bindpwd" autocomplete="off" /></td>
- </tr>
- <td><input type="hidden" name="display" value=$displayStr /></td>
- </table>
-
- <div align="right">
- <hr />
- &nbsp;
- </div>
-
-
-<p>
-<table width=100%>
-<tr bgcolor="#eeeeee">
- <td>
-<input onclick="configForm.submit()" type="button" name="config_db_next" value="Apply">
- </td>
-</tr>
-</table>
-
- </form>
-
- </td>
- </tr>
- </table>
-
- </div> <!-- close content -->
- </div> <!-- close wrap -->
-
- </body>
-</html>
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 @@
-<!-- --- 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 --- -->
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
-
- <title>Dogtag Certificate System</title>
-<SCRIPT LANGUAGE="JavaScript">
- function checkClose() {
- if ('$status' == "update" && '$error' == '') {
- window.close();
- }
- }
-
-</SCRIPT>
-
- <link rel="shortcut icon" href="../img/favicon.ico" />
- <link rel="stylesheet" href="../../../css/pki-base.css" type="text/css" />
- </head>
-
-
- <body onLoad="checkClose();"><div id="wrap">
-
-<div id="mainNavOuter">
-<div id="mainNav">
-
-<div id="mainNavInner">
-
-#include ( "admin/console/config/topmenu.vm" )
-
-</div><!-- end mainNavInner -->
-</div><!-- end mainNav -->
-</div><!-- end mainNavOuter -->
-
-
-<!-- close bar -->
-
- <div id="content">
- <table width="100%" cellspacing="0">
- <tr>
- <td width="100%">
- <h1><img src="../img/rhn-icon-software.gif" />
- Security Modules </h1>
-
-<form name=configForm action="config_hsm" method="post">
-
-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.
-<p>
-<H2>Supported Security Modules</H2>
-<table width=100%>
-<tr bgcolor="#cccccc">
- <td width=20%><b>Module/Token</b></td>
- <td width=10%><b>Status</b></td>
- <td width=10%><b>Default</b></td>
- <td width=10%><b>Operations</b></td>
-</tr>
-#foreach ($module in $sms)
-<tr bgcolor="#eeeeee">
- <td><img src=$module.getImagePath()><br>$module.getUserFriendlyName()</td>
- <td>
- #if ($module.isFound())
- Found
- #else
- Not Found
- #end
- </td>
- <td></td>
- <td></td>
-</tr>
-#foreach ($token in $module.getTokens())
-<tr>
- <td>- $token.getNickName()</td>
- <td>
- #if ($token.isLoggedIn())
- Logged In
- #else
- Not logged In
- #end
- </td>
- <td>
- #if ($defTok == $token.getNickName())
- <input checked type=radio name="choice" value="$token.getNickName()">
- #else
- <input type=radio name="choice" value="$token.getNickName()">
- #end
- </td>
- <td></td>
-</tr>
-#end
-#end
-
-</table>
-<H2>Other Security Modules</H2>
-<h3>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.</h3>
-<table width=100%>
-<tr bgcolor="#cccccc">
- <td width=20%><b>Module/Token</b></td>
- <td width=10%><b>Status</b></td>
- <td width=10%><b>Default</b></td>
- <td width=10%><b>Operations</b></td>
-</tr>
-#foreach ($module in $oms)
-<tr bgcolor="#eeeeee">
- <td>$module.getUserFriendlyName()</td>
- <td>
- #if ($module.isFound())
- Found
- #else
- Not Found
- #end
- </td>
- <td></td>
- <td></td>
-</tr>
-#foreach ($token in $module.getTokens())
-<tr>
- <td>- $token.getNickName()</td>
- <td>
- #if ($token.isLoggedIn())
- Logged In
- #else
- Not logged In
- #end
- </td>
- <td>
- #if ($defTok == $token.getNickName())
- <input checked type=radio name="choice" value="$token.getNickName()">
- #else
- <input type=radio name="choice" value="$token.getNickName()">
- #end
- </td>
- <td></td>
-</tr>
-#end
-#end
-
-</table>
-
- </td>
-</tr>
-</table>
-<p>
-<table width=100%>
-<tr bgcolor="#eeeeee">
- <td>
-<input onclick="configForm.submit()" type=button name=config_hsm value="Apply">
- </td>
-</tr>
-</table>
-</form>
- </td>
- </tr>
- </table>
-
- </div> <!-- close content -->
- </div> <!-- close wrap -->
-
- </body>
-</html>
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 @@
-<!-- --- 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 --- -->
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
-
- <title>Dogtag Certificate System</title>
-
- <link rel="shortcut icon" href="../img/favicon.ico" />
- <link rel="stylesheet" href="../../../css/pki-base.css" type="text/css" />
- </head>
-
-<SCRIPT LANGUAGE="JavaScript">
- function checkClose() {
- if ('$status' == "update" && '$error' == '') {
- window.close();
- }
- }
-</SCRIPT>
-
-
- <body onLoad="checkClose();">
-<div id="wrap">
-
-#include ( "admin/console/config/header.vm" )
-
-<div id="mainNavOuter">
-<div id="mainNav">
-
-<div id="mainNavInner">
-
-</div><!-- end mainNavInner -->
-</div><!-- end mainNav -->
-</div><!-- end mainNavOuter -->
-
-<!-- close bar -->
-
- <div id="content">
- <table width="100%" cellspacing="0">
- <tr>
- <td width="100%">
- <h1><img src="../img/icon-software.gif" />
- Join the PKI Network </h1>
-
-To join this PKI network, the setup wizard needs to submit the certificate request to a Root or another subordinate CA for signing.
- <p>
- <form action="config_join" method="post" name="f">
-
-<input type=radio $check_manual name="choice" value="manual">Manually submit this request to a CA.
-<p>
-<table width=100%>
-<tr>
- <td width=50%>Certificate Request to a CA:</td>
- <td>Certificate Chain From a CA:</td>
- </td>
-</tr>
-<tr>
- <td>
-<textarea rows=8 cols=40 name="req">$certreq</textarea>
- </td>
- <td>
-<textarea rows=8 cols=40 name="cert">$cert</textarea>
- </td>
-</tr>
-</table>
-<p>
-<input type=radio $check_auto name="choice" value="auto">Automatically submit the request to a Dogtag Certificate Authority
-<br>
- <table class="details">
- <tr>
- <th width=10%>URL:</th>
- <td><input type="text" length="128" size="40" name="url" value="https://localhost" /></td>
- </tr>
-
- <tr>
- <th>UID:</th>
- <td><input type="text" length="64" size="40" name="uid" value="agent" /></td>
- </tr>
- <tr>
- <th>Password:</th>
- <td><input type="password" length="64" size="40" name="__pwd" value="" autocomplete="off" /></td>
- </tr>
- </table>
-<p>
-
- <div align="right">
- <hr />
- </div>
-
- </form>
-
-<p>
-<table width=100%>
-<tr bgcolor="#eeeeee">
- <td>
-<input onclick="javascript: document.f.submit();" type=button name=next value="Apply">
- </td>
-</tr>
-</table>
- </td>
- </tr>
- </table>
-
- </div> <!-- close content -->
- </div> <!-- close wrap -->
-
- </body>
-</html>
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 @@
-<!-- --- 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 --- -->
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
-
- <title>Dogtag Certificate System</title>
-
- <link rel="shortcut icon" href="../img/favicon.ico" />
- <link rel="stylesheet" href="../../../css/pki-base.css" type="text/css" />
- </head>
-
-<SCRIPT LANGUAGE="JavaScript">
- function checkClose() {
- if ('$status' == "update" && '$error' == '') {
- window.close();
- }
- }
-</SCRIPT>
-
-
- <body onLoad="checkClose();">
-<div id="wrap">
-
-#include ( "admin/console/config/header.vm" )
-
-<div id="mainNavOuter">
-<div id="mainNav">
-
-<div id="mainNavInner">
-
-</div><!-- end mainNavInner -->
-</div><!-- end mainNav -->
-</div><!-- end mainNavOuter -->
-
-<!-- close bar -->
-
- <div id="content">
- <table width="100%" cellspacing="0">
- <tr>
- <td width="100%">
- <h1><img src="../img/icon-software.gif" />
- Root CA </h1>
-
-A Root CA provides a set of predefined signing capabilities. Please select the capabilities that this CA needs to provide.
- <p>
-
-<form name="f" action="config_rootca" method="post">
-
-<H2>CA Certificate Profile</H2>
-
-<p>
- <table class="details">
- <tr>
- <th width=10%>Profile:</th>
-
- <td><select name="profile">
-#foreach ($p in $profiles)
-#if ($p.getID() == $selected_profile_id)
- <option selected value="$p.getID()">$p.getName()</option>
-#else
- <option value="$p.getID()">$p.getName()</option>
-#end
-#end
- </select>
- </td>
- </tr>
- </table>
-<p>
-
- <div align="right">
- <hr />
- &nbsp;
- </div>
-
- </form>
-
-<p>
-<table width=100%>
-<tr bgcolor="#eeeeee">
- <td>
-<input onclick="javascript: document.f.submit()" type=button name=next value="Apply">
- </td>
-</tr>
-</table>
-
-
- </td>
- </tr>
- </table>
-
- </div> <!-- close content -->
- </div> <!-- close wrap -->
-
- </body>
-</html>