mirror of
https://github.com/mjl-/mox.git
synced 2025-01-24 05:55:49 +03:00
fix command gentestdata for testing upgrades
not working since tlspubkey auth
This commit is contained in:
parent
dd92ed5117
commit
b85401a83d
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ Accounts:
|
|||
// Populate auth.db
|
||||
err = store.Init(ctxbg)
|
||||
xcheckf(err, "store init")
|
||||
err = store.TLSPublicKeyAdd(ctxbg, &store.TLSPublicKey{Fingerprint: "...", Type: "ecdsa-p256", CertDER: []byte("..."), Account: "test0", LoginAddress: "test0@mox.example"})
|
||||
err = store.TLSPublicKeyAdd(ctxbg, &store.TLSPublicKey{Name: "testkey", Fingerprint: "...", Type: "ecdsa-p256", CertDER: []byte("..."), Account: "test0", LoginAddress: "test0@mox.example"})
|
||||
xcheckf(err, "adding tlspubkey")
|
||||
|
||||
// Populate dmarc.db.
|
||||
|
|
Loading…
Reference in a new issue