fix: change default value for receptor_replace_tls to true#76
fix: change default value for receptor_replace_tls to true#76kurokobo wants to merge 1 commit intoansible:mainfrom
Conversation
|
i recall the original reason why we defaulted to false because everytime we generate a bundle a new cert/key is generated and we "for some reason" didn't want to always replacing it... @fosterseth did u recall more details? |
|
o right i remember a bit now... |
|
@TheRealHaoLiu How about:
If there is |
|
We could leave it as is, but I had trouble that certs were not replaced in the situation I described in this comment: #71 (comment) |
|
I ran into the same issue and wasted a lot of time trying to debug it. The Therefore I propose to change the notify after certificate upload to |
related #71
It is unnatural (unintended) behavior that the cert and key on the target node are not updated even if the cert and key that passed by
custom_tls_*orcustom_ca_*are updated on the control node.This PR changes default value for
receptor_replace_tlstotrue.Please let me know if there are situations where I should specify
falsefor this option. I can't imagine any.