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 --- .../docroot/tps/admin/console/config/config_hsm.vm | 175 --------------------- 1 file changed, 175 deletions(-) delete mode 100644 dogtag/tps-ui/shared/docroot/tps/admin/console/config/config_hsm.vm (limited to 'dogtag/tps-ui/shared/docroot/tps/admin/console/config/config_hsm.vm') diff --git a/dogtag/tps-ui/shared/docroot/tps/admin/console/config/config_hsm.vm b/dogtag/tps-ui/shared/docroot/tps/admin/console/config/config_hsm.vm deleted file mode 100644 index 7ec82522c..000000000 --- a/dogtag/tps-ui/shared/docroot/tps/admin/console/config/config_hsm.vm +++ /dev/null @@ -1,175 +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 -
- -
-

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

-
- - - -- cgit