Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Fixup minor string inconsistencies #397

Merged
merged 2 commits into from
Dec 17, 2024
Merged

Fixup minor string inconsistencies #397

merged 2 commits into from
Dec 17, 2024

Conversation

danbarr
Copy link
Contributor

@danbarr danbarr commented Dec 17, 2024

Some nits:

  • Proper capitalization of CodeGate in user-facing strings
  • Update cert_gen instructions to use user scope instead of system scope

Use user scope instead of system scope for cert trust
"sudo security add-trusted-cert -d -r trustRoot "
"-k /Library/Keychains/System.keychain certs/server.crt"
"security add-trusted-cert -r trustRoot "
"-k ~/Library/Keychains/login.keychain certs/server.crt"
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't think this script is used anymore..this is confusing and we need to clean that up, but for now the only instructions are in the UI and the docs. It's not wrong to fix instructions that are not used :-) so let's merge the PR and remove this script later on

(the certs are these days minted in codegate_ca.py)

@jhrozek jhrozek merged commit 8d018b8 into main Dec 17, 2024
3 checks passed
@danbarr danbarr deleted the fix-strings branch December 17, 2024 20:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants