Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSL cert does not persist #17

Closed
MrMinos opened this issue Nov 22, 2021 · 2 comments
Closed

SSL cert does not persist #17

MrMinos opened this issue Nov 22, 2021 · 2 comments

Comments

@MrMinos
Copy link

MrMinos commented Nov 22, 2021

Describe the bug
After uploading an SSL cert through web dashboard, and if the pod restarts, the cert file does not persist.

To Reproduce
Steps to reproduce the behavior:

  1. Setup kubernetes deployment
  2. Upload SSL cert for https/host connection through instance web interface
  3. If pod is restarted for whatever reason, the cert file does not persist

I understand the app is built for a native install, I mainly want to get a confirmation that for a successful deployment, whether we need to embed the cert (similar to root.WAR file) when we create our own image.

@battlecow
Copy link
Contributor

So giving this a quick test on 10.42.1 it looks like the manual upload goes to /usr/local/tomcat so that wouldn't work for persistence when using the JamfPro web ui to upload a certificate. I just added support for overriding the server.xml from the docker build or a mounted volume so that would be the tact to take in order to achieve persistence of a certificate.

@MrMinos
Copy link
Author

MrMinos commented Jan 22, 2023

Thanks!

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

No branches or pull requests

2 participants