Skip to content
Snippets Groups Projects
Commit 4f99ec8050ab authored by Balasankar 'Balu' C's avatar Balasankar 'Balu' C
Browse files

Merge branch 'docs-mmora-master-patch-97120' into 'master'

Clarification on permissions for key

See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7669



Merged-by: default avatarBalasankar 'Balu' C <balasankar@gitlab.com>
Approved-by: default avatarEvan Read <eread@gitlab.com>
Approved-by: default avatarBalasankar 'Balu' C <balasankar@gitlab.com>
Co-authored-by: default avatarMario Mora <mmora@gitlab.com>
No related branches found
No related tags found
1 merge request!145Merge upstream Omnibus GitLab into Omnibus Heptapod
......@@ -121,7 +121,7 @@
used to add GitLab repository, as mentioned in the [install page](https://about.gitlab.com/install/),
again. It will fetch the new key and add it to the user's keyring.
Or, users can manually fetch and add the new key using the following commands
Or, users can manually fetch and add the new key using the following commands:
```shell
# Download the new key
......@@ -135,6 +135,10 @@
sudo rpm --import /tmp/omnibus_gitlab_gpg.key
```
NOTE:
Make sure that the new key has the necessary permissions to be properly recognized by your OS, which should be `644`. You can set the permissions by running
the following command: `chmod 644 <keyfile>`.
### Previous keys
| Sl. No. | Key ID | Expiry Date |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment