Commit 5ce0015
committed
Fix: Allow all apps to access imported certificate in keychain
- Add the `-A` flag to the `security import` command to allow any application to access the imported certificate's private key.
- Update the `set-key-partition-list` to include `codesign:` for non-interactive access on CI.
- Add `/usr/bin/security` to the list of trusted tools for the certificate.1 parent c683793 commit 5ce0015
1 file changed
+6
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | | - | |
| 25 | + | |
| 26 | + | |
25 | 27 | | |
26 | | - | |
| 28 | + | |
27 | 29 | | |
28 | | - | |
| 30 | + | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
0 commit comments