Skip to content

Commit 0d9c941

Browse files
committed
Add support for Oracle Cloud Infrastructure (OCI) DNS
Signed-off-by: Avi Miller <avi.miller@oracle.com>
1 parent 85128f0 commit 0d9c941

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

global/certbot-dns-plugins.js

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ dns_cloudflare_api_token = 0123456789abcdef0123456789abcdef01234567`,
8585
dns_cloudns_auth_id=1234
8686
# Alternatively, one of the following two options can be set:
8787
# dns_cloudns_sub_auth_id=1234
88-
# dns_cloudns_sub_auth_user=foobar
89-
88+
# dns_cloudns_sub_auth_user=foobar
89+
9090
# API password
9191
dns_cloudns_auth_password=password1`,
9292
full_plugin_name: 'dns-cloudns',
@@ -363,6 +363,20 @@ certbot_dns_netcup:dns_netcup_api_password = abcdef0123456789abcdef01234567abcde
363363
full_plugin_name: 'dns-nsone',
364364
},
365365
//####################################################//
366+
oci: {
367+
display_name: 'Oracle Cloud Infrastructure DNS',
368+
package_name: 'certbot-dns-oci',
369+
package_version: '0.3.6',
370+
dependencies: 'oci',
371+
credentials: `[DEFAULT]
372+
user = ocid1.user.oc1...
373+
fingerprint = xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx
374+
tenancy = ocid1.tenancy.oc1...
375+
region = us-ashburn-1
376+
key_file = ~/.oci/oci_api_key.pem`,
377+
full_plugin_name: 'dns-oci',
378+
},
379+
//####################################################//
366380
ovh: {
367381
display_name: 'OVH',
368382
package_name: 'certbot-dns-ovh',

0 commit comments

Comments
 (0)