Skip to content

Commit

Permalink
add cert provision success message for foreground provisioning
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Jul 15, 2024
1 parent 79a7386 commit 56ea900
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/puma/acme/plugin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ def start(launcher)
@logger.log 'Puma foreground provisioning cert via puma-acme plugin...'

provision(cert, poll_interval: poll_interval)
@logger.log "[#{cert.names.join(', ')}] cert provisioned via puma-acme plugin."

bind_to(launcher, cert)

if renew_at
Expand Down

0 comments on commit 56ea900

Please sign in to comment.