You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I use this module in a custom vhost module to give certificates to internal hosts via dns-01 validation. My current problem is that after adding the vhost apache is configured to add a ssl vhost with the cerifificates but these are not there yet because of the workflow of this module. Therefore I want apache to only reconfigure after the certificates have been deployed. Is there a way (fact or defined resource) to detect that the certificate is finished deploying?
Kind regards Clemens.
The text was updated successfully, but these errors were encountered:
@cbergmann what you can do is to subscribe on the dehydrated class or (I think) on Dehydrated::Certificate['yourcert'], that should trigger a refresh on your service.
Hi, I use this module in a custom vhost module to give certificates to internal hosts via dns-01 validation. My current problem is that after adding the vhost apache is configured to add a ssl vhost with the cerifificates but these are not there yet because of the workflow of this module. Therefore I want apache to only reconfigure after the certificates have been deployed. Is there a way (fact or defined resource) to detect that the certificate is finished deploying?
Kind regards Clemens.
The text was updated successfully, but these errors were encountered: