mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[GH-ISSUE #42] Skip letsencrypt when sitting behind an existing reverse proxy #12
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @doughecka on GitHub (Aug 14, 2020).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/42
I have an existing ngnix reverse proxy (with integrated letsencrypt) that serves my single public ip address that I have available to me. Is it possible to skip the letsencrypt process (perhaps using a self-signed cert or allow http)? Alternatively, can I configure it to use an alternative port (81/444, for example) so it can coexist with my existing public services?
@wh1te909 commented on GitHub (Aug 14, 2020):
Hi, you'll just need to go through the install script manually and not run the sections that are already setup, since the install script assumes a fresh vps. I have pretty much the same setup as you described for my dev environment (self signed certs, http). Give it a try and let me know if any issues so I replicate