Skip to content

Commit 1c44778

Browse files
committed
Added NameCheap certbot DNS plugin.
1 parent acd3d4c commit 1c44778

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

global/certbot-dns-plugins.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,16 @@ dns_luadns_token = 0123456789abcdef0123456789abcdef`,
381381
full_plugin_name: 'dns-luadns',
382382
},
383383
//####################################################//
384+
namecheap: {
385+
display_name: 'Namecheap',
386+
package_name: 'certbot-dns-namecheap',
387+
version_requirement: '~=1.0.0',
388+
dependencies: '',
389+
credentials: `dns_namecheap_username = 123456
390+
dns_namecheap_api_key = 0123456789abcdef0123456789abcdef01234567`,
391+
full_plugin_name: 'dns-namecheap',
392+
},
393+
//####################################################//
384394
netcup: {
385395
display_name: 'netcup',
386396
package_name: 'certbot-dns-netcup',

0 commit comments

Comments
 (0)