Detect and activate newer certificate feature
-
I'm testing the new version of Mdaemon specifically for the 'Automatically detect and activate newer certficates' feature.
I do have one question- on this particular server the certficates I want it to use are being stored in the WebHosting certificate store (as this is the default location where the ACME client dumps them). I can see that Mdaemon is only looking at the 'Personal' certificate store path. Is there any way to configure Mdaemon to look at both the WebHosting and Personal paths? Or at least look at the WebHosting path?
Worst case I can try to reconfigure the ACME client to store the certificates and renewals in the 'Personal' path- but then I'd also have to modify some other scripts I have running against those certs. So I'd prefer to just make a change in Mdaemon to look at that WebHosting path if possible.
By the way, I did look at the SSL settings in Mdaemon.ini and found what I thought would let me make the change. I modified 'CertStoreName=My' (which is the Personal path) and changed it to 'CertStoreName=WebHosting' then saved that change and restarted Mdaemon. However, after opening Mdaemon, I noticed it was still looking only at the Personal store. On top of that, it reverted the change I had made in Mdaemon.ini and put it back to 'CertStoreName=My'.
So there must be something else that is controlling that?
-
-