mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-03-26 11:01:05 +01:00
fix ocsp.der symlink
This commit is contained in:
committed by
Lukas Schauer
parent
7f410e9bff
commit
742c0ad176
@@ -1063,7 +1063,7 @@ command_sign_domains() {
|
||||
else
|
||||
"${OPENSSL}" ocsp -no_nonce -issuer "${chain}" -verify_other "${chain}" -cert "${cert}" -respout "${certdir}/ocsp-${ocsp_timestamp}.der" -url "${ocsp_url}" > /dev/null 2>&1
|
||||
fi
|
||||
ln -sf "${certdir}/ocsp-${ocsp_timestamp}.der" "${certdir}/ocsp.der"
|
||||
ln -sf "ocsp-${ocsp_timestamp}.der" "${certdir}/ocsp.der"
|
||||
fi
|
||||
fi
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user