Skip to content

Commit aa4d74c

Browse files
committed
Replace sha256sum command with openssl command.
1 parent 7825669 commit aa4d74c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

index.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4866,12 +4866,13 @@ <h3>Base Context</h3>
48664866
<p>
48674867
The base context, located at <code>https://www.w3.org/ns/credentials/v2</code>
48684868
with a SHA-256 digest of
4869-
<strong><code>944167aaabd904ea9e35c98fd7e8794eb6dd42ae4666b036b171e87fc34cc7cc</code></strong>,
4869+
<strong><code>ff1fdfa8d3f07547ec149b6652fe3f5a4276b9f0c48344dc29400763ba7b44fa</code></strong>,
48704870
can be used to implement a local cached copy. It is possible to confirm the
48714871
SHA-256 digest by running the following command from a modern Unix command
4872-
interface line: `curl -s https://www.w3.org/ns/credentials/v2 | sha256sum`. It
4873-
is strongly advised that all JSON-LD Contexts used in an application utilize a
4874-
similar mechanism to ensure end-to-end security.
4872+
interface line:
4873+
`curl -s https://www.w3.org/ns/credentials/v2 | openssl dgst -sha256 -hex -r`.
4874+
It is strongly advised that all JSON-LD Contexts used in an application utilize
4875+
a similar mechanism to ensure end-to-end security.
48754876
</p>
48764877
<p>
48774878
This section serves as a reminder of the importance of ensuring that, when

0 commit comments

Comments
 (0)