This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
strongswan: use correct directory for CA's
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
lilik-openwrt-22.03
Philip Prindeville
3 years ago
parent
0c16840e26
commit
cac7608211
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
net/strongswan/Makefile
+1
-1
net/strongswan/files/gencerts.sh
+ 1
- 1
net/strongswan/Makefile
View File
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME
:=
strongswan
PKG_VERSION
:=
5.9.2
PKG_RELEASE
:=
9
PKG_RELEASE
:=
10
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
.tar.bz2
PKG_SOURCE_URL
:=
https://download.strongswan.org/ https://download2.strongswan.org/
+ 1
- 1
net/strongswan/files/gencerts.sh
View File
@ -72,7 +72,7 @@ genca()
pki --self --ca --lifetime
"
$CADAYS
"
--in
"
$SWANCTL_DIR
/private/
$SHORT_DOMAIN
.key
"
--type
"
$keytype
"
\
--dn
"
$ROOTDN
"
--outform pem >
"
$SWANCTL_DIR
/x509ca/
$SHORT_DOMAIN
.crt
"
chmod
0444
"
$SWANCTL_DIR
/ca
certs
/
$SHORT_DOMAIN
.crt
"
chmod
0444
"
$SWANCTL_DIR
/
x509
ca/
$SHORT_DOMAIN
.crt
"
}
genclientkey
(
)
Write
Preview
Loading…
Cancel
Save