include file extension

This commit is contained in:
Matt Drollette
2014-12-14 21:39:49 -06:00
parent 54fbd58b27
commit 7827bab301

View File

@@ -93,7 +93,7 @@ func reseedAction(c *cli.Context) {
signerKey := c.String("key")
if signerKey == "" {
signerKey = signerFile(signerId)
signerKey = signerFile(signerId) + ".pem"
}
reloadIntvl, err := time.ParseDuration(c.String("interval"))