jamfpro
jamfpro copied to clipboard
SSL cert does not persist
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:
- Setup kubernetes deployment
- Upload SSL cert for https/host connection through instance web interface
- 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.