From 2fd7c09281cf65430477d33a45df0ac876ea04ad 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 reorganized into the RA core package. Ticket #407 --- .../docroot/ra/admin/console/config/sizepanel.vm | 235 +++++++++++++++++++++ 1 file changed, 235 insertions(+) create mode 100644 base/ra/apache/docroot/ra/admin/console/config/sizepanel.vm (limited to 'base/ra/apache/docroot/ra/admin/console/config/sizepanel.vm') diff --git a/base/ra/apache/docroot/ra/admin/console/config/sizepanel.vm b/base/ra/apache/docroot/ra/admin/console/config/sizepanel.vm new file mode 100644 index 000000000..76b1d18a2 --- /dev/null +++ b/base/ra/apache/docroot/ra/admin/console/config/sizepanel.vm @@ -0,0 +1,235 @@ + + + + + +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. +   +
-- cgit