all gpg consolidated to wiki page
This commit is contained in:
parent
424474f534
commit
1345009d53
1 changed files with 3 additions and 11 deletions
14
README.md
14
README.md
|
@ -61,16 +61,19 @@ Commande pour lancer mon installation :
|
|||
> > ### Connexion au Wifi
|
||||
> >
|
||||
> > Lancer l'utilitaire
|
||||
> >
|
||||
> > ```bash
|
||||
> > iwctl
|
||||
> > ```
|
||||
> >
|
||||
> > Récupérer le nom de l'interface
|
||||
> >
|
||||
> > ```bash
|
||||
> > [iwd]# device list
|
||||
> > ```
|
||||
> >
|
||||
> > Si l'interface est `wlan0`, se connecter au wifi `<SSID>` :
|
||||
> >
|
||||
> > ```bash
|
||||
> > [iwd]# station wlan0 connect <SSID>
|
||||
> > ```
|
||||
|
@ -111,17 +114,6 @@ quelques applications que je désactive qui sont mauvaises.
|
|||
curl https://git.mylloon.fr/Anri/confOS/raw/branch/main/termux.sh -s | bash
|
||||
```
|
||||
|
||||
# Infos
|
||||
|
||||
- Import/Export clef GPG :
|
||||
|
||||
- Récuperer l'ID : `gpg --list-secret-keys --keyid-format=long`
|
||||
- Exporter clef publique : ` gpg --output public.gpg --armor --export {ID}`
|
||||
- Exporter clef privée : ` gpg --export-secret-keys --armor {ID} > secret.asc`
|
||||
- Importer clefs publiques : `gpg --import public.gpg`
|
||||
- Importer clefs privées : `gpg --allow-secret-key-import --import secret.asc`
|
||||
- Utiliser clef pour Git : `git config --global user.signingkey {ID}`
|
||||
|
||||
# Post install
|
||||
|
||||
Après avoir installé son PC, la configuration peut changer !
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue