Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
9a419bd6
Unverified
Commit
9a419bd6
authored
Jan 07, 2018
by
neil
Committed by
GitHub
Jan 07, 2018
Browse files
Merge pull request #1167 from Neilpang/dev
sync
parents
7b8a82ce
59e97506
Changes
2
Hide whitespace changes
Inline
Side-by-side
deploy/strongswan.sh
View file @
9a419bd6
...
@@ -16,17 +16,38 @@ strongswan_deploy() {
...
@@ -16,17 +16,38 @@ strongswan_deploy() {
_cca
=
"
$4
"
_cca
=
"
$4
"
_cfullchain
=
"
$5
"
_cfullchain
=
"
$5
"
_info
"Using strongswan"
if
[
-x
/usr/sbin/ipsec
]
;
then
_ipsec
=
/usr/sbin/ipsec
elif
[
-x
/usr/sbin/strongswan
]
;
then
_ipsec
=
/usr/sbin/strongswan
else
_err
"no strongswan or ipsec command is detected"
return
1
fi
_info _ipsec
"
$_ipsec
"
_confdir
=
$(
$_ipsec
--confdir
)
if
[
$?
-ne
0
]
||
[
-z
"
$_confdir
"
]
;
then
_err
"no strongswan --confdir is detected"
return
1
fi
_info _confdir
"
$_confdir
"
_debug _cdomain
"
$_cdomain
"
_debug _cdomain
"
$_cdomain
"
_debug _ckey
"
$_ckey
"
_debug _ckey
"
$_ckey
"
_debug _ccert
"
$_ccert
"
_debug _ccert
"
$_ccert
"
_debug _cca
"
$_cca
"
_debug _cca
"
$_cca
"
_debug _cfullchain
"
$_cfullchain
"
_debug _cfullchain
"
$_cfullchain
"
cat
"
$_ckey
"
>
"
/etc
/ipsec.d/private/
$(
basename
"
$_ckey
"
)
"
cat
"
$_ckey
"
>
"
${
_confdir
}
/ipsec.d/private/
$(
basename
"
$_ckey
"
)
"
cat
"
$_ccert
"
>
"
/etc
/ipsec.d/certs/
$(
basename
"
$_ccert
"
)
"
cat
"
$_ccert
"
>
"
${
_confdir
}
/ipsec.d/certs/
$(
basename
"
$_ccert
"
)
"
cat
"
$_cca
"
>
"
/etc
/ipsec.d/cacerts/
$(
basename
"
$_cca
"
)
"
cat
"
$_cca
"
>
"
${
_confdir
}
/ipsec.d/cacerts/
$(
basename
"
$_cca
"
)
"
cat
"
$_cfullchain
"
>
"
/etc
/ipsec.d/cacerts/
$(
basename
"
$_cfullchain
"
)
"
cat
"
$_cfullchain
"
>
"
${
_confdir
}
/ipsec.d/cacerts/
$(
basename
"
$_cfullchain
"
)
"
ipsec reload
$_
ipsec
reload
}
}
dnsapi/dns_ispconfig.sh
View file @
9a419bd6
...
@@ -2,7 +2,6 @@
...
@@ -2,7 +2,6 @@
# ISPConfig 3.1 API
# ISPConfig 3.1 API
# User must provide login data and URL to the ISPConfig installation incl. port. The remote user in ISPConfig must have access to:
# User must provide login data and URL to the ISPConfig installation incl. port. The remote user in ISPConfig must have access to:
# - DNS zone Functions
# - DNS txt Functions
# - DNS txt Functions
# Report bugs to https://github.com/sjau/acme.sh
# Report bugs to https://github.com/sjau/acme.sh
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment