Hi - you might be better of asking these questions on the openssl-users list.
On Thu, Oct 10, 2002 at 10:18:48AM -0400, [EMAIL PROTECTED] wrote: .. > x509_extensions = usr_cert This looks like a simple typo, the above requires a section called 'usr_cert', yet you've actually named the section "user_cert". > [ user_cert ] > subjectAltName = DNS:our.domain.co.uk > > This always results in "Error Loading extension section usr_cert". A > couple of quesions: do I need this DNS prefix? Yes. > Does it matter what I call the extensions section? No, AFAIK, so long as it doesn't conflict with any other section > How do I specify multiple host names? subjectAltName = DNS:our.domain.co.uk, DNS:another.domain.co.uk, DNS:... > I found an example which led me to use the x509_extensions tag instead > of extensions - what is the difference? Pass. Regards, joe ______________________________________________________________________ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
