mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-16 19:31:50 +00:00
Merge branch 'master' of https://github.com/Neilpang/le
This commit is contained in:
commit
615cb36029
6
le.sh
6
le.sh
@ -1363,13 +1363,13 @@ installcert() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$Le_RealCACertPath" ] ; then
|
if [ "$Le_RealCACertPath" ] ; then
|
||||||
if [ -f "$Le_RealCACertPath" ] ; then
|
|
||||||
cp -p "$Le_RealCACertPath" "$Le_RealCACertPath".bak
|
|
||||||
fi
|
|
||||||
if [ "$Le_RealCACertPath" == "$Le_RealCertPath" ] ; then
|
if [ "$Le_RealCACertPath" == "$Le_RealCertPath" ] ; then
|
||||||
echo "" >> "$Le_RealCACertPath"
|
echo "" >> "$Le_RealCACertPath"
|
||||||
cat "$CA_CERT_PATH" >> "$Le_RealCACertPath"
|
cat "$CA_CERT_PATH" >> "$Le_RealCACertPath"
|
||||||
else
|
else
|
||||||
|
if [ -f "$Le_RealCACertPath" ] ; then
|
||||||
|
cp -p "$Le_RealCACertPath" "$Le_RealCACertPath".bak
|
||||||
|
fi
|
||||||
cat "$CA_CERT_PATH" > "$Le_RealCACertPath"
|
cat "$CA_CERT_PATH" > "$Le_RealCACertPath"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user