[PR #907] [MERGED] Make cert pub & private paths configurable #3731

Closed
opened 2026-03-14 07:35:58 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/amidaware/tacticalrmm/pull/907
Author: @joeldeteves
Created: 12/30/2021
Status: Merged
Merged: 12/30/2021
Merged by: @sadnub

Base: developHead: set_ssl_path


📝 Commits (1)

  • ad19dc0 Make cert pub & private paths configurable

📊 Changes

2 files changed (+6 additions, -4 deletions)

View changed files

📝 docker/containers/tactical-nginx/entrypoint.sh (+2 -2)
📝 docker/containers/tactical/entrypoint.sh (+4 -2)

📄 Description

This is another PR in relation to making tacticalrmm work better in clustered setups e.g. Kubernetes, see https://github.com/wh1te909/tacticalrmm/issues/906

This change makes the certificate public & private paths configurable so we can can mount external certificates into the pod / container without needing to copy, rename or use a subPath.

The reason for doing it this way is so that the certificates can be renewed automatically without needing to restart the container / pod.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/amidaware/tacticalrmm/pull/907 **Author:** [@joeldeteves](https://github.com/joeldeteves) **Created:** 12/30/2021 **Status:** ✅ Merged **Merged:** 12/30/2021 **Merged by:** [@sadnub](https://github.com/sadnub) **Base:** `develop` ← **Head:** `set_ssl_path` --- ### 📝 Commits (1) - [`ad19dc0`](https://github.com/amidaware/tacticalrmm/commit/ad19dc02406ea13ffaefb630a965b629f1260436) Make cert pub & private paths configurable ### 📊 Changes **2 files changed** (+6 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `docker/containers/tactical-nginx/entrypoint.sh` (+2 -2) 📝 `docker/containers/tactical/entrypoint.sh` (+4 -2) </details> ### 📄 Description This is another PR in relation to making tacticalrmm work better in clustered setups e.g. Kubernetes, see https://github.com/wh1te909/tacticalrmm/issues/906 This change makes the certificate public & private paths configurable so we can can mount external certificates into the pod / container without needing to copy, rename or use a subPath. The reason for doing it this way is so that the certificates can be renewed automatically without needing to restart the container / pod. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-14 07:35:58 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tacticalrmm#3731
No description provided.