Re: Machine certificate

2005-07-21 Thread Babak Nasri
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

Re: Machine certificate

2005-07-20 Thread Babak Nasri
Yes you should edit the x509_extensions in the openssl.cnf I think the following will be minimal set for a ssl server host cert: basicConstraints = CA:FALSE keyUsage = digitalSignature, keyEncipherment nsCertType= server extendedKeyUsage= serverAuth,msSGC, nsSGC On 7/20/05,