From 60aa1474dd1072649fc620e50b2eb10b817796fc Mon Sep 17 00:00:00 2001 From: Avi Miller Date: Sun, 12 Jul 2026 17:55:38 +1000 Subject: [PATCH] fix: replace Oracle Cloud Infrastructure DNS plugin with one that doesn't block certbot updates Signed-off-by: Avi Miller --- backend/certbot/dns-plugins.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/certbot/dns-plugins.json b/backend/certbot/dns-plugins.json index 220819404e..4401212b35 100644 --- a/backend/certbot/dns-plugins.json +++ b/backend/certbot/dns-plugins.json @@ -520,12 +520,12 @@ "version": "=={{certbot-version}}" }, "oci": { - "credentials": "[DEFAULT]\nuser = ocid1.user.oc1...\nfingerprint = xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx\ntenancy = ocid1.tenancy.oc1...\nregion = us-ashburn-1\nkey_file = ~/.oci/oci_api_key.pem", + "credentials": "[DEFAULT]\nuser = ocid1.user.oc1...\nfingerprint = xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx\ntenancy = ocid1.tenancy.oc1...\nregion = us-ashburn-1\nkey_file = /root/.oci/oci_api_key.pem", "dependencies": "oci", - "full_plugin_name": "dns-oci", + "full_plugin_name": "dns-oraclecloud", "name": "Oracle Cloud Infrastructure DNS", - "package_name": "certbot-dns-oci", - "version": "~=0.3.6" + "package_name": "certbot-dns-oraclecloud", + "version": "~=1.0.1" }, "ovh": { "credentials": "dns_ovh_endpoint = ovh-eu\ndns_ovh_application_key = MDAwMDAwMDAwMDAw\ndns_ovh_application_secret = MDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAw\ndns_ovh_consumer_key = MDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAw",