Getting SSL certificate files for NGINX #30

Open
opened 2020-02-11 15:15:10 +00:00 by Ghost · 2 comments

I use Nginx as proxy server and want to integrate the SSL certificates created with Greenlock. Where can I find them? Or how can i save them into a directory?

I use Nginx as proxy server and want to integrate the SSL certificates created with Greenlock. Where can I find them? Or how can i save them into a directory?
Owner

They'll be saved in configDir (which is greenlock.d by default) and you change that by passing options into the storage plugin, or by writing the storage callbacks yourself.

However, I'd suggest taking a look at the http proxy example and use that unless you really need nginx for some reason:

https://git.rootprojects.org/root/greenlock-express.js/src/branch/master/examples/http-proxy

They'll be saved in `configDir` (which is `greenlock.d` by default) and you change that by passing options into the `storage` plugin, or by writing the storage callbacks yourself. However, I'd suggest taking a look at the http proxy example and use that unless you really need nginx for some reason: https://git.rootprojects.org/root/greenlock-express.js/src/branch/master/examples/http-proxy
Author

Okay, thanks! But the certificates are not generated on Startup of the Node Application. Is there an option for that?

Okay, thanks! But the certificates are not generated on Startup of the Node Application. Is there an option for that?
Ghost started working 2020-02-12 13:00:00 +00:00
Ghost stopped working 2020-02-12 13:00:05 +00:00
5s
Sign in to join this conversation.
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: root/greenlock-express.js#30
No description provided.