Add xrdp config that works with macos client out of the box

This commit is contained in:
Bolke de Bruin
2022-08-08 14:19:28 +02:00
parent b2f82c4ab9
commit bd876d2df8
5 changed files with 218 additions and 3 deletions

View 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