Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _docs
Submodule _docs updated 186 files
15 changes: 0 additions & 15 deletions _scripts/instruction-widget/templates/install/snap.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,18 +67,3 @@ <h3>Snap Support</h3>

{{> dnspluginssetup}}

{{#advanced}}
{{#dns_plugins}}
<li>
Connect the DNS plugin snap to the Certbot snap
<p>
Run the following command, replacing &lt;PLUGIN&gt; with the name of your DNS provider.
</p>
<pre>sudo snap connect certbot:plugin {{dns_package_prefix_noflag}}-&lt;PLUGIN&gt;</pre>
<p>
For example, if your DNS provider is Cloudflare, you'd run the following command:
</p>
<pre>sudo snap connect certbot:plugin {{dns_package_prefix_noflag}}-cloudflare</pre>
</li>
{{/dns_plugins}}
{{/advanced}}