Of course !
# Change the port
port 8080
dev tun
# Change the protocol
proto udp
# Change the files location ##########
ca /etc/yunohost/certs/vpn.mydomain.fr.Autosign/ca.pem
cert /etc/yunohost/certs/vpn.mydomain.fr.Autosign/crt.pem
key /etc/yunohost/certs/vpn.mydomain.fr.Autosign/key.pem
dh /etc/yunohost/certs/vpn.mydomain.fr.Autosign/dh.pem
################################
server 10.8.0.0 255.255.255.0
route 10.8.0.0 255.255.255.0
keepalive 10 60
inactive 600
user openvpn
group openvpn
persist-tun
persist-key
verb 3
plugin /usr/lib/openvpn/openvpn-auth-ldap.so /etc/openvpn/auth/ldap.conf
client-cert-not-required
status /var/log/openvpn.log
comp-lzo
# Change the dhcp options to “transfer” non filtered internet to the client
# This is to escape “Chinese Great FireWall”######
push “redirect-gateway def1 bypass-dhcp”
push “dhcp-option DNS 10.8.0.1”
push “dhcp-option DNS 8.8.4.4”
push “dhcp-option DNS 8.8.8.8”
#############################################
Hope this helps…