Explorar el Código

Note about how to use ed25519 keys.

Fixes #2.
master
Chris McCormick hace 5 años
padre
commit
c3eb40ce64
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4
    0
      README.md

+ 4
- 0
README.md Ver fichero

@@ -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…
Cancelar
Guardar