SSL Certificate Conversion to PFX Format for Secure Installation on SAP RDP Servers

SSL Certificate Conversion to PFX Format for Secure Installation on SAP RDP Servers

SSL to PFX Converter: Secure Certificate Setup for SAP RDP Servers.

Download the SSL certificate from the corresponding domain's hosting provider. 

Convert P7B to PFX

Use the below command to proceed with the changes
  1.  # openssl pkcs7 -print_certs -in certificate.p7b -out certificate.cer
  2. #  openssl pkcs12 -export -in certificate.cer -inkey privateKey.key -out certificate.pfx -certfile CACert.cer

Installation of SSL Certificate on Remote Desktop Services

  1. To access the Remote Desktop Gateway Manager, click Start > Administrative Tools > Remote Desktop Services > Remote Desktop Gateway Manager
  2. In the Remote Desktop Gateway Manager Console tree, right-click on RD Gateway Server and then select Properties
  3. Next, click on the SSL Certificate tab, and then on Import a certificate on the RD Gateway Certificates (local computer)/personal store
  4. Click on Browse and import certificate --> Locate SSL Certificate and click Open --> Enter the password that created for  Private Key (pfx) --> Click on Import Certificate and then OK

  5. Check the RDP Connectivity after successfully mapping of PFX file.