From 79f4331cc79c6a2388bbc463e3e9a21fafed050b Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Thu, 14 Mar 2019 14:14:28 -0700 Subject: [PATCH] Typo fix & recently updated for 2019-03-13 --- content/tutorials/get-started/set-up-secure-signing.md | 2 +- dactyl-config.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/content/tutorials/get-started/set-up-secure-signing.md b/content/tutorials/get-started/set-up-secure-signing.md index b5e4c9ba88..a0a7e40bbd 100644 --- a/content/tutorials/get-started/set-up-secure-signing.md +++ b/content/tutorials/get-started/set-up-secure-signing.md @@ -38,7 +38,7 @@ In this configuration, you run `rippled` on the machine that generates the trans The [example config file](https://github.com/ripple/rippled/blob/8429dd67e60ba360da591bfa905b58a35638fda1/cfg/rippled-example.cfg#L1050-L1073) listens for connections on the local loopback network (127.0.0.1), with JSON-RPC (HTTP) on port 5005 and WebSocket (WS) on port 6006, and treats all connected clients as admin. - **Caution:** Using the [commandline API](request-formatting.html#commandline-format) for signatures is less secure than [using the Websocket or JSON-RPC APIs](get-started-with-the-rippled-api.html) through non-commandline client. When using the commandline syntax, your secret key may be visible to other users in the system's process listing, and your shell history may save the key in plaintext. + **Caution:** Using the [commandline API](request-formatting.html#commandline-format) for signatures is less secure than [using the Websocket or JSON-RPC APIs](get-started-with-the-rippled-api.html) through non-commandline clients. When using the commandline syntax, your secret key may be visible to other users in the system's process listing, and your shell history may save the key in plaintext. 3. Maintain the server to keep it running, updated, and in sync with the network while you're using it. diff --git a/dactyl-config.yml b/dactyl-config.yml index 45e3e1490f..8a8f54b096 100644 --- a/dactyl-config.yml +++ b/dactyl-config.yml @@ -51,16 +51,16 @@ targets: github_forkurl: https://github.com/ripple/ripple-dev-portal github_branch: master recently_updated: + - html: set-up-secure-signing.html + date: 2019-03-13 + - html: escrow.html + date: 2019-03-13 - html: configure-the-peer-crawler.html date: 2019-03-11 - html: peer-crawler.html date: 2019-03-11 - html: peer-protocol.html date: 2019-03-11 - - html: use-an-escrow-as-a-smart-contract.html - date: 2019-03-06 - - html: run-rippled-as-a-validator.html - date: 2019-03-06 # Data API target for porting changes to the README in the upstream repo # Intended for use in markdown (--md) mode.