Skip to content
Snippets Groups Projects
Commit 45132813 authored by Jelte van Woudenbergh's avatar Jelte van Woudenbergh
Browse files

Added root CA's

parent 2fcead68
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,8 @@ FROM busybox
# Copy stuff from builder
COPY --from=builder /opt/rdpgw /opt/rdpgw
COPY --from=builder /etc/passwd /etc/passwd
# trust root CA
COPY --from=builder /etc/ssl/certs /etc/ssl/certs
# COPY --from=builder /bin/sh /bin/sh
# COPY rdpgw.yaml
COPY rdpgw.yaml /opt/rdpgw/rdpgw.yaml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment