mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-08-13 12:33:30 +02:00
This commit is contained in:
parent
01d6d46914
commit
9900adb007
1 changed files with 6 additions and 0 deletions
6
acme.sh
6
acme.sh
|
|
@ -7199,6 +7199,12 @@ install() {
|
|||
|
||||
if [ "$_DEFAULT_CERT_HOME" != "$CERT_HOME" ]; then
|
||||
_saveaccountconf "CERT_HOME" "$CERT_HOME"
|
||||
# Create the custom cert home now instead of on first issuance, so the
|
||||
# user can see --install honored it.
|
||||
# https://github.com/acmesh-official/acme.sh/issues/4756
|
||||
if [ ! -d "$CERT_HOME" ]; then
|
||||
mkdir -p "$CERT_HOME"
|
||||
fi
|
||||
fi
|
||||
|
||||
if [ "$_DEFAULT_ACCOUNT_KEY_PATH" != "$ACCOUNT_KEY_PATH" ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue