Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The container does not support self-signed certs with the RMT Server chart #18

Open
Evantage-WS opened this issue Sep 6, 2024 · 0 comments

Comments

@Evantage-WS
Copy link

Testes with version 2.18 on K3s 1.30.3

The problem is at line 122 with the rmt-client-setup-res script. It is trying to get the cert from "https://" $3 "/rmt.crt", but that's unavailable in the container, the file does not exist.

When I manually save the cert to "/etc/pki/ca-trust/source/anchors/rmt.crt" and execute:

    /usr/bin/update-ca-trust enable
    /usr/bin/update-ca-trust extract

(As in the script), it is working.

Perhaps a secret mount can fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant