Skip to content

Commit

Permalink
add cert provision success message for foreground provisioning (#12)
Browse files Browse the repository at this point in the history
* add cert provision success message for foreground provisioning

* tweak wording for successful foreground cert provision
  • Loading branch information
geemus authored Jul 15, 2024
1 parent 79a7386 commit abc5341
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 provisioned for [#{cert.names.join(', ')}] via puma-acme plugin."

bind_to(launcher, cert)

if renew_at
Expand Down

0 comments on commit abc5341

Please sign in to comment.