mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2025-08-16 21:53:45 +02:00
Added root CA's
This commit is contained in:
parent
2fcead680c
commit
45132813c2
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue