Re: windows server 2003 cert req

2007-11-13 Thread Vladimir E. Protaschuk
In the config of OpenSSL use next: [ user_cert ] basicConstraints = critical,CA:false subjectKeyIdentifier = hash subjectAltName=IP:[your server IP] OR subjectAltName= email:copyOR subjectAltName= URI:

Re: windows server 2003 cert req

2007-11-10 Thread Phil
Hi Rodney, Thanks for the reply. What I have is a cert request from a 2003 server with the following as an example: Subject Name (SN): servername.domainname.com.au Subject Alternative Name (SAN): AlternateServername.domainname.com.au I am far from an expert on certificates, but I know these can

Re: windows server 2003 cert req

2007-11-09 Thread Rodney Thayer
Are you saying you have a Microsoft Windows 2003 Server system that has already created a certificate request (PKCS-10 formatted data file) with multiple subjectaltname's, and you would like an OpenSSL-based CA to sign it and grant it "server authentication" and "client authentication" key usage?

windows server 2003 cert req

2007-11-08 Thread Phil
Hi there, Up to now I have ever only done certs for web servers which are quite straight forward. I now have the requirement to fulfill requests with the following: multiple subject alternative names server authentication client authentication If anyone can pass on info or point me in the right