go-http-peering/cmd/keygen
wpetit e7072ccdb3 Migrate to namespace forge.cadoles.com/Cadoles/go-http-peering 2019-10-16 11:18:34 +02:00
..
README.md Redesign authentication protocol 2019-03-29 14:59:07 +01:00
create_key.go Migrate to namespace forge.cadoles.com/Cadoles/go-http-peering 2019-10-16 11:18:34 +02:00
create_token.go Migrate to namespace forge.cadoles.com/Cadoles/go-http-peering 2019-10-16 11:18:34 +02:00
get_public_key.go Migrate to namespace forge.cadoles.com/Cadoles/go-http-peering 2019-10-16 11:18:34 +02:00
main.go Redesign authentication protocol 2019-03-29 14:59:07 +01:00
util.go Migrate to namespace forge.cadoles.com/Cadoles/go-http-peering 2019-10-16 11:18:34 +02: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.