Skip to content

Commit d6e7ba5

Browse files
committed
feat(cards): add 47-5 codesign identity lookup and ambiguity fix
1 parent eef13d8 commit d6e7ba5

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

cards/facts.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1017,6 +1017,14 @@ facts:
10171017
headline: "aro build --sign --hardened-runtime"
10181018
explanation: "Sign compiled binaries for macOS notarization workflows. --sign applies a code signing identity. --hardened-runtime enables the required entitlement. One flag from development binary to App Store ready."
10191019

1020+
- id: "47-5"
1021+
week: 47
1022+
day: 5
1023+
category: "DevOps"
1024+
headline: "security find-identity -v -p codesigning"
1025+
explanation: "Lists all valid signing identities in your Keychain with their SHA-1 hashes. If two certs share a name (e.g. after renewal), pass the hash instead of the name string to --sign. Delete expired duplicates from Keychain Access to keep it unambiguous."
1026+
1027+
10201028

10211029
# ===== WEEK 48: Request Headers =====
10221030
- id: "48-1"

0 commit comments

Comments
 (0)