Ludovic Fernandez
Ludovic Fernandez
Hello, In some cases using all the cores doesn't provide the best performance, this is not unexpected because the CPU is one of the limits of a system when using...
The documentation states: > You can also add or remove records using this function.
You are assuming that it is related to a missing existing TXT record for `_acme-challenge`, but for me, this is not the problem. No existing TXT record for `_acme-challenge` is...
| Endpoint | Description | |---------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | [`DeleteDomainRecords`](https://docs.oracle.com/en-us/iaas/api/#/en/dns/20180115/Records/DeleteDomainRecords) | Deletes all records at the specified zone and domain. | | [`GetDomainRecords`](https://docs.oracle.com/en-us/iaas/api/#/en/dns/20180115/Records/GetDomainRecords) | Gets a list of all records at the...
The PR work as expected, I think this is problem with your OCI zones setup (not related to lego). `subdomain.mydomain.org` should answer to SOA calls (it should be a zone...
lego is doing SOA DNS calls.
`OCI_ZONE_NAME` or `OCI_ZONE_OCID` doesn't exist inside lego. The issue you referenced was about subdomains, and this problem has been fixed with the same approach as all other providers. I try...
Terraform is only one of the use cases of lego as a library. As I already said: > I try to avoid any non-automatic definition of the zone. > >...
Are you able to test the PR #2629 in your environment?
@tyskjohan any news?