Skip to content

Commit

Permalink
toml and json formatting directives
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptocode committed Jan 18, 2020
1 parent 9e6bc0b commit a3c973c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/running-a-node/configuration-https.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
}
Expand Down

0 comments on commit a3c973c

Please sign in to comment.