2
1
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

otevřený
otevřeno 2020-02-11 15:15:10 +00:00 uživatelem Ghost · 2 komentářů

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?
Vlastník

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
Autor

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 worked for 5s 2020-02-12 13:00:05 +00:00
Přihlaste se pro zapojení do konverzace.
Bez štítku
2 účastníků
Oznámení
Termín dokončení
Žádný termín dokončení.
Závislosti

Nejsou nastaveny žádné závislosti.

Reference: root/greenlock-express.js#30
K dispozici není žádný popis.