Index: /branches/releng-9.0/nanobsd/cfg/nanobsd.wleiden
===================================================================
--- /branches/releng-9.0/nanobsd/cfg/nanobsd.wleiden	(revision 10485)
+++ /branches/releng-9.0/nanobsd/cfg/nanobsd.wleiden	(revision 10486)
@@ -201,4 +201,12 @@
 )
 
+# Takes a very long time (10+) minutes to generate this file on an ALIX board,
+# not practical for quick debugging and configuration.
+cust_openvpn_dhparam() (
+	DHFILE=${NANO_WORLDDIR}/etc/easy-rsa-keys/dh1024.pem
+        mkdir -p `dirname $DHFILE`
+	openssl dhparam -out $DHFILE 1024
+)
+
 
 
@@ -401,4 +409,5 @@
 customize_cmd cust_version_tag
 customize_cmd cust_allow_ssh_root
+customize_cmd cust_openvpn_dhparam
 customize_cmd cust_nano_prune
 customize_cmd cust_set_root_password
