dehydrated-io / dehydrated

letsencrypt/acme client implemented as a shell-script – just add water
https://dehydrated.io
MIT License
5.96k stars 716 forks source link

Suppress openssl warning about reading from stdin. #929

Closed wteiken closed 4 days ago

wteiken commented 8 months ago

Fixed some more locations where warnings about reading from stdin showed up.

Gnarfoz commented 3 months ago

Instead of redirecting stderr, wouldn't supplying an explicit -in /dev/stdin be cleaner?

wteiken commented 3 months ago

Instead of redirecting stderr, wouldn't supplying an explicit -in /dev/stdin be cleaner?

Not sure it is as compatible, but would probably also work.

It seems for openssl they are acknowledging that the error message was a bad idea will only output if stdin is actually a tty, so this will hopefully become obsolete.

wteiken commented 4 days ago

Closing in favor of #940 now that "-in -" is supported.