Fix regression in acme.json secure mode
This commit is contained in:
parent
84cb9f15a4
commit
a96f483d56
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ func (t *localTransaction) Commit(object cluster.Object) error {
|
|||
if err != nil {
|
||||
return err
|
||||
}
|
||||
err = ioutil.WriteFile(t.file, data, 0644)
|
||||
err = ioutil.WriteFile(t.file, data, 0600)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue