mirror of
https://github.com/therootcompany/greenlock-express.js.git
synced 2025-02-23 13:18:04 +00:00
Getting SSL certificate files for NGINX #30
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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?
They'll be saved in
configDir
(which isgreenlock.d
by default) and you change that by passing options into thestorage
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
Okay, thanks! But the certificates are not generated on Startup of the Node Application. Is there an option for that?