From ce17ea5d86eff9b494c60e3b7636372b859fe208 Mon Sep 17 00:00:00 2001 From: Addanus <83732318+addanus@users.noreply.github.com> Date: Fri, 9 Jul 2021 21:03:02 -0400 Subject: [PATCH 1/2] Get SSL working for a node This how-to has 10 steps and sample files. I wasn't sure where/how exactly to contribute it so just added a link. @maebeam / @lazynina - thoughts? [Setting up SSL - gcp-nginx-docker](https://github.com/addanus/bitclout_helper/tree/main/SSL-support) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d9f6983..6679ac1 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,7 @@ data in real time! Below are some tips on how take full advantage of your node. Content-Security-Policy or your site won't work. You will need to add two entries: One for domain.com:\* and one for api.domain.com:\* * Add the necessary nginx configuration for your SSL certificates generated by letsencrypt + - here's one example of [Setting up SSL](https://github.com/addanus/bitclout_helper/tree/main/SSL-support) * Set the TWILIO\* flags to allow new users to get some starter BitClout. * Set a SUPPORT\_EMAIL so your users can contact you if they run into trouble. * Play with the logging verbosity by increasing GLOG\_V. From 6b7dc1b13c92c848792d70c417e1b8da01a59b38 Mon Sep 17 00:00:00 2001 From: Addanus <83732318+addanus@users.noreply.github.com> Date: Sat, 10 Jul 2021 15:41:30 -0400 Subject: [PATCH 2/2] Changed to pointing back to docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6679ac1..e42dcac 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ data in real time! Below are some tips on how take full advantage of your node. Content-Security-Policy or your site won't work. You will need to add two entries: One for domain.com:\* and one for api.domain.com:\* * Add the necessary nginx configuration for your SSL certificates generated by letsencrypt - - here's one example of [Setting up SSL](https://github.com/addanus/bitclout_helper/tree/main/SSL-support) + - see [Setting up SSL](https://docs.bitclout.com/devs/running-a-node#how-do-i-configure-ssl) * Set the TWILIO\* flags to allow new users to get some starter BitClout. * Set a SUPPORT\_EMAIL so your users can contact you if they run into trouble. * Play with the logging verbosity by increasing GLOG\_V.