Skip to content

Commit

Permalink
updated per code review
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
  • Loading branch information
Two-Hearts committed Aug 22, 2023
1 parent 88fbb41 commit 3520ec4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions specs/commandline/sign.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The file content, i.e. the file blob, is signed.
Upon successful signing, the generated signature is stored to user specified signature path in file system. The output message is printed out as following:

```text
Successfully signed <target_file>, stored signature at <signature_file>
Successfully signed <target_file> and created signature at <signature_file>
```

## Outline
Expand Down Expand Up @@ -183,10 +183,10 @@ notation sign --file --signature <signature_path> <target_file_path>
Examples of successful signing:
```console
$ notation sign --file ./myFile.txt
Successfully signed ./myFile.txt, stored signature at ./myFile.sig
Successfully signed ./myFile.txt and created signature at ./myFile.sig

$ notation sign --file --signature ./mySignature.sig ./myFile.txt
Successfully signed ./myFile.txt, stored signature at ./mySignature.sig
Successfully signed ./myFile.txt and created signature at ./mySignature.sig
```

### [Experimental] Sign container images stored in OCI layout directory
Expand Down

0 comments on commit 3520ec4

Please sign in to comment.