Skip to content

chore: Clean up certificate generation script#38

Merged
keelerm84 merged 1 commit intomainfrom
mk/sdk-1786/cleanup
Jan 28, 2026
Merged

chore: Clean up certificate generation script#38
keelerm84 merged 1 commit intomainfrom
mk/sdk-1786/cleanup

Conversation

@keelerm84
Copy link
Copy Markdown
Member

No description provided.

@keelerm84 keelerm84 requested a review from a team as a code owner January 28, 2026 18:55
Comment thread .github/workflows/ci.yml
ssm_parameter_pairs: '
/production/common/releasing/apex/username = DEFAULT_USERNAME,
/production/common/releasing/apex/consumer_key = SFDX_CONSUMER_KEY,
/production/common/releasing/apex/jwt_key = SFDX_JWT_KEY,
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't actually use this field.


read -p "(step 4/4) Base64 encoding the private key. Put in clipboard? (y/n)" choice
# Function to copy to clipboard using available utility
copy_to_clipboard() {
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not everyone uses a mac around here.


read -p "(step 4/4) Put private key in clipboard? (y/n)" choice
case "$choice" in
y|Y ) base64 -i server.key | pbcopy;;
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We use the raw key instead of encoding it now.

@keelerm84 keelerm84 merged commit ceca1e2 into main Jan 28, 2026
4 checks passed
@keelerm84 keelerm84 deleted the mk/sdk-1786/cleanup branch January 28, 2026 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants