Remove KN countrycode
This commit is contained in:
parent
742aef1e0f
commit
e95f5981aa
@ -18,7 +18,7 @@ makePasswordSecret spark-wallet-password
|
|||||||
|
|
||||||
if [[ ! -e nginx-key || ! -e nginx-cert ]]; then
|
if [[ ! -e nginx-key || ! -e nginx-cert ]]; then
|
||||||
openssl genrsa -out nginx-key 2048
|
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
|
openssl x509 -req -days 1825 -in nginx.csr -signkey nginx-key -out nginx-cert
|
||||||
rm nginx.csr
|
rm nginx.csr
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user