zrcadlo
https://github.com/therootcompany/greenlock-express.js.git
synchronizováno 2025-07-01 22:26:30 +00:00
Getting SSL certificate files for NGINX #30
Načítá se…
x
Odkázat v novém úkolu
Zablokovat Uživatele
K dispozici není žádný popis.
Smazat větev „%!s()“
Smazání větve je trvalé. Přestože zrušená větev může existovat i po krátkou dobu, než bude skutečně odstraněna, NELZE ji většinou vrátit. Pokračovat?
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?