Closed mboehm21 closed 4 years ago
Crudini is missing. I am checking it now before I commit
Your fix did the trick, and a default user_list thing.
I tested it and all works. After this I did a commit. Does it solve you're problem now ?
All good, sorry for the late reply. Thanks for your great piece of container magic!
Hi,
I think line 54 in docker-entrypoint.sh should be something like that to work properly:
openssl req -x509 -newkey rsa:2048 -nodes -keyout /etc/xrdp/key.pem -out /etc/xrdp/cert.pem -days 365 -subj "$CERTIFICATE_SUBJECT"
I added the absolute paths and quoted the subject so that it can contain spaces.
Thanks.