go-http-peering/cmd/keygen
wpetit ee4c2ad221 Allow empty passphrase when using environment variable 2019-03-29 15:15:38 +01:00
..
README.md Redesign authentication protocol 2019-03-29 14:59:07 +01:00
create_key.go Redesign authentication protocol 2019-03-29 14:59:07 +01:00
create_token.go Redesign authentication protocol 2019-03-29 14:59:07 +01:00
get_public_key.go Redesign authentication protocol 2019-03-29 14:59:07 +01:00
main.go Redesign authentication protocol 2019-03-29 14:59:07 +01:00
util.go Allow empty passphrase when using environment variable 2019-03-29 15:15:38 +01:00

README.md

keygen

Utilitaire de génération de jetons d'authentifications.

Usage

Créer une nouvelle clé privée

bin/keygen -create-key

Récupérer la clé publique associée à une clé privée précedemment créée

bin/keygen -get-public-key -key chemin/vers/clé/privée

Générer un jeton d'authentification à partir d'une clé privée

bin/keygen -create-token -key chemin/vers/clé/privée

Afficher l'aide

bin/keygen -help

Mode sans interaction

Les commandes nécessitant l'entrée d'une phrase de passe peuvent utiliser la variable d'environnement KEY_PASSPHRASE pour fonctionner sans interaction.