mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
[enh] Add info about security team and GPG.
This commit is contained in:
parent
479f64afbc
commit
c8a9b6d3a7
4 changed files with 31 additions and 0 deletions
|
@ -10,6 +10,8 @@ Two things remain important to note:
|
||||||
|
|
||||||
*If you need some advises, do not hesitate to [ask us](/support).*
|
*If you need some advises, do not hesitate to [ask us](/support).*
|
||||||
|
|
||||||
|
*To talk about security flaws, contact the [YunoHost security team](/security_team).*
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Improve security
|
## Improve security
|
||||||
|
|
|
@ -13,6 +13,8 @@ Deux points sont néanmoins importants à noter :
|
||||||
|
|
||||||
*Si vous avez besoin de conseil, n’hésitez pas à [nous demander](/support_fr).*
|
*Si vous avez besoin de conseil, n’hésitez pas à [nous demander](/support_fr).*
|
||||||
|
|
||||||
|
*Pour discuter d'une faille de securité, contactez l'[équipe securité de YunoHost](/security_team_fr).*
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Améliorer la sécurité
|
## Améliorer la sécurité
|
||||||
|
|
13
security_team.md
Normal file
13
security_team.md
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# Security team
|
||||||
|
|
||||||
|
Contact the security team by mail: `security@yunohost.org`.
|
||||||
|
|
||||||
|
We strongly advise you to encrypt your mail with GPG. Our public key is available on key servers. Below is our fingerprint
|
||||||
|
|
||||||
|
```
|
||||||
|
gpg --fingerprint security@yunohost.org
|
||||||
|
pub 4096R/17351899 2016-07-01
|
||||||
|
Empreinte de la clef = 6CBC 45EB A625 FBF3 513D 1227 749D 8972 1735 1899
|
||||||
|
uid YunoHost Security <security@yunohost.org>
|
||||||
|
sub 4096R/446838AF 2016-07-01
|
||||||
|
```
|
14
security_team_fr.md
Normal file
14
security_team_fr.md
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
# Équipe securité
|
||||||
|
|
||||||
|
Contactez l'équipe securité par email : `security@yunohost.org`.
|
||||||
|
|
||||||
|
Nous vous recommandons fortement de chiffrer votre mail avec GPG. Notre clé
|
||||||
|
publique est disponible sur les serveurs de clés. L'empreinte est ci-dessous :
|
||||||
|
|
||||||
|
```
|
||||||
|
gpg --fingerprint security@yunohost.org
|
||||||
|
pub 4096R/17351899 2016-07-01
|
||||||
|
Empreinte de la clef = 6CBC 45EB A625 FBF3 513D 1227 749D 8972 1735 1899
|
||||||
|
uid YunoHost Security <security@yunohost.org>
|
||||||
|
sub 4096R/446838AF 2016-07-01
|
||||||
|
```
|
Loading…
Reference in a new issue