diff --git a/README.md b/README.md index cff4daf..c03baef 100644 --- a/README.md +++ b/README.md @@ -16,19 +16,6 @@ Roles: - add ONLY the _PUBLIC_ part of your gpg key!!! - checkin via MergeRequest/PullRequest -# TODO -## Reference: Manual Steps -### import gpg keys -```shell -gpg --import /path/to/keys/*.gpg.pub -``` - -### list imported gpg keys -```shell -gpg --list-keys --keyid-format=long -``` - - ### 1b. Onboarding: Any User: Add new user to groups Access for each repo is tracked using the `./groups/` directory; each sub-directory represents a "group" (Note: some "groups" are also "roles", e.g. `admin`) @@ -74,6 +61,19 @@ devnso-adp-argocd % git diff ``` +## Reference: Commands for gpg keys +### import gpg keys +```shell +gpg --import /path/to/keys/*.gpg.pub +``` + +### list imported gpg keys +```shell +gpg --list-keys --keyid-format=long +``` + + + # Configure SOPS SOPS is used for encrypting secrets, e.g. credentials for various systems