From 1fe4570cf952ba3f4162f041b2bcaf8a92330505 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 8 Nov 2010 00:01:59 +0000 Subject: certificates ala communigate, RT#7515 --- httemplate/edit/svc_cert/import_cacert.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 httemplate/edit/svc_cert/import_cacert.html (limited to 'httemplate/edit/svc_cert') diff --git a/httemplate/edit/svc_cert/import_cacert.html b/httemplate/edit/svc_cert/import_cacert.html new file mode 100644 index 000000000..bc6f4e7f3 --- /dev/null +++ b/httemplate/edit/svc_cert/import_cacert.html @@ -0,0 +1,22 @@ +<% include('/elements/header-popup.html', 'Import certificate authority chain' ) %> + +<% include('/elements/error.html') %> + +
+ + + + + +

+ + +
+ + +<%init> + +$cgi->param('svcnum') =~ /^(\d*)$/ or die 'illegal svcnum'; +my $svcnum = $1; + + -- cgit v1.2.1