any thoughts about replacing this piece of code in the cert download? It will prep the file download box with the name of the cert and it will be an attachment so it knows to download it.

*** sendcert    2004-04-26 09:19:26.000000000 -0500
--- sendcert.new        2004-04-26 09:20:34.000000000 -0500
***************
*** 27,33 ****
                {
                        print "Content-type: text/plain\n\n";
                } else {
!                       print "Content-type: application/octet-stream\n\n";
                }
 
                if ($format =~ /DER/i)
--- 27,34 ----
                {
                        print "Content-type: text/plain\n\n";
                } else {
!                       print "Content-Disposition: attachment\; filename=\"".$item->getParsed()->{DN_HASH}->{CN}[0].".".$format."\"\nContent-type:application/binary\n\n";
!
                }
 
                if ($format =~ /DER/i)


No bits were harmed in the making of this e-mail.
All bits in this e-mail are fictional and any resemblance to any bits living or dead is purely coincidental.
Professional bits on a closed course. Do not attempt.
Don't knock on deaths door, ring the bell and run, he hates that. ------------------------------------------------------- This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek For a limited time only, get FREE Ground shipping on all orders of $35 or more. Hurry up and shop folks, this offer expires April 30th! http://www.thinkgeek.com/freeshipping/?cpg=12297 _______________________________________________ OpenCA-Devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-devel

Reply via email to