Yes. Certificates are installed the same way for other services as well. It was mentioned in the previous post.
If you are using CB to manage services configuration you can continue using your own certificates and your own way of getting certificates as long as you install them in DA config directory. CB will take care to propagate them further to other services.
This was mentioned in the
change-log:
This is a breaking change for you, because you like for CB to manage configs but not manage certificates. But this is an improvement for the rest of DA users. This is because if you have messed up your apache configuration (or certificates) rebuilding apache will fix it. Previously it would not touch certificates and leave apache in a broken state.
Without this change manually managing certificates was quite error prone, because you could install new certificate for some services but not all of them. Since now CB takes care of managing service certs (treats certificates as part of service configuration) it is NOT now possible to have malformed configs (when some services use new certificate while other uses old certificate).
If you really do not want CB to get in your way you could just use different paths for you custom certificates. CB takes care to sync certificates to the fixed locations (where it expects them to be). Or you could take even one step further and not use CB to manage service configuration if you need to configure them drastically differently.
We will not be adding a configuration option for this.