openssl 3.2+ support (Warning: Will read cert request from stdin since no -in option is given) #631

Closed
opened 2025-12-29 01:28:02 +01:00 by adam · 1 comment
Owner

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.

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.
adam closed this issue 2025-12-29 01:28:03 +01:00
Author
Owner

@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.

@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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dehydrated#631