Originally created by @mrPsycho on GitHub (Dec 8, 2015).
hello
just FYI
on pfSense there is another one dependency: bash
and there something goes wrong
[2.2.5-RELEASE][root@gw.]/root/letsencrypt.sh: ./letsencrypt.sh
Using config file /root/letsencrypt.sh/config.sh
+ Generating account key...
+ Registering account key with letsencrypt...
Processing owncloud.example.com
+ Signing domains...
+ make directory /root/letsencrypt.sh/certs/owncloud.example.com ...
+ Generating private key...
+ Generating signing request...
cat: /dev/fd/63: No such file or directory
error on line -1 of /dev/fd/63
675592508:error:02001002:system library:fopen:No such file or directory:/usr/pfSensesrc/src.RELENG_2_2/secure/lib/libcrypto/../../../crypto/openssl/crypto/bio/bss_file.c:169:fopen('/dev/fd/63','rb')
675592508:error:2006D080:BIO routines:BIO_new_file:no such file:/usr/pfSensesrc/src.RELENG_2_2/secure/lib/libcrypto/../../../crypto/openssl/crypto/bio/bss_file.c:172:
675592508:error:0E078072:configuration file routines:DEF_LOAD:no such file:/usr/pfSensesrc/src.RELENG_2_2/secure/lib/libcrypto/../../../crypto/openssl/crypto/conf/conf_def.c:197:
Originally created by @mrPsycho on GitHub (Dec 8, 2015).
hello
just FYI
on pfSense there is another one dependency: bash
and there something goes wrong
```
[2.2.5-RELEASE][root@gw.]/root/letsencrypt.sh: ./letsencrypt.sh
Using config file /root/letsencrypt.sh/config.sh
+ Generating account key...
+ Registering account key with letsencrypt...
Processing owncloud.example.com
+ Signing domains...
+ make directory /root/letsencrypt.sh/certs/owncloud.example.com ...
+ Generating private key...
+ Generating signing request...
cat: /dev/fd/63: No such file or directory
error on line -1 of /dev/fd/63
675592508:error:02001002:system library:fopen:No such file or directory:/usr/pfSensesrc/src.RELENG_2_2/secure/lib/libcrypto/../../../crypto/openssl/crypto/bio/bss_file.c:169:fopen('/dev/fd/63','rb')
675592508:error:2006D080:BIO routines:BIO_new_file:no such file:/usr/pfSensesrc/src.RELENG_2_2/secure/lib/libcrypto/../../../crypto/openssl/crypto/bio/bss_file.c:172:
675592508:error:0E078072:configuration file routines:DEF_LOAD:no such file:/usr/pfSensesrc/src.RELENG_2_2/secure/lib/libcrypto/../../../crypto/openssl/crypto/conf/conf_def.c:197:
```
I tried it, but mounting doesn't work. No idea why.
Closing this issue since this is basically just pfsense not supporting bash properly, and that isn't our problem, sorry.
Edit: I tried again, this time it worked, maybe I had a typo. So this is not even a pfsense bug but a user problem.
@lukas2511 commented on GitHub (Dec 8, 2015):
Installed bash on pfsense, got this message:

I tried it, but mounting doesn't work. No idea why.
Closing this issue since this is basically just pfsense not supporting bash properly, and that isn't our problem, sorry.
Edit: I tried again, this time it worked, maybe I had a typo. So this is not even a pfsense bug but a user problem.
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 @mrPsycho on GitHub (Dec 8, 2015).
hello
just FYI
on pfSense there is another one dependency: bash
and there something goes wrong
@rudis commented on GitHub (Dec 8, 2015):
Does the <(...) construct work on pfsense?
@mrPsycho commented on GitHub (Dec 8, 2015):
yes, bash installed and works nice
@rudis commented on GitHub (Dec 8, 2015):
Does the following work?
bash -c 'cat <(cat <(echo hi))'@lukas2511 commented on GitHub (Dec 8, 2015):
Installed bash on pfsense, got this message:
I tried it, but mounting doesn't work. No idea why.
Closing this issue since this is basically just pfsense not supporting bash properly, and that isn't our problem, sorry.
Edit: I tried again, this time it worked, maybe I had a typo. So this is not even a pfsense bug but a user problem.