mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-03-29 05:11:48 +02:00
Support for LibreSSL version of openssl on macOS
This commit is contained in:
committed by
Lukas Schauer
parent
dd0bbd2405
commit
33a421f1e4
@@ -1060,7 +1060,7 @@ sign_csr() {
|
||||
keyauth_hook="$(printf '%s' "${keyauth}" | "${OPENSSL}" dgst -sha256 -binary | urlbase64)"
|
||||
;;
|
||||
"tls-alpn-01")
|
||||
keyauth_hook="$(printf '%s' "${keyauth}" | "${OPENSSL}" dgst -sha256 -c -hex | awk '{print $2}')"
|
||||
keyauth_hook="$(printf '%s' "${keyauth}" | "${OPENSSL}" dgst -sha256 -c -hex | awk '{print $NF}')"
|
||||
generate_alpn_certificate "${identifier}" "${keyauth_hook}"
|
||||
;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user