add --postgres-password cmdline arg + make keys
This commit is contained in:
parent
42b7e13eae
commit
6cb6a96784
11 changed files with 84 additions and 53 deletions
|
|
@ -201,7 +201,7 @@ let upload ~input ~url =
|
|||
% ("@" ^ input)
|
||||
% url)
|
||||
|
||||
let setup ~output ~output_pubkey =
|
||||
let generate_eddsa_key ~output ~output_pubkey =
|
||||
Result.unwrap_err
|
||||
@@
|
||||
let priv, pub = Mirage_crypto_ec.Ed25519.generate () in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue