mirror of
https://github.com/amidaware/rmmagent.git
synced 2026-04-26 14:55:47 +03:00
[GH-ISSUE #26] Cannot install Linux Agent when using own CA #94
Labels
No labels
bug
bug
enhancement
fixed
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rmmagent#94
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 @robinrosenberger on GitHub (Nov 10, 2022).
Original GitHub issue: https://github.com/amidaware/rmmagent/issues/26
I'm trying to install the linux agent, using the command line:
./rmmagent -m install -api=http://api.mylocaldomain.lokal -cert ./MY-CA-CERT.pem -client-id 1 -site-id 1 -auth XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX -nomeshIt fails, saying:
Get "https://api.mylocaldomain.lokal/api/v3/installer/": x509: certificate signed by unknown authorityeven though I have provided the CA-cert.
Is this a bug or am I using it wrong?
@dinger1986 commented on GitHub (Nov 10, 2022):
Are you using code signing?
@robinrosenberger commented on GitHub (Nov 10, 2022):
No code signing. I also tried with LetsEncrypt, that works fine using the same syntax
@silversword411 commented on GitHub (Nov 10, 2022):
Using a .local domain and non-public CA is unsupported because it primarily breaks NATS without a lot of local custom tweaking. Unless there's a policy reversal there are no changes in the pipeline to fix this