Ask a Question related to Mac Programming, Design and Development.
-
Christian Witt #1
OSX: Import certificate into keychain
Hi,
I have a certificate exported from Windows Internet Explorer
(certificate + private key) using the pfx-format. No I want to import
this certificate and the corresponding private key into the keychain.
I can use the openssl-tool to spli up the pfx-file into the
certificate and the private-key. And I can import the certificate
using the certtool into a keychain. But how do I import the
private-key? In the Security/Certifcate/Key-Services I found functions
for creating and importing a public/private-key-pair but not for
importing a private key.
Does anybody now more details about the
SecCertificateBundleImport-function? The header SecCertificateBundle.h
is mentioned in the documentation which came with Jaguar but not on
the apple-website.
And what das the return-code -4 means? It is returned when I call the
SecCertificateBundleImport-function.
thanks in advance
Christian
Christian Witt Guest
-
Win32::OLE and CAPICOM to find a certificate in certificate store will raise exception
Hi, I am trying to use win32::OLE to access certificate store via CAPICOM. If certificates in the store meet the searching criteria, the... -
SSL Certificate
We're trying to get a SSL certificate set up. But we keep getting a "connection terminated unexpectedly" error. And nothing is being recorded in... -
Keychain access and new builds
I have an app which accesses the Keychain. If I use a given build repeatedly, I am only prompted for permission to access the item only on the... -
Mail Keychain Insanity
Using OS 10.2.6 Mail 1.2.5 Everytime I log on and open up mail I have to enter my Keychain password. Security isn't an issue for me so I have... -
Certificate Server and Windows XP - Cannot install certificate
Hello all, I would like to implement certificate server. I have installed the service on Win2003 server in standalone mode. I have created from... -
Thomas Engelmeier #2
Re: OSX: Import certificate into keychain
In article <50052383.0309120222.678b82bc@posting.google.com >,
[email]christian.witt@epost.de[/email] (Christian Witt) wrote:
I just used certtool to import the certificates of fernuni-hagen.de for> Hi,
>
> I have a certificate exported from Windows Internet Explorer
> (certificate + private key) using the pfx-format. No I want to import
> this certificate and the corresponding private key into the keychain.
Safari.
More information about importing them is at <http://www.macosxhints.com/article.php?story=20030124064421978>
Regards,
Tom_E
Thomas Engelmeier Guest
-
Christian Witt #3
Re: OSX: Import certificate into keychain
Thomas Engelmeier <aug03_nospam@engelmeier.com> wrote in message news:<bjt4jk$mhtku$1@ID-2640.news.uni-berlin.de>...
No, this doesn't work in my case, because I want to import not only> In article <50052383.0309120222.678b82bc@posting.google.com >,
> [email]christian.witt@epost.de[/email] (Christian Witt) wrote:
>>> > Hi,
> >
> > I have a certificate exported from Windows Internet Explorer
> > (certificate + private key) using the pfx-format. No I want to import
> > this certificate and the corresponding private key into the keychain.
> I just used certtool to import the certificates of fernuni-hagen.de for
> Safari.
the certificate but also the private key belonging to the
certificate's public key. certtool just imports the certificate. In
your case (importing the root-certificate from hagen) you do not need
the private key (and you do not even know it)
Ciao
Christian
Christian Witt Guest



Reply With Quote

