Re: [web2py] Re: SSL certificate on web2py (aws ec2 + Nginx + uwsgi)

2017-11-20 Thread Michele Comitini
Daniel,

The AWS certificate manager gives you certificates that you can use on a
ELB.  So you can put an ELB in front of your EC2 box and use the
certificate(s) from there.

mic


2017-11-20 2:29 GMT+01:00 Daniel Dos Santos Guilhermino <
danielguilherm...@gmail.com>:

> HI Dave,
>
> Many thanks, I'll check acme solution too.
>
> best regards,
>
>
> Em sexta-feira, 17 de novembro de 2017 22:22:18 UTC-2, Dave S escreveu:
>>
>>
>>
>> On Friday, November 17, 2017 at 4:16:50 PM UTC-8, Daniel Dos Santos
>> Guilhermino wrote:
>>>
>>> Thanks Dave!
>>>
>>> I'll search about let's encrypt, maybe help me.
>>>
>>> Best regards.
>>>
>>>
>>> Daniel Guilhermino
>>>
>>
>> I used certbot-auto from certbot.org, which is a sub-organization of EFF
>> and Let's Encrypt.   the -auto puts some virtenv wrapping around the
>> regular certbot (python); AWS linux is considered "experimental" by
>> certbot.  Some people prefer acme, which is a BASH script AIUI.
>>
>> /dps
>>
>>
>>
>>
> --
> 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.
>



-- 
Michele Comitini

tel: +39 335 66 71 336

-- 
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.


[web2py] Re: SSL certificate on web2py (aws ec2 + Nginx + uwsgi)

2017-11-19 Thread Daniel Dos Santos Guilhermino
HI Dave,

Many thanks, I'll check acme solution too.

best regards,

Em sexta-feira, 17 de novembro de 2017 22:22:18 UTC-2, Dave S escreveu:
>
>
>
> On Friday, November 17, 2017 at 4:16:50 PM UTC-8, Daniel Dos Santos 
> Guilhermino wrote:
>>
>> Thanks Dave! 
>>
>> I'll search about let's encrypt, maybe help me.
>>
>> Best regards. 
>>
>>
>> Daniel Guilhermino
>>
>
> I used certbot-auto from certbot.org, which is a sub-organization of EFF 
> and Let's Encrypt.   the -auto puts some virtenv wrapping around the 
> regular certbot (python); AWS linux is considered "experimental" by 
> certbot.  Some people prefer acme, which is a BASH script AIUI.
>
> /dps
>
>
>  
>

-- 
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.


[web2py] Re: SSL certificate on web2py (aws ec2 + Nginx + uwsgi)

2017-11-17 Thread Dave S


On Friday, November 17, 2017 at 4:16:50 PM UTC-8, Daniel Dos Santos 
Guilhermino wrote:
>
> Thanks Dave! 
>
> I'll search about let's encrypt, maybe help me.
>
> Best regards. 
>
>
> Daniel Guilhermino
>

I used certbot-auto from certbot.org, which is a sub-organization of EFF 
and Let's Encrypt.   the -auto puts some virtenv wrapping around the 
regular certbot (python); AWS linux is considered "experimental" by 
certbot.  Some people prefer acme, which is a BASH script AIUI.

/dps


 

-- 
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.


[web2py] Re: SSL certificate on web2py (aws ec2 + Nginx + uwsgi)

2017-11-17 Thread Daniel Dos Santos Guilhermino
Thanks Dave! 

I'll search about let's encrypt, maybe help me.

Best regards. 


Daniel Guilhermino

-- 
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.


[web2py] Re: SSL certificate on web2py (aws ec2 + Nginx + uwsgi)

2017-11-17 Thread Dave S


On Friday, November 17, 2017 at 3:17:39 AM UTC-8, Daniel Dos Santos 
Guilhermino wrote:
>
> Hi everybody,
>
> I used the script setup-web2py-nginx-uwsgi to install web2py on Amazon 
> ec2, but I want to use the Amazon Certificate Manager for my domains, it's 
> possible?
>
> I did all the setup on Amazon... but still doesnt work.
>

I don't think I can help you.  I'm running on ec2, but I'm using Let's 
Encrypt, and so far only have a single domain to worry about.

/dps


 
 

-- 
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.