Browse Source

Note about how to use ed25519 keys.

Fixes #2.
master
Chris McCormick 5 years ago
parent
commit
c3eb40ce64
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      README.md

+ 4
- 0
README.md View File

@@ -32,6 +32,10 @@ Then you should edit the new file in `~/.gitnonymous-KEYNAME/config` to set the
32 32
 	export GIT_AUTHOR_EMAIL="protect-all-babies@anonymous-mail-provider.com"
33 33
 	export TZ=UTC
34 34
 
35
+You can pass `ssh-keygen` options to the setup command as well. For example to create an ed25519 key instead of an RSA key:
36
+
37
+	$ ./gitnonymous-setup KEYNAME -t ed25519
38
+
35 39
 ## Use ##
36 40
 
37 41
 You can symlink the `gitnonymous` and `gitnonymous-setup` commands into your `~/bin` folder or somewhere else on your `PATH` to execute them without typing the full path.

Loading…
Cancel
Save