[Mono-dev] Centralized MonoStore
Robert Jordan
robertj at gmx.net
Wed Jan 18 11:32:38 UTC 2012
On 18.01.2012 02:55, jaysonp wrote:
> Thanks again Robert but another clarification... Does this mean that I just
> have to add the "m" parameter/switch on this line of the script to activate
> the mono cert store? Like this:
>
> */& "$certmgr" /add /c CA "$certfile /m"/*
>
> Or should I change the c parameter instead? Like this:
> */& "$certmgr" /add /m CA "$certfile"/*
>
It's probably this:
"$certmgr" /add /c CA /m "$certfile"
Robert
More information about the Mono-devel-list
mailing list