From a3c973c4e1e11f4a7e3e922cc82488d47af8406e Mon Sep 17 00:00:00 2001 From: cryptocode Date: Sat, 18 Jan 2020 12:49:20 +0100 Subject: [PATCH] toml and json formatting directives --- docs/running-a-node/configuration-https.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/running-a-node/configuration-https.md b/docs/running-a-node/configuration-https.md index 9d1ea8a1c..7a671e7aa 100644 --- a/docs/running-a-node/configuration-https.md +++ b/docs/running-a-node/configuration-https.md @@ -6,7 +6,7 @@ OpenSSL must be installed. When running cmake initially, you may need to set `-D ## Configuration The following section in `config-rpc.toml` enables TLS: -``` +```toml [secure] enable=true verbose_logging=true @@ -44,7 +44,7 @@ We also need to generate a Diffie-Hellman params file: ## Test call Create a POST request to `https://www.example.com:7076` with the following body: -``` +```json { "action": "block_count" }