From f8a21c4d59f24cff26ae721bca62a5f781e7b333 Mon Sep 17 00:00:00 2001 From: Jack Mallers Date: Tue, 10 Oct 2017 17:44:20 -0500 Subject: [PATCH] fix(files): remove unused files --- app/generate_certs.sh | 19 ------------------- high.txt | 1 - 2 files changed, 20 deletions(-) delete mode 100644 app/generate_certs.sh delete mode 100644 high.txt diff --git a/app/generate_certs.sh b/app/generate_certs.sh deleted file mode 100644 index 66d3dce9..00000000 --- a/app/generate_certs.sh +++ /dev/null @@ -1,19 +0,0 @@ -# Generate Node.js compatible certs -echo >> low.txt - -# If Lnd folder doesn't exist we have to create it -if [ ! -d ~/Library/Application\ Support/Lnd ]; then - mkdir -p ~/Library/Application\ Support/Lnd; -fi - -# Generate compatible certs -openssl ecparam -genkey -name prime256v1 -out ~/Library/Application\ Support/Lnd/tls.key -openssl req -new -sha256 -key ~/Library/Application\ Support/Lnd/tls.key -out ~/Library/Application\ Support/Lnd/csr.csr -subj '/CN=localhost/O=lnd' -openssl req -x509 -sha256 -days 3650 -key ~/Library/Application\ Support/Lnd/tls.key -in ~/Library/Application\ Support/Lnd/csr.csr -out ~/Library/Application\ Support/Lnd/tls.cert -rm ~/Library/Application\ Support/Lnd/csr.csr - -# Linux -# openssl ecparam -genkey -name prime256v1 -out ~/.lnd/tls.key -# openssl req -new -sha256 -key ~/.lnd/tls.key -out ~/.lnd/csr.csr -subj '/CN=localhost/O=lnd' -# openssl req -x509 -sha256 -days 3650 -key ~/.lnd/tls.key -in ~/.lnd/csr.csr -out ~/.lnd/tls.cert -# rm ~/.lnd/csr.csr \ No newline at end of file diff --git a/high.txt b/high.txt deleted file mode 100644 index 8b137891..00000000 --- a/high.txt +++ /dev/null @@ -1 +0,0 @@ -