Hello!
On Sat, Oct 11, 2014 at 10:54 AM, Roni McGuinness wrote:
> sudo mkdir /etc/nginx/ssl ?
>
> sudo openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout
> /etc/nginx/ssl/nginx.key -out /etc/nginx/ssl/nginx.crt
>
I don't think these are proper questions. Also, I cannot parse your
email title either. Please rephrase your questions properly.
It seems that you're trying to configure SSL certificates for
OpenResty. The ways to configure https servers in OpenResty is exactly
the same as the official nginx. You can find a lot of tutorials and
documentation over the Internet, I believe. In particular, the
following official nginx document should be very useful to you:
http://nginx.org/en/docs/http/configuring_https_servers.html
If you have more specific questions, please let us know :)
Regards,
-agentzh