Update docs/Savaneprod/2025-03-31-certificats-wildcard-pour-synology.md
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -20,6 +20,11 @@ Pour importer automatiquement les certificats dans Synology DSM j'utilise le scr
|
|||||||
cd /la/ou/qutu/veux/que/ton/certificat/il/soit
|
cd /la/ou/qutu/veux/que/ton/certificat/il/soit
|
||||||
git clone https://gitea.savaneprod.fr/jf/Certificats.git
|
git clone https://gitea.savaneprod.fr/jf/Certificats.git
|
||||||
```
|
```
|
||||||
|
* Tu crées un fichier `.domain` dans `./domains` qui contient le Common Name et le Subject Alternative Name :
|
||||||
|
```bash
|
||||||
|
DOMAIN='savaneprod.fr'
|
||||||
|
SUBJECT_ALTERNATIVE_NAME='*.savaneprod.fr'
|
||||||
|
```
|
||||||
|
|
||||||
## Côté infomaniak
|
## Côté infomaniak
|
||||||
### Pour le challenge DNS (vérification que l'on possède bien le nom de domaine)
|
### Pour le challenge DNS (vérification que l'on possède bien le nom de domaine)
|
||||||
|
|||||||
Reference in New Issue
Block a user