mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-17 11:51:43 +00:00
fix issue
This commit is contained in:
parent
7843572136
commit
72775c5ad9
7
le.sh
7
le.sh
@ -233,17 +233,12 @@ _initpath() {
|
||||
|
||||
mkdir -p $WORKING_DIR/$domain
|
||||
|
||||
if [ -z "$CSR_PATH" ] ; then
|
||||
|
||||
CSR_PATH=$WORKING_DIR/$domain/$domain.csr
|
||||
fi
|
||||
|
||||
if [ -z "$CERT_KEY_PATH" ] ; then
|
||||
CERT_KEY_PATH=$WORKING_DIR/$domain/$domain.key
|
||||
fi
|
||||
|
||||
if [ -z "$CERT_PATH" ] ; then
|
||||
CERT_PATH=$WORKING_DIR/$domain/$domain.cer
|
||||
fi
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user