all gpg consolidated to wiki page

This commit is contained in:
Mylloon 2025-06-03 14:27:51 +02:00
parent 424474f534
commit 1345009d53
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -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 !