Browse Source

Update with review comments

Michael Kaye 5 years ago
parent
commit
943dc0ea81
1 changed files with 7 additions and 0 deletions
  1. 7 0
      scripts/generate-key

+ 7 - 0
scripts/generate-key

@@ -1,3 +1,10 @@
+#!/usr/bin/env python
+
+# Use this to generate a signing key and verify key for use in sydent
+# configurations.
+
+# The signing key is generally used in "ed25519.signingkey" in the sydent config
+
 import signedjson.key
 import sys
 signing_key = signedjson.key.generate_signing_key(0);