TWS custom tls certificated #104
gnzsnz
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I will show the steps to pass a custom certificates to the tws-rdesktop container. This will avoid the creation of new certificates every time the container is created. Depending on your RDP client, you will see a warning
The solution is to pass a custom certificate as a mount. Create certificate following this steps
openssl req -x509 -nodes -days 3650 -newkey rsa:2048 \ -keyout key.pem \ -out cert.pem \ -subj "/C=US/ST=CA/L=Carlsbad/O=Linuxserver.io/OU=LSIO Server/CN=*" touch keylock
Mount certificates in container
Beta Was this translation helpful? Give feedback.
All reactions