>From: owner-openssl-us...@openssl.org On Behalf Of Michael Mueller >Sent: Tuesday, 11 December, 2012 15:45
>Could I get a nudge. I'd like to get the SANs to show up in my certs. >in my request: <snip BC, KU, SAN> >what I get in the resulting certificate: <snip only BC> It depends on the CA, i.e. the person or organization who issues the certs. If you are the CA, and you are using openssl 'ca' commandline, configure copy_extensions as per the man page (and read the warning). If you don't have man pages on your system e.g. Windows http://www.openssl.org/docs/apps/ca.html If you are the CA using openssl 'x509 -req', you can't take it from the CSR, but you can supply this (or any other) extension directly at issue time. If you do both the CSR and the issue yourself, a few seconds apart, this difference may not matter. If the CA is somebody else, ask them. Maybe you can click a form. Maybe you must sacrifice a goat. It's up to the CA. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org