[MacPorts] #44796: certsync @1.0.7: update-ca-certificates does not process custom CAs

MacPorts noreply at macports.org
Thu Aug 28 08:54:56 PDT 2014


#44796: certsync @1.0.7: update-ca-certificates does not process custom CAs
-------------------------------+-----------------------
  Reporter:  carlos.laviola@…  |      Owner:  landonf@…
      Type:  defect            |     Status:  new
  Priority:  Normal            |  Milestone:
 Component:  ports             |    Version:  2.3.1
Resolution:                    |   Keywords:
      Port:  certsync          |
-------------------------------+-----------------------

Comment (by landonf@…):

 The keychain UI can be buggy when it comes to adding CAs to the
 appropriate trust settings store.

 Do your custom CAs show up if you run the following command?

 {{{
 security dump-trust-settings -d
 }}}

 If not, chances are they aren't in the admin trust settings. You could try
 adding them directly from the command line (untested!) via:

 {{{
 security add-trusted-cert -d <certfile>
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/44796#comment:2>
MacPorts <http://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list