Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
Use issue #41 to track TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
fhofherr committed Oct 17, 2019
1 parent b85e59a commit 5808162
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,15 +109,13 @@ func (s *Server) initialize() {
}
func (s *Server) registerAcmeproxyDomain() {
tmpClientID := uuid.Must(uuid.NewRandom())
// TODO (fhofherr) make acmeproxy admin mail configurable
err := s.acmeAgent.RegisterClient(tmpClientID, "")
if err != nil {
log.Log(s.Logger,
"level", "error",
"error", err,
"message", "register default client")
}
// TODO (fhofherr) make acmeproxy domain configurable
err = s.acmeAgent.RegisterDomain(tmpClientID, "www.example.com")
if err != nil {
log.Log(s.Logger,
Expand Down

0 comments on commit 5808162

Please sign in to comment.