mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-07-10 15:12:43 +02:00
fix ocsp.der symlink
This commit is contained in:
committed by
Lukas Schauer
parent
7f410e9bff
commit
742c0ad176
+1
-1
@@ -1063,7 +1063,7 @@ command_sign_domains() {
|
|||||||
else
|
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
|
"${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
|
fi
|
||||||
ln -sf "${certdir}/ocsp-${ocsp_timestamp}.der" "${certdir}/ocsp.der"
|
ln -sf "ocsp-${ocsp_timestamp}.der" "${certdir}/ocsp.der"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user