From b3d583aa834c8983a9da8fe43ef4185342ed3e18 Mon Sep 17 00:00:00 2001 From: cedricAbonnel Date: Sun, 21 Jul 2024 16:24:52 +0200 Subject: [PATCH] =?UTF-8?q?Infos=20sur=20la=20contributions=20adapt=C3=A9e?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LICENCE | 2 +- README.md | 2 +- contribute.md | 4 ++-- .../creer_une_autorite_de_certification_CA_privee.md | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/LICENCE b/LICENCE index 67582a9..7b7c3ce 100644 --- a/LICENCE +++ b/LICENCE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 cedricAbonnel / Cédrix +Copyright (c) 2024 Cédrix Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/README.md b/README.md index 885e384..cf5a5e7 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Le dépôt est organisé en différentes catégories pour faciliter la navigatio Les contributions sont les bienvenues ! Si vous avez des suggestions, des corrections ou de nouvelles notes à ajouter, veuillez suivre les étapes suivantes : 1. **Fork le dépôt** -2. **Cloner votre fork** : `git clone https://github.com/votre-utilisateur/votre-repo.git` +2. **Cloner votre fork** : `git clone https://xxxx/votre-utilisateur/votre-repo.git` 3. **Créer une branche** : `git checkout -b ma-nouvelle-branche` 4. **Faire des modifications** 5. **Commits** : `git add .` puis `git commit -m "Ajouter une nouvelle note sur [sujet]"` diff --git a/contribute.md b/contribute.md index 2d96d12..93e7d31 100644 --- a/contribute.md +++ b/contribute.md @@ -8,7 +8,7 @@ Merci de votre intérêt pour contribuer à ce projet ! Vos contributions sont e 2. **Cloner votre fork** : Clonez le dépôt forké sur votre machine locale. ```bash - git clone https://github.com/votre-utilisateur/votre-repo.git + git clone https://xxxx/votre-utilisateur/votre-repo.git ``` 3. **Créer une branche** : Créez une nouvelle branche pour votre fonctionnalité ou correction. @@ -29,7 +29,7 @@ Merci de votre intérêt pour contribuer à ce projet ! Vos contributions sont e git push origin ma-nouvelle-branche ``` -7. **Créer une Pull Request** : Allez sur la page de votre dépôt forké sur GitHub et cliquez sur "New Pull Request". Décrivez vos modifications dans la description de la Pull Request. +7. **Créer une Pull Request** : Allez sur la page de votre dépôt forké et cliquez sur "New Pull Request". Décrivez vos modifications dans la description de la Pull Request. ## Lignes Directrices pour les Contributions diff --git a/notes/certificats/creer_une_autorite_de_certification_CA_privee.md b/notes/certificats/creer_une_autorite_de_certification_CA_privee.md index 4192595..3468933 100644 --- a/notes/certificats/creer_une_autorite_de_certification_CA_privee.md +++ b/notes/certificats/creer_une_autorite_de_certification_CA_privee.md @@ -1,6 +1,6 @@ # Créer une autorité de certification (CA) privée -Cédric Abonnel - 2024-07-21 +Cédrix - 2024-07-21 ## Introduction @@ -116,7 +116,7 @@ Email Address []: john.doe@example.com En suivant ces indications, vous aurez correctement configuré les informations de votre CA privée pour un usage personnel. - Le certificat créé (`ca.crt`) sera valide pendant 10 ans (3650 jours). +Le certificat créé (`ca.crt`) sera valide pendant 10 ans (3650 jours). En suivant ces étapes, vous aurez configuré une structure de base pour votre CA privée sur Debian 12, prête à émettre et gérer des certificats au sein de votre infrastructure.