Merge #165: Electrs fixes
e95f5981aaRemove KN countrycode (nixbitcoin)742aef1e0fOnly set dataDirReadableByGroup if cfg.high-memory is enabled (nixbitcoin) Pull request description: ACKs for top commit: jonasnick: ACKe95f5981aaTree-SHA512: e8253b934211e6fc6be11917f8acb05a05e390caafdf86f90670f9299d9c0d98596758ff021c65aae199c9a5a3f86f87854e1b8f50a53bab8ad28d9a7003d98e
This commit is contained in:
@@ -18,7 +18,7 @@ makePasswordSecret spark-wallet-password
|
||||
|
||||
if [[ ! -e nginx-key || ! -e nginx-cert ]]; then
|
||||
openssl genrsa -out nginx-key 2048
|
||||
openssl req -new -key nginx-key -out nginx.csr -subj "/C=KN"
|
||||
openssl req -new -key nginx-key -out nginx.csr -subj '/CN=localhost/O=electrs'
|
||||
openssl x509 -req -days 1825 -in nginx.csr -signkey nginx-key -out nginx-cert
|
||||
rm nginx.csr
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user