Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to detect finished deployment #14

Open
cbergmann opened this issue Oct 16, 2019 · 2 comments
Open

How to detect finished deployment #14

cbergmann opened this issue Oct 16, 2019 · 2 comments
Labels

Comments

@cbergmann
Copy link
Contributor

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.

@bzed
Copy link
Owner

bzed commented Nov 20, 2019

Thats actually a good question, I need to figure that out or find a way, too... Didn't have the time for it unfortunately...

@bzed
Copy link
Owner

bzed commented Feb 2, 2020

@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.

@bzed bzed added the question label Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants