koopjs / koop-provider-marklogic

A Koop Provider that can be used to exposed data in MarkLogic via Esri feature services
https://koopjs.github.io/koop-provider-marklogic/
Other
6 stars 11 forks source link

Add support for SSL certificates with a passphrase #160

Closed jkerr5 closed 1 year ago

jkerr5 commented 4 years ago

The koop server.js and config need to be modified to allow a passphrase to be configured for a certificate.

rjrudin commented 1 year ago

@jkerr5 Isn't the server.js module serving as an example of how to use Koop? The docs at https://koopjs.github.io/docs/usage/koop-core show a user how to create their own server.js module. That makes me think that the use of SSL and how to configure it is up to the user and whether they're e.g. using their own Express app or not.

Or is this referring to when MarkLogic uses certificate authentication?

rjrudin commented 1 year ago

We now have docs on the develop branch for enabling SSL - https://github.com/koopjs/koop-provider-marklogic/blob/develop/docs/install.md#enabling-ssl . This is intended to be a simple example of how to configure SSL. Customers are free to use our server.js as a starting point to code up any approach they want to managing SSL and certificates.