-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Labels
verifiedAll test cases were verified successfullyAll test cases were verified successfully
Milestone
Description
Steps to reproduce
- Upload a custom certificate
- Request a certificate for the same domain
- Get the list of the current certificates
Expected behavior
Only the custom certificate is listed, the custom one has precedence over the requested ones.
Actual behavior
The certificate is listed twice, eg.:
[root@nethserver ~]# api-cli run module/traefik1/list-certificates -d '{"expand_list":true}' | jq
Warning: using user "cluster" credentials from the environment
[
{
"fqdn": "test.example.com",
"type": "internal",
"obtained": false
},
{
"fqdn": "test.example.com",
"type": "custom",
"obtained": true
}
]
Components
https://github.com/NethServer/ns8-traefik
See also
- Private Mattermost chat: https://mattermost.nethesis.it/nethesis/pl/gto9urptuibndgddbwfieco9ee
- NethServer (view)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
verifiedAll test cases were verified successfullyAll test cases were verified successfully
Type
Projects
Status
Done