Here  how I achieved it with openssl :

openssl req -new -days 730 -sha256 -key NAME.key -subj "/.../CN=*.
DOMAIN.COM/emailAddress=yourem...@domain.com" -reqexts SAN -config <(cat
/etc/ssl/openssl.cnf <(printf "[SAN]\nsubjectAltName=DNS:sub1.DOMAIN.COM
,DNS:sub2.DOMAIN.COM,DNS:sub3.DOMAIN.COM,DNS:sub4.DOMAIN.COM,DNS:
sub5.DOMAIN.COM")) -out NAME.csr

It SAN :

https://www.digicert.com/subject-alternative-name.htm

I recall that other command were not working for some reasons that I forgot
about. The usual command wasn't working and it finally work with the
above...

Good luck

On Wed, Apr 18, 2018 at 2:00 PM, Richard Vézina <ml.richard.vez...@gmail.com
> wrote:

> You have to use multiple subdomain certificate...
>
> Look at SNI certificate configuration...
>
> I will have a look at how I achieve that.
>
> On Wed, Apr 18, 2018 at 6:16 AM, dirman <anc...@gmail.com> wrote:
>
>> I need help setting two SSL certificates for two different apps on one
>> instance of web2py.
>> kindly include the config file if you can help me.
>>
>> --
>> Resources:
>> - http://web2py.com
>> - http://web2py.com/book (Documentation)
>> - http://github.com/web2py/web2py (Source code)
>> - https://code.google.com/p/web2py/issues/list (Report Issues)
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "web2py-users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to web2py+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to