Tested on Windows 10 Professional and Windows 2008 R2, so this approach should work on Windows 2012 R2 etc. too. Actually these steps must be done manually.

AIf you have own signed SSL certificate then continue with part B:, this part describes usage of free “Let’s Encrypt” certificate generated  by RDPlus SSL tool. 
1. start AdminTool GUI > Security > SSL Certificate Toolkit
2. File > Open Keystore File > ***RDPlus_installation_folder***\Clients\webserver\cert.jks (default password: secret)
3. Right click on Private Key(jwts) > Export > Private Key and Certificates > PKCS#12 > OK (default password: secret, after next password fields should be empty)
4. save your *.p12 certificate file somewhere on Desktop for fast access.
5. continue with part B:

B:
1. start mmc.exe > File > Add/Remove Snap-In > Certificates > Add > Computer Account > (default!) Local Computer *** > Finish > OK

2. Console Root > Certificates (Local Computer) > Personal >> Right click > All Tasks > Import > Next > Browse >
> (choose extension “Personal Information Exchange“) *.p12YOUR CERTIFICATE FILE > Next > (your pass, empty or you should remember it) >> (Allow “Mark this key as exportable” and “Include All Extended Properties“) > Next
> (Automatically select the certificate based on the type of certificate) Next > Finish (press F5 to refresh if key did not yet appear under Personal\Certificates)
3. Double click on freshly imported private key/certificate for your domain (usually it has the name of your signed domain under “Issued to“) 

4. Click on Details >> scroll down > Thumbprint > as exampleab 42 96 33 fb 19 28 65 30 a7 e1 63 2d 3f d2 96 70 1c 50 67NOTICE IT SOMEWHERE

5. create with Notepad file “myreg.reg” and save there following text according to “Thumbprint” example above (remember the SSLCertificateSHA1Hash”=hex:ab,42,96,33***” is example, replace it by own values!!! Same in attached example_myreg.reg
REGEDIT4

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp]
“SSLCertificateSHA1Hash”=hex:
ab,42,96,33,fb,19,28,65,30,a7,e1,63,2d,3f,d2,96,70,1c,50,67

6. now execute that “myreg.reg” file and add so this information to registry, if you don’t do this step then next step 8. will fail with error!!!

7. start cmd.exe with Administrator rights!

8. execute:
wmic /namespace:\\root\CIMV2\TerminalServices PATH Win32_TSGeneralSetting Set SSLCertificateSHA1Hash=”ab429633fb19286530a7e1632d3fd296701c5067

(now after execution it should report > Property(s) update successful > but if you missed some char or not added information from step 5. to registry then this step will fail with error)
(remember the SSLCertificateSHA1Hash=”ab429633***” is example, replace it by own values!!!)

Congratulation, now whenever you call mstsc.exe > your_domain.com then the new signed certificate will be served to client by RDP server and so avoid annoying security message!