From edf9c2273c00b52b0c240bc0c75dc1ba7bdc396e Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Fri, 9 Nov 2012 01:51:54 -0500 Subject: Reorganized common templates. The common templates have moved from common-ui into base/common. The deployment tools have been updated to use the new location. Ticket #407 --- .../webapps/pki/admin/console/config/sizepanel.vm | 685 +++++++++++++++++++++ 1 file changed, 685 insertions(+) create mode 100644 base/common/shared/webapps/pki/admin/console/config/sizepanel.vm (limited to 'base/common/shared/webapps/pki/admin/console/config/sizepanel.vm') diff --git a/base/common/shared/webapps/pki/admin/console/config/sizepanel.vm b/base/common/shared/webapps/pki/admin/console/config/sizepanel.vm new file mode 100644 index 000000000..1dee1ce6b --- /dev/null +++ b/base/common/shared/webapps/pki/admin/console/config/sizepanel.vm @@ -0,0 +1,685 @@ + + + + + +Select the key pair type(s), associated key pair size(s) or curve name(s), and signature algorithm(s) from the pulldown menus. + + [Details] + + +#if ($select == "clone") +For a cloned subsystem, only the key for an SSL server certificate is generated. +#end +
+#if ($errorString != "") + $errorString +#end +
+
+
+ + + + +
[Advanced]
+
+

Common Key Settings

+
+ + + + + +
Key Type:
+ +#if ($subsystemtype == "ca") +#if ($hselect == "root") + + + + + +
Signed With:
+#end +#end + +#if ($show_signing == "true") + + + + + +
Signing Algorithm:
+#end + +
+

+ + Use the default key size ($default_keysize bits). +

+ Use the following custom key size: + +

+ + + + + +
Key Size:
+ +

+ + + + + +
+

+ +

+
+
+
+#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