@@ -85,8 +85,8 @@ dns_cloudflare_api_token = 0123456789abcdef0123456789abcdef01234567`,
85
85
dns_cloudns_auth_id=1234
86
86
# Alternatively, one of the following two options can be set:
87
87
# dns_cloudns_sub_auth_id=1234
88
- # dns_cloudns_sub_auth_user=foobar
89
-
88
+ # dns_cloudns_sub_auth_user=foobar
89
+
90
90
# API password
91
91
dns_cloudns_auth_password=password1` ,
92
92
full_plugin_name : 'dns-cloudns' ,
@@ -363,6 +363,20 @@ certbot_dns_netcup:dns_netcup_api_password = abcdef0123456789abcdef01234567abcde
363
363
full_plugin_name : 'dns-nsone' ,
364
364
} ,
365
365
//####################################################//
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
+ //####################################################//
366
380
ovh : {
367
381
display_name : 'OVH' ,
368
382
package_name : 'certbot-dns-ovh' ,
0 commit comments