Secure Remote Desktop Connections with SSL Certificates from Trusted Certificate Authorities


JCM

Currently, I'm using a desktop running Windows 7 Ultimate x64. It is also configured to enable remote connections using MS Remote Desktop Services (RDS); however, since the computer issues its own self-signed security certificate, you will get a warning every time you connect to this computer.

enter image description hereSo my question is:

  • Would it be safer if I installed the SSL certificate from a trusted CA like GoDaddy, VeriSign, DigiCert, etc. instead of continuing to use the self-signed certificate?

Related to the previous question, read http://www.alkia.net/index.php/faqs/106-how-to-secure-remote-desktop-connections-using-tls-ssl-based-authentication (specific to Windows) Server 2003 (including SP1), indicating that the certificate should be computer-based. So I imagine that when creating a Certificate Signing Request (CSR), the Common Name (CN) will be the hostname/computername, not the domain name.

  • Once the certificate is obtained, how do I install it on the Remote Desktop Protocol (RDP) server so it can be used to secure remote connections?

The computer is a member of a workgroup.

cdavid

The best I could find is : https://support.microsoft.com/en-us/kb/2001849

From the article:Note: It is necessary to edit the registry directly because there is no user interface on Windows client SKUs to configure a server certificate.

Related


my ssl certificate is not trusted

b4rt3kk: I have made the certificate on the server using the following command: sudo openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc/apache2/ssl/apache.key -out /etc/apache2/ssl/apache.crt and configure everything correctly, when typing https

my ssl certificate is not trusted

b4rt3kk: I have made the certificate on the server using the following command: sudo openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc/apache2/ssl/apache.key -out /etc/apache2/ssl/apache.crt and configure everything correctly, when typing https

my ssl certificate is not trusted

b4rt3kk I have made the certificate on the server using the following command: sudo openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc/apache2/ssl/apache.key -out /etc/apache2/ssl/apache.crt and configure everything correctly, when typing https

SSL certificate is not trusted

Chris Dutro I have a problem with my SSL certificate. Usually it seems to work fine, but sometimes the user's browser will issue a warning that it is not trusted. I know very little about SSL certificates, but the following information may or may not be releva

Prevent software from detecting remote desktop connections

Anima I have the following questions: I want to run the software on a separate computer. The software cannot be used over a remote desktop connection, an error will occur when doing so. Is there any way to hide that I'm connected to the computer via Remote Des

Prevent software from detecting remote desktop connections

Anima I have the following questions: I want to run the software on a separate computer. The software cannot be used over a remote desktop connection, an error will occur when doing so. Is there any way to hide that I'm connected to the computer via Remote Des

SSL certificate not trusted - intermediate certificate

quark When I check my website through Digicert it says the SSL certificate is not trusted This is the configuration for NGINX server { listen 80; listen 443 default_server ssl; server_name ~. ""; location / { proxy_pass http://localhost

SSL certificates not trusted by Firefox only

tomorrow We purchased an SSL certificate through DNSimple and installed it on the Heroku SSL endpoint. Navigating to the app over SSL now works fine on Chrome and Safari, but Firefox shows a "This connection is not trusted" error. Why only Firefox doesn't trus

Is it secure to secure connections that check SSL certificates?

silynthos I am doing an internship. Here they gave me the code of an android app that has been revised for code security by an agency and told me to change some points that are present in the documentation. Now they are concerned about information leaks becaus

my ssl certificate is not trusted

b4rt3kk: I have made the certificate on the server using the following command: sudo openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc/apache2/ssl/apache.key -out /etc/apache2/ssl/apache.crt and configure everything correctly, when typing https

Prevent software from detecting remote desktop connections

Anima I have the following questions: I want to run the software on a separate computer. The software cannot be used over a remote desktop connection, an error will occur when doing so. Is there any way to hide that I'm connected to the computer via Remote Des

Prevent software from detecting remote desktop connections

Anima I have the following questions: I want to run the software on a separate computer. The software cannot be used over a remote desktop connection, an error will occur when doing so. Is there any way to hide that I'm connected to the computer via Remote Des

SSL certificate not trusted - intermediate certificate

quark When I check my website through Digicert it says the SSL certificate is not trusted This is the configuration for NGINX server { listen 80; listen 443 default_server ssl; server_name ~. ""; location / { proxy_pass http://localhost

Remove old connections from Remote Desktop Connection

Salvador Dali In Remote Desktop Connection, I have added many computers. Now, I want to remove some of them, but can't find an easy way to do this. Here is an example: Say I want to delete computer 2. what should I do? Tom Yoss Two options - manual: To remove

Is it secure to secure connections that check SSL certificates?

silynthos I am doing an internship. Here they gave me the code for an android app that has been revised for code security by an agency and told me to change some points that are present in the documentation. Now they are concerned about information leaks becau