File tree 1 file changed +5
-4
lines changed 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -4866,12 +4866,13 @@ <h3>Base Context</h3>
4866
4866
< p >
4867
4867
The base context, located at < code > https://www.w3.org/ns/credentials/v2</ code >
4868
4868
with a SHA-256 digest of
4869
- < strong > < code > 944167aaabd904ea9e35c98fd7e8794eb6dd42ae4666b036b171e87fc34cc7cc </ code > </ strong > ,
4869
+ < strong > < code > ff1fdfa8d3f07547ec149b6652fe3f5a4276b9f0c48344dc29400763ba7b44fa </ code > </ strong > ,
4870
4870
can be used to implement a local cached copy. It is possible to confirm the
4871
4871
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.
4875
4876
</ p >
4876
4877
< p >
4877
4878
This section serves as a reminder of the importance of ensuring that, when
You can’t perform that action at this time.
0 commit comments