use original mtime of routerInfo and simplify Reseeder interface

This commit is contained in:
Matt Drollette
2014-12-15 14:50:10 -06:00
parent d6e3a1df78
commit bb7c6029e4
6 changed files with 24 additions and 120 deletions

View File

@@ -41,7 +41,8 @@ func su3VerifyAction(c *cli.Context) {
ks := reseed.KeyStore{Path: "./certificates"}
cert, err := ks.ReseederCertificate(su3File.SignerId)
if nil != err {
panic(err)
fmt.Println(err)
return
}
if err := su3File.VerifySignature(cert); nil != err {