Skip to content
Snippets Groups Projects
Commit ce53c0e7 authored by Sven Roederer's avatar Sven Roederer Committed by Yousong Zhou
Browse files

openvpn: add "extra-certs" option


This option is used to specify a file containing PEM certs, to complete the
local certificate chain. Which is quite usefull for "split-CA" setups.

Signed-off-by: default avatarSven Roederer <devel-sven@geroedel.de>
Signed-off-by: default avatarYousong Zhou <yszhou4tech@gmail.com>
parent f295db6e
Branches
Tags
No related merge requests found
...@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk ...@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=openvpn PKG_NAME:=openvpn
PKG_VERSION:=2.4.3 PKG_VERSION:=2.4.3
PKG_RELEASE:=1 PKG_RELEASE:=2
PKG_SOURCE_URL:=\ PKG_SOURCE_URL:=\
https://build.openvpn.net/downloads/releases/ \ https://build.openvpn.net/downloads/releases/ \
......
...@@ -30,6 +30,7 @@ ecdh_curve ...@@ -30,6 +30,7 @@ ecdh_curve
echo echo
engine engine
explicit_exit_notify explicit_exit_notify
extra_certs
fragment fragment
group group
hand_window hand_window
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment