473,769 Members | 6,248 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Install Certificate for Local System

Hi All,

I am writing a Win Services running win2000 server which requires to
connect to a Web Service provided by WebShpere.

I can't load the certificate (even with WSE2 SP3) wihtout installing
it into the trusted store. So, installing the certificate is my only
option now.

But the certificate that I installed follows the user (I can't install
a certificate for everybody) say Administrator.

The problem with this Win Service is that it runs using 'Local System'
instead of 'Administrator' . So my question now is, how to install the
Certificate for 'Local System'? I can't login as 'Local System'.

Thanks In Advance.
Nov 18 '07 #1
0 2824

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
429
by: Jeff Fulcer | last post by:
I am trying to do a get/post with a certificate to another server to gather information. I was provided with an ASP example that I am able to get my results fine with, but when I try it in .NET, the server keeps telling me there is no certificate. I can check the certificate after loading it using WSE 2 and it looks fine. Here is the code: Imports System.Security.Cryptography.X509Certificates Imports Microsoft.Web.Services2 Imports...
2
6111
by: Matthias Leonhardt | last post by:
Hi, My c#-prog shall call some https URLs at our webserver. It has a self-signed certificate. I also use IE per COM-Control to call a website at our server (also https). How can I install the certificate programmatically through setup or in the program itself in windows (or ie) to get rid of the security-warnings? I wrote an own IServiceProvider but the IE.Navigate Calls always show the warnings to install the certificate.
4
11328
by: Matt Frame | last post by:
I am working on a special ASP.Net application that receives files from customers. The connection is made via HTTPS and the client sends the file as a POST to my ASP.Net listener. All of this works fine. Now I am looking at how to validate the clients certificate programmatically. The client application sends to me with something like: .... Dim myHttp As HttpWebRequest = CType(WebRequest.Create(https://myserver/Receive.aspx),...
0
1554
by: Matthew.DelVecchio | last post by:
hey gang, i am a developing webapp that requires a client-side certificate in order to consume our partner's webservice. i have finished this app and, on Windows XP, i can install their cert via MMC and everything is honky dory. but on a Windows 2000 Server (W2K), things are not. While using MMC to install the .pfx cert on the Local Machine, i get this:
3
3136
by: Rudi | last post by:
If anyone has any ideas on how to install a SSL security certificate on a remote client (for a WSE SecureConversation scenario), even if it is not through the .NET msi, as I am really struggling on this one!! Original post below...... Does anyone know how to get the .NET MSI that you create via a Setup Project to install a certificate (the public cert) on the client? The installer is for a Windows application? I have searched google,...
5
7712
by: Ajith Menon | last post by:
I have to install .NET framework 3.0. I already have .NET Framework 1.1 installed on my machine. I don't want to remove framework 1.1 since some of the critical applications are using it. While installing .NET framework 3.0 I got the error: "Microsoft .NET Framework 3.0 x86 has encountered a problem during setup. Setup did not complete correctly." Error Signature:
1
5914
by: Joe | last post by:
Hello, I'm currently using a C# class library which is also converted quickly to a console app by adding a MAIN and adjusting the building configuration. I'm using this page as a reference to the code. http://support.microsoft.com/kb/895971 . I am using the CryptoAPI calls instead of a *.cer file. The only reason i'm using this method instead is because now a large project of mine no longer will work properly when using an exported...
2
8991
by: ucb01 | last post by:
Hi, I am working with Visual Studio 2005 in C#. Using makecert I create a self-signed certificate A with a private key then a certificate B based on A. The first is installed in the 'Certificate Authorities .. ' store, the second in the 'Personal' one. My application need to use the certificate B to sign binary data. In debug mode, my application runs perfectly (under Cassini, VS web server) but after deployment there is no way to...
0
3047
by: Ron | last post by:
Hi there, I am writing a program which need to see the certificate in trusted people store for security purpose. when I run the program, it says "couldn't find the certificate in trusted people store ". I am using VS2005 on XP sp2. I have imported a X509 certificate (c.pfx) into the store on local machine account. I wrote a small piece of code to see if the program can load cer from the store but it returns 0. here under is the code:
0
10214
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
9996
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9865
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8872
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6674
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5447
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3963
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3563
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2815
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.