Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Keys
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tetras-libre
Keys
Commits
dbe18020
Commit
dbe18020
authored
1 year ago
by
Eliott Sammier
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md: add command to export GPG key
parent
ffaa480a
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+11
-0
11 additions, 0 deletions
README.md
with
11 additions
and
0 deletions
README.md
+
11
−
0
View file @
dbe18020
...
@@ -37,6 +37,17 @@ To import a gpg key, use `gpg --import <key file>`. To import all keys, go to GP
...
@@ -37,6 +37,17 @@ To import a gpg key, use `gpg --import <key file>`. To import all keys, go to GP
After that, you need to edit confidence of the key. For this, use
`gpg --edit-key <keyName>`
and use
`trust`
command in gpg (
`gpg>trust`
)
After that, you need to edit confidence of the key. For this, use
`gpg --edit-key <keyName>`
and use
`trust`
command in gpg (
`gpg>trust`
)
Answer the response to add the confidence
`5 - ultimate`
. Use
`quit`
to leave.
Answer the response to add the confidence
`5 - ultimate`
. Use
`quit`
to leave.
## Export the key
Find the ID of your key, for example with
```
sh
gpg
--list-keys
|
grep
-i
-B
2 <your name>
```
Then export it
```
sh
gpg
--export
--armor
--output
'<your.email@tetras-libre.fr_pub.asc'
<key
id
>
```
Finally copy the
`.asc`
key file to the GPG folder (if it's not already there)
# Pass
# Pass
## Check manually if key is valid for pass
## Check manually if key is valid for pass
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment