package openvpn

#################################################
# Sample to include a custom config file.       #
#################################################

config openvpn terrasls_config

	# Set to 1 to enable this instance:
	option enabled 1

	# Credentials to login
	#option username 'login'
	#option password 'password'

	# Password for client certificate
	#option cert_password 'cert_password'

	# Include OpenVPN configuration
	option config /etc/openvpn/client.udp.conf

