Hi Onie,
On Mon, Sep 18, 2000 at 11:36:05AM +0800, Ronneil Camara wrote:
>
> I tried it but there is none but when I do a man -k pkcs12, there is a
> manual but with different name and all it contains are functions that can be
> used in C programs. Actually, I'm running it on openbsd.
It's possible that you're using an old version of openssl, though
I'm not sure...
> Can you give me a sample command to create a pkcs12 client certificate
> format?
Create a PKCS#12 file:
openssl pkcs12 -export -in file.pem -out file.p12 -name "My Certificate"
Include some extra certificates:
openssl pkcs12 -export -in file.pem -out file.p12 -name "My Certificate" -certfile
othercerts.pem
More at:
http://www.openssl.org/docs/apps/pkcs12.html
Cheers,
Mike
--
.--. Michael J. Maravillo office://+63.2.894.3592/
( () ) Q Linux Solutions, Inc. mobile://+63.917.490.9390/
`--\\ A Philippine Open Source Solutions Co. http://www.q-linux.com/
_
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]