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:
David Cowden 2020-05-11 18:46:15 -07:00
parent bdadea8a37
commit 9518ba44b1

View file

@ -57,6 +57,8 @@ func (p *ACME) Init(config Config) (err error) {
return err return err
} }
// TODO: https://github.com/smallstep/certificates/issues/250
return err return err
} }