Key Usage and how to delete a key chain from a store
From: Daniel (no_spam_at_engelsnet.info)
Date: 12/06/04
- Next message: Sergio Dutra [MS]: "Re: Encrypt over the network - including to non Windows boxes"
- Previous message: Daniel: "Key Usage and how to delete a key chain from a store"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 6 Dec 2004 05:15:13 -0800
Hi,
I wrote a vbs script, that first create a public and private key and
send a request to the CA. After the issue of a the certificate the
certificate is saved to the public and private key. Then I export the
complete public, private and certificate by calling the createFilePFX
method. Then I want to delete the key from the store, but I don't know
how I can do this.
Another problem is that the KeyUsage is not the KeyUsage, that I need.
I need the following key usage: Digital Signature, Key Encipherment
(a0). The key usage which the script create is that: Digital Signature,
Non-Repudiation, Key Encipherment, Data Encipherment (f0)
Anohter question is how I can issue a certificate request in the CA
server. I heard that certutil can do this, but I don't found the
function.
A lot of questions - I know. Thanks a lot!
Daniel
- Next message: Sergio Dutra [MS]: "Re: Encrypt over the network - including to non Windows boxes"
- Previous message: Daniel: "Key Usage and how to delete a key chain from a store"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|