-
-
Notifications
You must be signed in to change notification settings - Fork 660
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Not able to create SSL certificate using builtin ACME client
To Reproduce
Steps to reproduce the behavior:
- Configure DNS credentials (OVH - ovh-eu, all keys provided and work correctly in other instances)
- Go to 'Certificates List'
- Click on 'Issue wildcard cert.'
- Log:
Getting the certificate, please wait...
2024/05/24 19:38:29 [INFO] [Nginx UI] Preparing lego configurations
2024/05/24 19:38:29 [INFO] [Nginx UI] ACME User: System Initial User, Email: admin@domain.com, CA Dir: https://acme-v02.api.letsencrypt.org/directory
2024/05/24 19:38:29 [INFO] [Nginx UI] Creating client facilitates communication with the CA server
2024/05/24 19:38:29 [INFO] [Nginx UI] Setting DNS01 challenge provider
2024/05/24 19:38:29 [INFO] [Nginx UI] Setting environment variables
2024/05/24 19:38:29 [INFO] [Nginx UI] Obtaining certificate
2024/05/24 19:38:29 [INFO] [*.domain.com, domain.com] acme: Obtaining bundled SAN certificate
2024/05/24 19:38:31 [INFO] [*.domain.com] AuthURL: https://acme-v02.api.letsencrypt.org/acme/authz-v3/1111111111111111
2024/05/24 19:38:31 [INFO] [domain.com] AuthURL: https://acme-v02.api.letsencrypt.org/acme/authz-v3/2222222222222
2024/05/24 19:38:31 [INFO] [*.domain.com] acme: use dns-01 solver
2024/05/24 19:38:31 [INFO] [domain.com] acme: Could not find solver for: tls-alpn-01
2024/05/24 19:38:31 [INFO] [domain.com] acme: Could not find solver for: http-01
2024/05/24 19:38:31 [INFO] [domain.com] acme: use dns-01 solver
2024/05/24 19:38:31 [INFO] [*.domain.com] acme: Preparing to solve DNS-01
2024/05/24 19:38:31 [INFO] Found CNAME entry for "_acme-challenge.domain.com.": "domain.com."
2024/05/24 19:38:31 [INFO] [domain.com] acme: Preparing to solve DNS-01
2024/05/24 19:38:31 [INFO] Found CNAME entry for "_acme-challenge.domain.com.": "domain.com."
2024/05/24 19:38:31 [INFO] [*.domain.com] acme: Cleaning DNS-01 challenge
2024/05/24 19:38:31 [INFO] Found CNAME entry for "_acme-challenge.domain.com.": "domain.com."
2024/05/24 19:38:31 [WARN] [*.domain.com] acme: cleaning up failed: ovh: unknown record ID for 'domain.com.'
2024/05/24 19:38:31 [INFO] [domain.com] acme: Cleaning DNS-01 challenge
2024/05/24 19:38:31 [INFO] Found CNAME entry for "_acme-challenge.domain.com.": "domain.com."
2024/05/24 19:38:31 [WARN] [domain.com] acme: cleaning up failed: ovh: unknown record ID for 'domain.com.'
2024/05/24 19:38:31 [INFO] Deactivating auth: https://acme-v02.api.letsencrypt.org/acme/authz-v3/1111111111111111
2024/05/24 19:38:31 [INFO] Deactivating auth: https://acme-v02.api.letsencrypt.org/acme/authz-v3/2222222222222
2024/05/24 19:38:32 [INFO] [Nginx UI] Reloading nginx
obtain certificate error: error: one or more domains had a problem: [*.domain.com] [*.domain.com] acme: error presenting token: ovh: no subdomain because the domain and the zone are identical: domain.com. [domain.com] [domain.com] acme: error presenting token: ovh: no subdomain because the domain and the zone are identical: domain.com.
Expected behavior
Create certificate
Info (please complete the following information):
- Server OS: Proxmox LXC
- Server Arch: x86
- Nginx UI Version: 2.0.0-beta.24 (135)
- Your Browser: Chrome, Safari
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Projects
Status
Done