mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 23:55:51 +03:00
[GH-ISSUE #735] feat(signing): Phase 3 certificate lifecycle, keychain install, and hardening #199
Labels
No labels
bug
bug
documentation
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/App-Store-Connect-CLI#199
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rudrankriyam on GitHub (Feb 23, 2026).
Original GitHub issue: https://github.com/rudrankriyam/App-Store-Connect-CLI/issues/735
Depends on
Problem
After profile write-back exists, the major remaining gap with
fastlane matchis certificate/private-key lifecycle and local code-signing install ergonomics.Phase 3 Goal
Add certificate lifecycle + local keychain install flows needed for practical daily usage and CI reliability.
Proposed CLI Surface (Phase 3)
Enhance
asc signing syncand add focused helpers:Optional local install flags:
--install-certificates--keychain-name--keychain-password--skip-set-partition-listScope
.cer+.p12material in encrypted store.Implementation Notes
certificates csr generatewhere appropriate.Test Plan (TDD)
Always run:
make formatmake lintASC_BYPASS_KEYCHAIN=1 make testAcceptance Criteria
Out of Scope (future)
nuke/password-rotation/migrate parity command set.@rudrankriyam commented on GitHub (Feb 26, 2026):
Closing for now due scope/priority. We can reopen when this work is prioritized again.