Leon Schwanitz
Leon Schwanitz

Reputation: 283

How can i get the certificate files from greenlock-express for use with Nginx?

I am using the greenlock-express libary for node.js

My init config looks like this:

    const greenlock = require("greenlock-express")
        .init({
            packageRoot: global.__projectFolder,
            configDir: "./greenlock.d",
            maintainerEmail: "[email protected]",
            cluster: false
        })
        .serve(app)

I use Nginx as proxy server and want to integrate the SSL certificates created with Greenlock. Where can I find them?

Upvotes: 2

Views: 369

Answers (0)

Related Questions