[PR #140] [MERGED] remove lets encrypt dependency #1542

Closed
opened 2026-03-02 02:23:43 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/amidaware/tacticalrmm/pull/140
Author: @sadnub
Created: 10/18/2020
Status: Merged
Merged: 10/18/2020
Merged by: @wh1te909

Base: developHead: develop


📝 Commits (6)

  • 0524f6b remove lets encrypt dependency
  • 91782e1 modified backup and restore script to capture the /certs directory. Also added a section tot eh readme
  • 7db6d28 force valid email to prevent errors with createsuperuser and meshcentral setup
  • 693f5f8 fix colors
  • ad47cb6 fix letsencrypt fullchain filename
  • 83b5409 fix backup/restore

📊 Changes

4 files changed (+97 additions, -32 deletions)

View changed files

📝 README.md (+11 -0)
📝 backup.sh (+31 -6)
📝 install.sh (+43 -21)
📝 restore.sh (+12 -5)

📄 Description

modified install.sh to make Let's Encrypt option. If opted out, it will create a self signed certificate so https works. I tested and it looks good. You may want to run through the script once to make sure it is good with your setup.


🔄 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/140 **Author:** [@sadnub](https://github.com/sadnub) **Created:** 10/18/2020 **Status:** ✅ Merged **Merged:** 10/18/2020 **Merged by:** [@wh1te909](https://github.com/wh1te909) **Base:** `develop` ← **Head:** `develop` --- ### 📝 Commits (6) - [`0524f6b`](https://github.com/amidaware/tacticalrmm/commit/0524f6bc0b285534ffc264f0569375c9cc5957a8) remove lets encrypt dependency - [`91782e1`](https://github.com/amidaware/tacticalrmm/commit/91782e1ce834696316acb350638e525142d920a9) modified backup and restore script to capture the /certs directory. Also added a section tot eh readme - [`7db6d28`](https://github.com/amidaware/tacticalrmm/commit/7db6d289687de87695bfaf0ee36c5100da9c2abd) force valid email to prevent errors with createsuperuser and meshcentral setup - [`693f5f8`](https://github.com/amidaware/tacticalrmm/commit/693f5f849c972b5a704f59bacb8ef9c5261431aa) fix colors - [`ad47cb6`](https://github.com/amidaware/tacticalrmm/commit/ad47cb6c6154faa16cbddfe4e756d8648f9ced82) fix letsencrypt fullchain filename - [`83b5409`](https://github.com/amidaware/tacticalrmm/commit/83b5409b1b0ef6a20816706c011760608e2057e8) fix backup/restore ### 📊 Changes **4 files changed** (+97 additions, -32 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+11 -0) 📝 `backup.sh` (+31 -6) 📝 `install.sh` (+43 -21) 📝 `restore.sh` (+12 -5) </details> ### 📄 Description modified install.sh to make Let's Encrypt option. If opted out, it will create a self signed certificate so https works. I tested and it looks good. You may want to run through the script once to make sure it is good with your setup. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 02:23:43 +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#1542
No description provided.