mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2026-03-28 06:56:34 +00:00
Add xrdp config that works with macos client out of the box
This commit is contained in:
7
dev/docker/Dockerfile.xrdp
Normal file
7
dev/docker/Dockerfile.xrdp
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM rattydave/docker-ubuntu-xrdp-mate-custom:20.04
|
||||
|
||||
RUN cd /etc/xrdp/ && \
|
||||
openssl req -x509 -newkey rsa:2048 -nodes -keyout key.pem -out cert.pem -days 3650 \
|
||||
-subj "/C=US/ST=VA/L=SomeCity/O=MyCompany/OU=MyDivision/CN=xrdp"
|
||||
|
||||
COPY xrdp.ini /etc/xrdp/xrdp.ini
|
||||
Reference in New Issue
Block a user