mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[GH-ISSUE #1895] Tactical RMM Instructions say 3 domains are needed, but asks for 4. #3121
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#3121
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 @W1BTR on GitHub (Jun 17, 2024).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/1895
The docs say the following:
Which makes me think I would want:
api.mydomain.com
mesh.mydomain.com
and rmm.mydomain.com
However, when setting up, Tactical RMM also asks for my ROOT domain, which would be mydomain.com
However, mydomain.com is already in use for something else. I dont understand what this fourth domain is for. Can I just set it to rmm.mydomain.com as well?
I can do api.rmm.mydomain.com etc if need be.
@wh1te909 commented on GitHub (Jun 17, 2024):
no, it's just used in the certbot command to get the wildcard cert. has nothing to do with it being already used.
@W1BTR commented on GitHub (Jun 17, 2024):
Okay, I dont want to sacrifice my entire domain so the wildcard cert will always fail. Why doesnt it get individual certs? Obviously as a workaround I can just have it behind another rmm subdomain, just seems silly.
@wh1te909 commented on GitHub (Jun 17, 2024):
you can have as many certs as you want for your root domain, no sacrifice needed. nothing will break.
@W1BTR commented on GitHub (Jun 17, 2024):
All I can tell you is that it fails because it points to another IP address so it cant confirm I own it, where the other three point to this server.
@dinger1986 commented on GitHub (Jun 17, 2024):
Yes you can cause it's got nothing to do with the IP address, you are adding a new TXT record for lets encrypt to get the wildcard
@wh1te909 commented on GitHub (Jun 17, 2024):
the install script uses the DNS TXT record method to get the wildcard cert. it doesn't matter which IP your domain is pointed to. This is the reason we use TXT record so that you don't have to worry about IP addresses.
If you want you can just get a cert for
api.example.comwith 2 SANs formesh.example.comandrmm.example.comand then call the install script with the--use-own-certflag: https://docs.tacticalrmm.com/functions/settings_override/#using-your-own-wildcard-ssl-cert@W1BTR commented on GitHub (Jun 17, 2024):
Okay, I see what's going on. I've never seen / heard of certbot using txt challenges or anything other than the standard apache check, so I just glossed over it. My experience goes back a good number of years but appears more narrow than I'd thought. Apologies!