We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb3082b commit bed9ff0Copy full SHA for bed9ff0
.github/ISSUE_TEMPLATE/dns_challenge_request.md
@@ -0,0 +1,18 @@
1
+---
2
+name: DNS challenge provider request
3
+about: Suggest a new provider to be available for a certificate DNS challenge
4
+title: ''
5
+labels: dns provider request
6
+assignees: ''
7
+
8
9
10
+**What provider would you like to see added to NPM?**
11
+<!-- What is this provider called? -->
12
13
14
+**Have you checked if a certbot plugin exists?**
15
+<!--
16
+Currently NPM only supports DNS challenge providers for which a certbot plugin exists.
17
+You can visit pypi.org, and search for a package with the name `certbot-dns-<privider>`.
18
+-->
0 commit comments