Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Documentation For SSL Certificates Is Lacking #890

Open
ghost opened this issue Sep 17, 2018 · 5 comments
Open

Documentation For SSL Certificates Is Lacking #890

ghost opened this issue Sep 17, 2018 · 5 comments

Comments

@ghost
Copy link

ghost commented Sep 17, 2018

Thank you for submitting an issue!

If this is a bug, please use the bug template below. If this is an enhancement request, please use the RFE template below. Before submitting your issue, please do us a favor and search currently open issues. If your issue already exists, please make a comment there advocating your issue be addressed sooner.

Bug Template

The issue

Short description of the problem:

What are the steps to reproduce the problem?

  1. One
  2. Two
  3. Three

Tech Specs

Which Operating System are you using?
Mac OSX
Which version of MarkLogic are you using?
9.0-6.2
Which version of Roxy are you using (see version.txt)?
The dev branch

RFE Template

The RFE

Short description of the problem:
I have certificates already imported into MarkLogic, how can I specify those in the ml-config for the appservers? The documentation doesn't show the xml tags to put if you want to specify the certificate authorities to be used on the appserver. Couldn't find the tag names in the sample docs either.

Your business use case. How much time would this save you? Can you currently work around this missing feature?

Timeframe : How urgently do you feel you need this RFE addressed? Why?

@ghost
Copy link
Author

ghost commented Oct 1, 2018

@grtjn @RobertSzkutak do you have any info on this?

@grtjn
Copy link
Contributor

grtjn commented Oct 1, 2018

I'm not quite sure to be honest, but this might give you sufficient to move on: ./ml local settings appserver. That should list all valid settings as supported by Roxy.

@ghost
Copy link
Author

ghost commented Oct 1, 2018 via email

@grtjn
Copy link
Contributor

grtjn commented Oct 3, 2018

Wow, that show button is very inconspicuous. I've never known you could pick authorities from there.

I looked through the code, and it looks like Roxy doesn't cover this bit yet. Would you be interested in attempting to add it?

There might also be ways to provide a workaround in the shape of a post-bootstrap hook that executes some custom xqy code that invokes admin functions. Would you have a code snippet that would do the trick in QC?

@ghost
Copy link
Author

ghost commented Oct 3, 2018

I'm thinking this piece would just be something where in the ml-config appserver(s) node, you would just have a wrapper node called certificates with children elements called certificate, and in there would just be the path from src to the pem file. An xqy script would pick that up somehow and then apply it to an appserver. I could fiddle this weekend.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant