summaryrefslogtreecommitdiff
path: root/doc/guides/updating-root-certs.md
diff options
context:
space:
mode:
authorNick Schonning <nschonni@gmail.com>2019-08-29 09:28:03 -0400
committerRich Trott <rtrott@gmail.com>2019-08-31 15:31:13 -0700
commit9ab1e07774b0c38a66e29f4b0b257ded8ee04d08 (patch)
tree4aa8dbb551d8baa96a6c22e44eb9a39e73f579bf /doc/guides/updating-root-certs.md
parentee8f02b0d752ecf2dfa044deb246e75283d1ca1d (diff)
downloadandroid-node-v8-9ab1e07774b0c38a66e29f4b0b257ded8ee04d08.tar.gz
android-node-v8-9ab1e07774b0c38a66e29f4b0b257ded8ee04d08.tar.bz2
android-node-v8-9ab1e07774b0c38a66e29f4b0b257ded8ee04d08.zip
doc: add blanks around code fences
Addresses Markdownlint MD031 rule warnings PR-URL: https://github.com/nodejs/node/pull/29366 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: David Carlier <devnexen@gmail.com>
Diffstat (limited to 'doc/guides/updating-root-certs.md')
-rw-r--r--doc/guides/updating-root-certs.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/guides/updating-root-certs.md b/doc/guides/updating-root-certs.md
index 5cd82fbe2d..9eb07b912a 100644
--- a/doc/guides/updating-root-certs.md
+++ b/doc/guides/updating-root-certs.md
@@ -29,6 +29,7 @@ version in the [tag list][].
2. Update `certdata.txt` from the NSS release tag.
Update the tag in the commands below, and run:
+
```shell
cd tools/
./mk-ca-bundle.pl -v 2>_before
@@ -63,6 +64,7 @@ Run the command below:
Confirm that `../src/node_root_certs.h` was updated.
Determine what changes were made by diffing the before and after files:
+
```shell
% diff _before _after
11d10
@@ -91,6 +93,7 @@ Determine what changes were made by diffing the before and after files:
```
Use the diff to update the message below, and commit `src/node_root_certs.h`:
+
```text
crypto: update root certificates