Skip to content

Support trusted self signed certificate #313

Description

@masterblaster221

Description

I'm using StepCA with it's root crt installed on my docker container and it seems headplane can't trust authentik OCID lan server on my offline network

the Dockerfile for StepCa install

FROM alpine:3.20 AS builder
RUN apk add --no-cache ca-certificates
COPY ca.crt /usr/local/share/ca-certificates/
RUN update-ca-certificates

FROM ghcr.io/tale/headplane:0.6.0
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt

Headplane Version

v0.6.0

Headscale Version

0.26.0

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

ConfigRelated to Headplane specific configurationDocsImprovements or additions to documentationIn BetaAvailable in a pre-release version

Projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions