Bonjour j'ai un soucis je configurer swag sur docker avec une validation ovh, je remplis bien les clés generer depuis l'api de ovh, mais j'ai cette erreur
[migrations] started
[migrations] 01-nginx-site-confs-default: skipped
[migrations] 02-swag-old-certbot-paths: skipped
[migrations] done
───────────────────────────────────────
██╗ ███████╗██╗ ██████╗
██║ ██╔════╝██║██╔═══██╗
██║ ███████╗██║██║ ██║
██║ ╚════██║██║██║ ██║
███████╗███████║██║╚██████╔╝
╚══════╝╚══════╝╚═╝ ╚═════╝
Brought to you by linuxserver.io
───────────────────────────────────────
To support the app dev(s) visit:
Certbot:
https://supporters.eff.org/donate/support-work-on-certbot
To support LSIO projects visit:
───────────────────────────────────────
GID/UID
───────────────────────────────────────
User UID: 1002
User GID: 1002
───────────────────────────────────────
Linuxserver.io version: 3.3.0-ls371
Build-date: 2025-03-17T13:53:41+00:00
───────────────────────────────────────
using keys found in /config/keys
Variables set:
2
2
TZ=Europe/Paris
URL=xxx.com
SUBDOMAINS=wildcard
EXTRA_DOMAINS=
ONLY_SUBDOMAINS=false
VALIDATION=dns
CERTPROVIDER=
DNSPLUGIN=ovh
EMAIL=
sabega@xxx.com
STAGING=
Using Let's Encrypt as the cert provider
SUBDOMAINS entered, processing
Wildcard cert for xxx.com will be requested
E-mail address entered:
sabega@xxx.com
dns validation via ovh plugin is selected
Generating new certificate
Saving debug log to /config/log/letsencrypt/letsencrypt.log
Requesting a certificate for xxx.com and *.xxx.com
Unsafe permissions on credentials configuration file: /config/dns-conf/ovh.ini
Error determining zone identifier for xxx.com: 403 Client Error: Forbidden for url:
https://eu.api.ovh.com/1.0/domain/zone/. (Are your Application Key and Consumer Key values correct?)
Ask for help or search for solutions at
https://community.letsencrypt.org. See the logfile /config/log/letsencrypt/letsencrypt.log or re-run Certbot with -v for more details.
ERROR: Cert does not exist! Please see the validation error above. Make sure you entered correct credentials into the /config/dns-conf/ovh.ini file.
VOICI mon fichier compose
version: "2.1"
services:
swag:
image: lscr.io/linuxserver/swag
container_name: swag
cap_add:
- NET_ADMIN
environment:
- PUID=1002
- PGID=1002
- TZ=Europe/Paris
- URL=xxx.com
- SUBDOMAINS=wildcard
- VALIDATION=dns
- DNSPLUGIN=ovh
- EMAIL=
sabega@xxx.com
volumes:
- /data/compose/1/swag:/config
ports:
- 444:443
restart: unless-stopped