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
- # openssl pkcs7 -print_certs -in certificate.p7b -out certificate.cer
- # openssl pkcs12 -export -in certificate.cer -inkey privateKey.key -out certificate.pfx -certfile CACert.cer
Installation of SSL Certificate on Remote Desktop Services
- To access the Remote Desktop Gateway Manager, click Start > Administrative Tools > Remote Desktop Services > Remote Desktop Gateway Manager
- In the Remote Desktop Gateway Manager Console tree, right-click on RD Gateway Server and then select Properties
- Next, click on the SSL Certificate tab, and then on Import a certificate on the RD Gateway Certificates (local computer)/personal store
- 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

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