include file extension
This commit is contained in:
@@ -93,7 +93,7 @@ func reseedAction(c *cli.Context) {
|
|||||||
|
|
||||||
signerKey := c.String("key")
|
signerKey := c.String("key")
|
||||||
if signerKey == "" {
|
if signerKey == "" {
|
||||||
signerKey = signerFile(signerId)
|
signerKey = signerFile(signerId) + ".pem"
|
||||||
}
|
}
|
||||||
|
|
||||||
reloadIntvl, err := time.ParseDuration(c.String("interval"))
|
reloadIntvl, err := time.ParseDuration(c.String("interval"))
|
||||||
|
|||||||
Reference in New Issue
Block a user