-
-
Notifications
You must be signed in to change notification settings - Fork 181
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed the
Oracle Cloud Infrastructure DNS
DNS plugin, because it …
…breaks certbot.
- Loading branch information
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
Because of the Oracle Cloud Infrastructure DNS plugin dependencies, installing | ||
it causes certbot to be downgraded, which then break any execution of certbot. | ||
--- a/global/certbot-dns-plugins.js | ||
+++ b/global/certbot-dns-plugins.js | ||
@@ -437,20 +437,6 @@ dns_netcup_api_password = abcdef0123456789abcdef01234567abcdef0123`, | ||
full_plugin_name: 'dns-nsone', | ||
}, | ||
//####################################################// | ||
- oci: { | ||
- display_name: 'Oracle Cloud Infrastructure DNS', | ||
- package_name: 'certbot-dns-oci', | ||
- package_version: '0.3.6', | ||
- dependencies: 'oci', | ||
- credentials: `[DEFAULT] | ||
-user = ocid1.user.oc1... | ||
-fingerprint = xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx | ||
-tenancy = ocid1.tenancy.oc1... | ||
-region = us-ashburn-1 | ||
-key_file = ~/.oci/oci_api_key.pem`, | ||
- full_plugin_name: 'dns-oci', | ||
- }, | ||
- //####################################################// | ||
online: { | ||
display_name: 'Online', | ||
package_name: 'certbot-dns-online', |