mirror of
https://github.com/mjl-/mox.git
synced 2025-06-28 02:28:15 +03:00
fix command gentestdata for testing upgrades
not working since tlspubkey auth
This commit is contained in:
parent
dd92ed5117
commit
b85401a83d
@ -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…
x
Reference in New Issue
Block a user