Skip to content

Commit

Permalink
fix gpg README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thayamizu committed Jan 30, 2021
1 parent 0b0031c commit 7a13590
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions frameworks/next/v8.9
Submodule v8.9 added at 2505e1
1 change: 1 addition & 0 deletions frameworks/nuxt/v2.9
Submodule v2.9 added at 4b5953
4 changes: 2 additions & 2 deletions tools/gpg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,13 +305,13 @@ gpg: 次回の信用データベース検査は、2022-12-19です

### データの暗号化

自分のみ復号化できるよう`--recepient`オプションで自分の公開鍵情報を指定する
自分のみ復号化できるよう`--recepient`オプションで自分の公開鍵を指定する情報(公開鍵IDやメールアドレスなど)を記述する

```sh
❯ gpg --encrypt --recipient <自分の公開鍵ID> ファイルへのパス
```

特定の相手のみ復号化できるよう`--recepient`オプションで相手の公開鍵情報を指定する
特定の相手のみ復号化できるよう`--recepient`オプションで相手のオプションで自分の公開鍵を指定する情報(公開鍵IDやメールアドレスなど)を記述する

```sh
❯ gpg --encrypt --recipient <相手の公開鍵ID> ファイルへのパス
Expand Down

0 comments on commit 7a13590

Please sign in to comment.