On Tue, Dec 11, 2012 at 7:10 PM, Michael Mueller <abaci....@gmail.com>wrote:

> On Tue, Dec 11, 2012 at 6:10 PM, Dave Thompson <dthomp...@prinpay.com>wrote:
>
>> >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.
>>
>> <snip>
>>
>

> 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
>>
>> <snip>
>
>
It worked:

[ ca ]
default_ca              = exampleca

[ exampleca ]
copy_extensions         = copy  # copy extensions from request

[ certificate_extensions ]
basicConstraints        = CA:false # per WARNING

Thanks again

Reply via email to