mirror of
https://github.com/jedisct1/minisign.git
synced 2025-04-04 19:37:48 +03:00
No need to manually move the secret key to ~/.minisign any more
This commit is contained in:
parent
e3ee3d5a6c
commit
ba6bc8eb98
2 changed files with 2 additions and 7 deletions
|
@ -89,10 +89,7 @@ Creating a key pair
|
|||
\fBminisign\fR \-G
|
||||
.
|
||||
.P
|
||||
The public key is printed and put into the \fBminisign\.pub\fR file\. The secret key is encrypted and saved as a file named \fBminisign\.key\fR\.
|
||||
.
|
||||
.P
|
||||
This secret key may then be moved to the default path: \fB~/\.minisign/minisign\.key\fR\.
|
||||
The public key is printed and put into the \fBminisign\.pub\fR file\. The secret key is encrypted and saved as a file named \fB~/\.minisign/minisign\.key\fR\.
|
||||
.
|
||||
.P
|
||||
Signing a file
|
||||
|
|
|
@ -60,9 +60,7 @@ Creating a key pair
|
|||
|
||||
`minisign` -G
|
||||
|
||||
The public key is printed and put into the `minisign.pub` file. The secret key is encrypted and saved as a file named `minisign.key`.
|
||||
|
||||
This secret key may then be moved to the default path: `~/.minisign/minisign.key`.
|
||||
The public key is printed and put into the `minisign.pub` file. The secret key is encrypted and saved as a file named `~/.minisign/minisign.key`.
|
||||
|
||||
Signing a file
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue