#!/bin/sh
rm /etc/freerdp/keys/*
winpr-makecert -rdp -path /etc/freerdp/keys/
cd /etc/freerdp/keys
mv *.crt server.crt
mv *.key server.key

