Skip to content

Commit 35aba13

Browse files
committed
Add Online (online.net) DNS provider
1 parent fd30cfe commit 35aba13

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

global/certbot-dns-plugins.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,15 @@ key_file = ~/.oci/oci_api_key.pem`,
431431
full_plugin_name: 'dns-oci',
432432
},
433433
//####################################################//
434+
online: {
435+
display_name: 'Online',
436+
package_name: 'certbot-dns-online',
437+
version_requirement: '~=0.0.8',
438+
dependencies: '',
439+
credentials: 'dns_online_token=0123456789abcdef0123456789abcdef01234567',
440+
full_plugin_name: 'dns-online',
441+
},
442+
//####################################################//
434443
ovh: {
435444
display_name: 'OVH',
436445
package_name: 'certbot-dns-ovh',

0 commit comments

Comments
 (0)