No actually notthing more than the opnessl.cnf and the usual way you take to generate the cert-req (and resp. the certificate) should be needed.
after using something like the attached config file you can take this steps(or an altenative that makes the most sense for you): openssl genrsa -des3 -out mykey.key 2048 #this will be the rsa private key with the given length encrypted with des3 openssl req -new -x509 -days 3650 -key mykey.key -out ssl.crt -set_serial 1353 #generate the self signed certificate openssl pkcs12 -export -in ssl.crt -inkey myca.key -certfile smime.crt -name "sslserver" -out ssl.p12 #to maintain the key in a pbe guarded alias in the pkcs12 container On 7/20/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Do you have an example of a openssl.cnf file. > Do i have to consider something else instead of the openssl.cnf file > > Marcel > >
openssl.cnf
Description: Binary data