[freeside-commits] freeside/httemplate/edit/process svc_cert.cgi, 1.3, 1.4
Ivan,,,
ivan at wavetail.420.am
Sun Nov 7 16:02:00 PST 2010
Update of /home/cvs/cvsroot/freeside/httemplate/edit/process
In directory wavetail.420.am:/tmp/cvs-serv3493/httemplate/edit/process
Modified Files:
svc_cert.cgi
Log Message:
certificates ala communigate, RT#7515
Index: svc_cert.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/process/svc_cert.cgi,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -w -d -r1.3 -r1.4
--- svc_cert.cgi 7 Nov 2010 23:47:03 -0000 1.3
+++ svc_cert.cgi 8 Nov 2010 00:01:58 -0000 1.4
@@ -66,6 +66,14 @@
$new->certificate( $cgi->param('certificate') );
$new->$_( $old->$_ ) for grep $old->$_, qw( recnum common_name organization organization_unit city state country cert_contact );
+} elsif ( $cgi->param('cacert') ) {
+
+ $popup = 'view';
+ $title = 'Certificate authority chain imported';
+
+ $new->cacert( $cgi->param('cacert') );
+ $new->$_( $old->$_ ) for grep $old->$_, qw( recnum common_name organization organization_unit city state country cert_contact );
+
}
my $error = '';
More information about the freeside-commits
mailing list