Skip to content

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

@Evantage-WS

Description

@Evantage-WS

Tested 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions