Signing MSIE Certificate Request Question

2000-03-16 Thread OTR Comm
Hello, Does anyone know why it is that when I have a (req.pem type) certificate request from Internet Explorer and sign off on it with: $SSL/openssl base64 -d < $DIR/req | $SSL/openssl req -config /ssl/acaci/acaci-openssl.cnf \ -inform der -text > $DIR/req.pem I get extraneous information in

Re: Signing MSIE Certificate Request Question

2000-03-16 Thread OTR Comm
Steve, Dr Stephen Henson wrote: > > > This is because the request contains a BMPString which is encoded with > 16 bit characters. You probably included characters outside the > PrintableString set in that field (e.g. &, @). There is an option in > Xenroll to use T61Strings (can't recall its na

DER Certificate/MySQL Question

2000-03-18 Thread OTR Comm
Hello, I hope this is not too far off topic, but does anyone know how I can store a DER format certificate request in a MySQL database? I have tried to set the field type as TEXT and BLOB, but neither works. Thank you, Murrah Boswell [EMAIL PROTECTED] ___

openssl.cnf question

2000-03-19 Thread OTR Comm
Hello, Is it possible to include the private_key passphrase in the .cnf file? I do not want to remove the passphrase from this key, but I have an application where I do not want to require user interaction to sign a certificate. If this is not possible or alternatively, is it possible to includ

Re: openssl.cnf question

2000-03-20 Thread OTR Comm
Hello, Please disregard this note and the previous one about DER certs and MySQL databases. I figured them both out! Sorry to bother the list unnecessarily. Thank you, Murrah Boswell [EMAIL PROTECTED] OTR Comm wrote: > > Hello, > > Is it possible to include the private_key p

[Fwd: *** ALERT: VIRUS IN AN E-MAIL FROM owner-openssl-users@openssl.org ***]

2000-03-24 Thread OTR Comm
Hello all, I have a system that scans all the incoming e-mail to my sendmail system and I received this notice. I do not know if it was originally headed for the openssl-users list, but I wanted to pass this notice on to the list just in case. Murrah Boswell [EMAIL PROTECTED]

CA Root Certificate for HotJava ???

2000-03-29 Thread OTR Comm
Hello, Does anyone know how to develop a root certificate for HotJava using openssl? I can generate one for Netscape and for MSIE, but have no idea how do do this for HotJava. I have not rooted (no pun intended) around at the Sun site, if the info is there, please let me know where I can find i