forked from TrueCloudLab/certificates
provisioner/acme: Add TODO for retry restarts
The comment in acme/authority directs users to this file so put a TODO in for posterity.
This commit is contained in:
parent
bdadea8a37
commit
9518ba44b1
1 changed files with 2 additions and 0 deletions
|
@ -57,6 +57,8 @@ func (p *ACME) Init(config Config) (err error) {
|
|||
return err
|
||||
}
|
||||
|
||||
// TODO: https://github.com/smallstep/certificates/issues/250
|
||||
|
||||
return err
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue