HOW TO SECURE(SSL/TLS) RDP ACCESS with AWS ACM Private certificate (CA)

0

Hi Team,

Good Day!!

I have some queries about ACM private certificate.

Here's my queries:

1.How to deploy a AWS (ACM) private certificate to RDP for Windows server OS and Windows machine OS? 2.While taking RDP "The identity of the remote computer cannot be verified" it shows, So how to install AWS  ACM private certificate for it?  3.How do I install an SSL/TLS certificate for RDP connection using AWS ACM with private certificate?

Regards, Divya

3 Answers
0
Accepted Answer

Certificates created within ACM cannot be saved or exported for the purpose of installing within the Windows OS (or any other OS). They can be used with Elastic Load Balancers, CloudFront, and other services listed here https://docs.aws.amazon.com/acm/latest/userguide/acm-services.html

profile picture
EXPERT
Steve_M
answered a year ago
  • We have created Root CA and Subordinate CA in ACM AWS Private Certificate Authority After the status is Active , We can able to export the certificate body and chain from Root and Subordinate CA. Now, I want to install the certificate for RDP connection which is running on EC2 windows OS While taking RDP "The identity of the remote computer cannot be verified" it shows, So how to install AWS ACM private certificate for it? What can i do further to proceed?

0

We have created Root CA and Subordinate CA in ACM AWS Private Certificate Authority After the status is Active , We can able to export the certificate body and chain from Root and Subordinate CA. Now, I want to install the certificate for RDP connection which is running on EC2 windows OS While taking RDP "The identity of the remote computer cannot be verified" it shows, So how to install AWS ACM private certificate for it? What can i do further to proceed?

answered a year ago
0

https://docs.aws.amazon.com/privateca/latest/userguide/Create-CA-console.html

https://docs.aws.amazon.com/acm/latest/userguide/gs-acm-request-private.html#request-private-console

This step for Machine A where RDP service is running: https://serverfault.com/questions/1044614/windows-10-pro-as-rdp-host-with-ssl-certificate-how

This step for Machine B where you use RDP client to access Machine A: Certificates signed by a private CA are not trusted by default, and ACM does not support any form of validation for them. Consequently, an administrator must take action to install them in your organizations's client trust stores.

answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions