openssl req 3.2+ no longer accepts data from stdin, but only via filepath with the -in option.
Originally created by @13ilya on GitHub (Dec 22, 2024).
https://github.com/dehydrated-io/dehydrated/blob/master/dehydrated#L1014
`if ! <<<"${csr}" "${OPENSSL}" req -verify -noout >/dev/null 2>&1; then`
https://github.com/dehydrated-io/dehydrated/blob/master/dehydrated#L1018
`reqtext="$( <<<"${csr}" "${OPENSSL}" req -noout -text )"`
`openssl req` 3.2+ no longer accepts data from `stdin`, but only via `filepath` with the `-in` option.
Closing this issue as PR #940 has been merged, which should have fixed the underlying issue. Sorry this took so long.
@lukas2511 commented on GitHub (Apr 14, 2025):
Closing this issue as PR #940 has been merged, which should have fixed the underlying issue. Sorry this took so long.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @13ilya on GitHub (Dec 22, 2024).
https://github.com/dehydrated-io/dehydrated/blob/master/dehydrated#L1014
if ! <<<"${csr}" "${OPENSSL}" req -verify -noout >/dev/null 2>&1; thenhttps://github.com/dehydrated-io/dehydrated/blob/master/dehydrated#L1018
reqtext="$( <<<"${csr}" "${OPENSSL}" req -noout -text )"openssl req3.2+ no longer accepts data fromstdin, but only viafilepathwith the-inoption.@lukas2511 commented on GitHub (Apr 14, 2025):
Closing this issue as PR #940 has been merged, which should have fixed the underlying issue. Sorry this took so long.