Certificate install location
-
Page /news/v883-self-signed-certificate/ install for LocalMachine.
Page dics/getting-started/#notepad-self-signed-certificate-authority-for-binaries says “If you accidentally picked Local Machine…”
These appear to be conflicting instructions.
-
@Dave-Teetz said in Certificate install location:
Page /news/v883-self-signed-certificate/ install for LocalMachine.
Page dics/getting-started/#notepad-self-signed-certificate-authority-for-binaries says “If you accidentally picked Local Machine…”
These appear to be conflicting instructions.
It will actually work in either.
When I wrote the original instructions, I picked
Current User
, because, from a security standpoint, it’s always better to pick the most-restrictive location – that way, my choices (like adding a new certificate to the trust system) will only affect me, rather than affecting everyone who uses the same computer. On most PCs, where there is only one user anyway, it completely does not matter.When Don wrote the instructions in the “news” page, he for some reason decided to recommend
Local Machine
instead ofCurrent User
: I don’t know why he did that, nor do I agree with it.But regardless, the phrasing in the User Manual is correct, because what the UM is really pointing out with the “accidentally picked” is that if you installed it in Location A, you have to use the right tool to be able to find it: if you installed it in
Current User
, you must usecertmgr.msc
to find it; if you installed it inLocal Machine
, you must usecertlm.msc
to find it.MaybeI will update the manual to give users the understanding to make the correct choice betweenCurrent User
andLocal Machine
, rather than implyingonly one way is rightthat one way was only “accidental”.
update: the User Manual has been updated; it now gives the user the information needed to make the correct choice for their circumstances, but makes sure to enable them to verify or change, whichever choice is made.
update 2: rephrased my last paragraph before the update, because the final version in the user manual still strongly implies one way is almost-always right, but it gives the decision guidelines for which is better, and still explains how to work with either.