From d8f56d81126bdb7d60afeaf2015b598132884d83 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 moved into the TPS core package. Removed unused cfg.pl. Ticket #407 --- .../docroot/tps/admin/console/config/sizepanel.vm | 303 +++++++++++++++++++++ 1 file changed, 303 insertions(+) create mode 100644 base/tps/apache/docroot/tps/admin/console/config/sizepanel.vm (limited to 'base/tps/apache/docroot/tps/admin/console/config/sizepanel.vm') diff --git a/base/tps/apache/docroot/tps/admin/console/config/sizepanel.vm b/base/tps/apache/docroot/tps/admin/console/config/sizepanel.vm new file mode 100644 index 000000000..cfcf15190 --- /dev/null +++ b/base/tps/apache/docroot/tps/admin/console/config/sizepanel.vm @@ -0,0 +1,303 @@ + + + + +Select the key pair type(s) and associated key pair size(s) from the pulldown menus. [Details] +

+Note that only RSA is supported for the audit_signing certificate at this point +

+ +

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

+

+

+ + + + +
[Advanced]
+

+

Common Key Settings

+

+ + + + + +
Key Type:
+

+ +

+ Use the default key size ($default_keysize bits for RSA; curve $default_ecc_curvename for ECC). +

+ Use the following custom key strength: + +

+ + + + + +
Key Size or Curve (see Details above):
+

+

+ +
+

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

Key for $item.getUserFriendlyName()

+

+ + + +#if ($item.getCertTag() == "audit_signing") + +#else + +#end + +
Key Type:
+

+ Use the default key size ($default_keysize bits for RSA, curve $default_ecc_curvename for ECC). +

+ Use the following custom key strength: + +

+ + + + + +
Key Size or Curve (see Details above):
+#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. +   +
-- cgit