How to add the Certificate to the client side after we publish the application using clickonce? -
06-19-2007
, 07:50 AM
When we publish the application using clickonce,we need export the
certificate
and import it to the client side using the following command:
>CertMgr.exe -add ryou.cer -s Root
>CertMgr.exe -add ryou.cer -s TrustedPublishe
But now, how can we perform the above steps on the server side rather than
the client side?
Any suggestion?
Thanks! |