From bff7c59838d97ec2facd56145c4ef48501069313 Mon Sep 17 00:00:00 2001 From: Brice Dobry Date: Fri, 18 Dec 2020 22:54:40 -0500 Subject: [PATCH 1/2] Fix formatting of repo.did example --- did-git-spec.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/did-git-spec.md b/did-git-spec.md index 090cfd3..1ab082b 100644 --- a/did-git-spec.md +++ b/did-git-spec.md @@ -339,7 +339,8 @@ To create a git-did, you must create a `did/repo.did` file that looks like this: // these keys. "", "", - "", + "" + ] } ``` From 6504519ad8271b09e0ef6bdfbb1b4ea0fe7e3116 Mon Sep 17 00:00:00 2001 From: Brice Dobry Date: Fri, 18 Dec 2020 23:07:11 -0500 Subject: [PATCH 2/2] Minor edits --- did-git-spec.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/did-git-spec.md b/did-git-spec.md index 1ab082b..48fe77c 100644 --- a/did-git-spec.md +++ b/did-git-spec.md @@ -393,8 +393,8 @@ Example: } } ``` -The commit adding your DID document should be signed by the key associated -private key of the public key referenced in the DID document. +The commit adding your DID document should be signed by the private key +associated with the public key referenced in the DID document. ### Read @@ -409,7 +409,7 @@ add the "id" member to what is rendered to the user. #### Repository DID There aren't currently any keys associated with the respository, so there will -ne no need to update the Public Keys in the DID document. The process to +be no need to update the Public Keys in the DID document. The process to change the maintainers or the canonical endpoint should be defined in the `did/governance.md` file. @@ -417,7 +417,7 @@ change the maintainers or the canonical endpoint should be defined in the To update a Contributor DID document, update the current DID document in the repository and rename the file to reflect the new public key. Once all changes -have been made commit and sign with the private key of the DID document before +have been made, commit and sign with the private key of the DID document before it was changed. ### Delete (Revoke) @@ -528,7 +528,7 @@ DIDdir requires that the root folder and all child folders be readable, writable, and executable by only the owner. All files must only be readable and writable by the owner. On Linux that means the folders are 700 and files are 600. All implementations must check both folder and file permissions and raise -and error/exception if any of the files are not correct. +an error/exception if any of the files are not correct. #### Default User DIDdir