#
#       genCAReq-fix.patch
#
#       src/common/lib/cmds/genCAReq
#       fix locality,state order. Order displayed on screen was correct.
#
--- openca-base-1.1.0/src/common/lib/cmds/genCAReq.old  2010-02-12 
17:44:35.000000000 -0800
+++ openca-base-1.1.0/src/common/lib/cmds/genCAReq      2010-08-30 
08:14:58.250040002 -0700
@@ -170,10 +170,10 @@
             if ($query->param ('subject_ou'));
         $subject .= 'O='.$query->param ('subject_o').','
             if ($query->param ('subject_o'));
-        $subject .= 'ST='.$query->param ('subject_st').','
-            if ($query->param ('subject_st'));
         $subject .= 'L='.$query->param ('subject_l').','
             if ($query->param ('subject_l'));
+        $subject .= 'ST='.$query->param ('subject_st').','
+            if ($query->param ('subject_st'));
         $subject .= 'C='.$query->param ('subject_c').','
             if ($query->param ('subject_c'));
 

-- 
Tim Rice                                Multitalents    (707) 887-1469
t...@multitalents.net
#
#       genCAReq-fix.patch
#
#       src/common/lib/cmds/genCAReq
#       fix locality,state order. Order displayed on screen was correct.
#
--- openca-base-1.1.0/src/common/lib/cmds/genCAReq.old  2010-02-12 
17:44:35.000000000 -0800
+++ openca-base-1.1.0/src/common/lib/cmds/genCAReq      2010-08-30 
08:14:58.250040002 -0700
@@ -170,10 +170,10 @@
             if ($query->param ('subject_ou'));
         $subject .= 'O='.$query->param ('subject_o').','
             if ($query->param ('subject_o'));
-        $subject .= 'ST='.$query->param ('subject_st').','
-            if ($query->param ('subject_st'));
         $subject .= 'L='.$query->param ('subject_l').','
             if ($query->param ('subject_l'));
+        $subject .= 'ST='.$query->param ('subject_st').','
+            if ($query->param ('subject_st'));
         $subject .= 'C='.$query->param ('subject_c').','
             if ($query->param ('subject_c'));
 
------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
OpenCA-Devel mailing list
OpenCA-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openca-devel

Reply via email to