[Mono-dev] Centralized MonoStore

Robert Jordan robertj at gmx.net
Wed Jan 18 15:27:24 UTC 2012


On 18.01.2012 14:24, jaysonp wrote:
> Hi Robert,
>
>       "$certmgr" /add /c CA /m "$certfile"  runs OK. However, 0 certificates
> were added. Certmgr displays:
>
>        */
>        "Unknown file extension:
>        0 certificate(s) added to store Trust"
>        /*

Then maybe

"$certmgr" /add /c /m CA "$certfile"

You may want to test yourself from the command line. Read
certmgr's man page.

Robert



More information about the Mono-devel-list mailing list