Ask a Question related to Mac Applications & Software, Design and Development.
-
Zephrane #1
jaguar/safari/ SSL certificate
how can you see encrypting security certificates installed in this
browser, I haven't seen anything like in the prefs.
--
*** remove "_no_junk" for mail replies ***
Zephrane 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... -
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... -
GLUT changes in Jaguar
Hi all. I've just attempted to port some of my Puma-era work to Jaguar, with some very troubling results. It seems that the GLUT support has... -
uuUndo for jaguar
I am using newswatcher and I cant download attachments, it says uuUndo is needed. I cant find a jaguar version, what do I do? -
Jaguar won't quit, 9.2.2 doesn't see Jaguar disk <?>
In article <0001HW.BB1CA16F00BED800F0386600@enews.newsguy.com>, Jonathan Brady <jbrady@removethisspamkiller.myfmail.com> wrote: That's what... -
Heather Donahue #2
Re: jaguar/safari/ SSL certificate
In article <zephrane-FF0F56.11354826072003@news4-2.free.fr>,
Zephrane <zephrane@free_no_junk.fr> wrote:
Safari's certificates are kept in a system keychain file. It's in the> how can you see encrypting security certificates installed in this
> browser, I haven't seen anything like in the prefs.
file /System/Library/Keychains/X509Anchors
In order to view it, at least one way, there might be others, is to open
your "KeyChain Access.app" in the Utilities folder and use the "Add
KeyChain" menu item under the File menu. This will allow you to browse
the file.
AFAICT you can't use KeyChain Access to modify this file, or even a copy
of it. The only way I know of to add a CA certificate to the
X509Anchors file is with the "certtool" command in the Terminal.
I've forgotten where I saw this posted but if you need to add a CA
certificate to the system keychain here's how:
-------------Apologies to the original author-----------------
You need to copy the master keychain used by Safari to your own
~/Library/Keychains folder before using certtool, then copy it back
again (using sudo).
So:
% cp /System/Library/Keychains/X509Anchors ~/Library/Keychains
% certtool i mycert.pem k=X509Anchors
% sudo cp ~/Library/Keychains/X509Anchors
/System/Library/Keychains/X509Anchors
---------------------------------------------------------------
(The last one is all on one line.)
"mycert.pem" is, of course, your CA certificate that you want to add to
Safari, substitute that with the real name of your certificate.
--
Heather Donahue
Direct all replies to newsgroups
But if you _really_ need to contact me: infidel at sonic dot net
Heather Donahue Guest



Reply With Quote

