Here's how a config file will look to use the FullyRouted servers. I changed the address names for protection.
The User Info section at the bottom is how it will look if you are using Linux as an example, having OpenVPN looking for the
path where the certs and keys are at. I'm not sure with what you're using if you will use something like this, or it has an option
for you to pick them.
In the example below I have comp-lzo no commented out, and using the German server, German server compression is disabled.
client
dev tun
proto udp
route-delay 10
#comp-lzo no
sndbuf 131072
rcvbuf 131072
nobind
script-security 2
#Routed
auth sha512
cipher AES-256-CBC
tls-cipher TLS-DHE-RSA-WITH-AES-128-CBC-SHA
# Server List
# Canada
#remote 7.4.16.3 443
# France
#remote 19.0.4.24 443
#Germany
remote 18.12.17.21 443
remote-random
resolv-retry 10
persist-key
#persist-tun
keepalive 3 10
ns-cert-type server
# Set log file verbosity & log path
#log /var/log/openvpn
verb 1
#verb 3
# Silence repeating messages
mute 20
#User Info
ca /etc/openvpn/certs/ca.crt
cert /etc/openvpn/certs/my.crt
key /etc/openvpn/keys/my.key
tls-auth /etc/openvpn/keys/ta.key 1