Closed dpisano closed 4 years ago
I found the fix for this. It looks like I need to have the notify
in both dehydrated::certificate
and on the class.
class { 'dehydrated' :
notify => Service['nginx'],
}
I found the fix for this. It looks like I need to have the
notify
in bothdehydrated::certificate
and on the class.class { 'dehydrated' : notify => Service['nginx'], }
I think that one should be enough. If I remember right, dehydrated::certificate notifies dehydrated. But I might bw wrong.
I just ran a test and it looks like that one should be enough. Thanks.
For some reason when my OCSP files are updated nginx is not getting notified to restart. When that cert is updated the servers is notified and restarts. Bellow is config that I'm using.