{{^advanced}}
{{>installcertbot}}
+{{>preparecertbotsnapcommand}}
{{/advanced}}
{{> dnspluginssetup}}
From cd1a692dffb26559818fec655d4078d03d455a22 Mon Sep 17 00:00:00 2001
From: Brad Warren
Date: Fri, 25 Sep 2020 13:37:07 -0700
Subject: [PATCH 006/107] Move instructions for Arch Linux, openSUSE, and other
UNIX to snaps (#648)
This fixes certbot/certbot#8291.
As described in that issue and the Google Doc linked there, I changed the "Other UNIX" instructions to "Other Linux". I kept the id as pip to avoid breaking links to those instructions. I manually tested this and all of the dropdown options we expect display the snap instructions.
I initially was blocking doing this on having (part of) certbot/certbot#8280 resolved, but a new enough version of snapd is packaged for both Arch Linux and openSUSE and I think getting people testing these instructions is important since the current plan is to deprecate certbot-auto on these platforms in our next release. I wrote more about the timeline here at certbot/certbot#8292 if you're interested.
* Move generic, arch linux, and suse to snaps.
* Rename "Other UNIX" to "Other Linux"
---
_data/inputs.json | 4 ++--
_scripts/instruction-widget/install.js | 20 +++++++++++++-------
2 files changed, 15 insertions(+), 9 deletions(-)
diff --git a/_data/inputs.json b/_data/inputs.json
index 2dab2e23d..17a438581 100644
--- a/_data/inputs.json
+++ b/_data/inputs.json
@@ -171,9 +171,9 @@
"version": "15.0"
},
{
- "name": "Other UNIX",
+ "name": "Other Linux",
"id": "pip",
- "distro": "python",
+ "distro": "linux",
"version": "0"
},
{
diff --git a/_scripts/instruction-widget/install.js b/_scripts/instruction-widget/install.js
index 3d6f46bb4..bf309c01d 100644
--- a/_scripts/instruction-widget/install.js
+++ b/_scripts/instruction-widget/install.js
@@ -25,13 +25,18 @@ module.exports = function(context) {
context.dns_plugins = false;
context.dns_package_prefix = "";
context.python_name = "python";
+
+ // This is the list of distributions that should be shown our snap
+ // instructions.
+ snap_distros = ["snap", "ubuntu", "arch", "opensuse"];
+
// Each case listed here should map to a template.
// They don't necessarily need to map to distros.
if (context.webserver == "plesk" || context.distro == "windows" ||
context.distro == "sharedhost") {
return '';
}
- else if (context.distro == "snap" || context.distro == "ubuntu" ) {
+ else if (snap_distros.includes(context.distro)) {
snap_install();
}
else if (context.distro == "debian" && context.version > 8) {
@@ -47,9 +52,6 @@ module.exports = function(context) {
else if ((context.distro == "opbsd")||(context.distro =="freebsd")){
bsd_install();
}
- else if (context.distro == "arch"){
- arch_install();
- }
else if (context.distro == "fedora"){
fedora_install();
}
@@ -60,10 +62,8 @@ module.exports = function(context) {
macos_install();
} else if (context.distro == "devuan" && context.version > 1) {
debian_install();
- } else if (context.distro == "opensuse") {
- opensuse_install();
} else {
- auto_install();
+ snap_install();
}
partials.auto = require(TEMPLATE_PATH + "commonauto.html");
@@ -175,6 +175,8 @@ module.exports = function(context) {
}
}
+ // This function is currently unused, but we keep it around to make it easy
+ // to generate these instructions again if we want to.
arch_install = function() {
template = "arch";
context.package = "certbot";
@@ -238,6 +240,8 @@ module.exports = function(context) {
context.install_command = "brew install";
}
+ // This function is currently unused, but we keep it around to make it easy
+ // to generate these instructions again if we want to.
opensuse_install = function() {
template = "opensuse";
context.package = "certbot";
@@ -265,6 +269,8 @@ module.exports = function(context) {
context.dns_package_prefix_noflag = "certbot-dns";
}
+ // This function is currently unused, but we keep it around to make it easy
+ // to generate these instructions again if we want to.
auto_install = function() {
template = "auto";
context.base_command = "/usr/local/bin/certbot-auto";
From b2f66d426d1f242ecfe35c7fb0c8d13dd4e83328 Mon Sep 17 00:00:00 2001
From: Adrien Ferrand
Date: Wed, 30 Sep 2020 00:58:44 +0200
Subject: [PATCH 007/107] Update snap instructions to ensure snapd is up to
date (#650)
Partial fix for #8280
Similarly with what #8313 directly instruct users in case of certbot snap failure, this PR adds the relevant upgrade command for snapd in the certbot installation instruction in snap mode.
* Update snap instructions to ensure snapd is up to date
Co-authored-by: Brad Warren
---
_scripts/instruction-widget/templates/install/snap.html | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/_scripts/instruction-widget/templates/install/snap.html b/_scripts/instruction-widget/templates/install/snap.html
index 397556ad1..8e63be519 100644
--- a/_scripts/instruction-widget/templates/install/snap.html
+++ b/_scripts/instruction-widget/templates/install/snap.html
@@ -18,6 +18,14 @@
+ Ensure that your version of snapd is up to date
+
+ Execute the following instructions on the command line on the machine to ensure
+ that you have the latest version of snapd.
+
+
sudo snap install core; sudo snap refresh core
+
Remove any Certbot OS packages
From 66fe67d87c91bb0e4420ea101f5e7d64ce511747 Mon Sep 17 00:00:00 2001
From: Larry Johnson <47056244+sitedata@users.noreply.github.com>
Date: Wed, 30 Sep 2020 13:37:48 -0500
Subject: [PATCH 008/107] Update hosting_providers.json (#649)
* Update hosting_providers.json
Add Rad Web Hosting
* Update _data/hosting_providers.json
Updated support level
Co-authored-by: ohemorange
* Update _data/hosting_providers.json
Update
Co-authored-by: ohemorange
Co-authored-by: ohemorange
---
_data/hosting_providers.json | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/_data/hosting_providers.json b/_data/hosting_providers.json
index 0335c49ea..7a86f8c13 100644
--- a/_data/hosting_providers.json
+++ b/_data/hosting_providers.json
@@ -2438,5 +2438,15 @@
"plan": "",
"reviewed": "2020.09.20",
"note": "All domains/sites automatically use Let's Encrypt. Multiple sites share a single certificate using the SAN field"
+ },
+ {
+ "name": "Rad Web Hosting",
+ "link": "https://radwebhosting.com",
+ "category": "partial",
+ "tutorial": "https://radwebhosting.com/client_area/knowledgebase/226/Enable-Lets-Encrypt-AutoSSL-Provider.html",
+ "announcement": "",
+ "plan": "",
+ "reviewed": "2020.09.28",
+ "note": "Let's Encrypt available on all hosting, VPS, and dedicated server plans."
}
]
From c78d598c035fc64e6e6a4c39cfcc19a2c9a19aa6 Mon Sep 17 00:00:00 2001
From: Brad Warren
Date: Thu, 8 Oct 2020 10:21:14 -0700
Subject: [PATCH 009/107] Update submodule. (#662)
---
_docs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_docs b/_docs
index b841f0f30..8a3aed047 160000
--- a/_docs
+++ b/_docs
@@ -1 +1 @@
-Subproject commit b841f0f307e3f7bda7122761e0efa1139a50c6c8
+Subproject commit 8a3aed04766c00d48325496ab557cdf982f010a5
From 9889a1013573df66cd64c778e0d7ca30272d04af Mon Sep 17 00:00:00 2001
From: Brad Warren
Date: Thu, 8 Oct 2020 11:19:31 -0700
Subject: [PATCH 010/107] Instruct RHEL to use snaps when possible (#659)
Fixes https://github.com/certbot/certbot/issues/8295 with the exception of removing instructions for CentOS/RHEL 6. If this PR is merged, I will create an issue to track that piece.
In my initial plan at https://docs.google.com/document/d/174ILmAfVlqWvYH9n8gkQnLc-FECiIsKpa2nZCxEklik/edit?usp=sharing, I suggested waiting to do this, but I think we may as well do this now. It should help our snaps be more widely tested before we deprecate certbot-auto on the platform and if something goes wrong, we can always revert this PR.
I tested this following the instructions at https://github.com/certbot/website#building-with-travis and confirmed that the CentOS/RHEL 7+ and Fedora instructions now use the snaps while the CentOS/RHEL 6 instructions still direct people to `certbot-auto`.
* Instruct RHEL to use snaps when possible.
* Remove unused fedora branch.
---
_scripts/instruction-widget/install.js | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
diff --git a/_scripts/instruction-widget/install.js b/_scripts/instruction-widget/install.js
index bf309c01d..13903bf6e 100644
--- a/_scripts/instruction-widget/install.js
+++ b/_scripts/instruction-widget/install.js
@@ -28,7 +28,7 @@ module.exports = function(context) {
// This is the list of distributions that should be shown our snap
// instructions.
- snap_distros = ["snap", "ubuntu", "arch", "opensuse"];
+ snap_distros = ["snap", "ubuntu", "arch", "opensuse", "fedora"];
// Each case listed here should map to a template.
// They don't necessarily need to map to distros.
@@ -52,11 +52,13 @@ module.exports = function(context) {
else if ((context.distro == "opbsd")||(context.distro =="freebsd")){
bsd_install();
}
- else if (context.distro == "fedora"){
- fedora_install();
- }
else if (context.distro == "centos" || context.distro == "rhel") {
- centos_install();
+ // The oldest version of RHEL where snapd is packaged is RHEL 7.
+ if (context.version < 7) {
+ centos_install();
+ } else {
+ snap_install();
+ }
}
else if (context.distro == "macos") {
macos_install();
@@ -194,6 +196,8 @@ module.exports = function(context) {
context.dns_package_prefix = "certbot-dns";
}
+ // This function is currently unused, but we keep it around to make it easy
+ // to generate these instructions again if we want to.
fedora_install = function() {
template = "fedora";
context.package = "certbot";
From 7e59c145f198b3121c9e797295ea515783aef0bd Mon Sep 17 00:00:00 2001
From: Brad Warren
Date: Thu, 8 Oct 2020 12:09:26 -0700
Subject: [PATCH 011/107] Update Debian instructions to snaps (#658)
Fixes certbot/certbot#8293.
* Move Debian instructions to snaps.
* Remove unused debian branch
* Make variable local.
---
_scripts/instruction-widget/install.js | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/_scripts/instruction-widget/install.js b/_scripts/instruction-widget/install.js
index 13903bf6e..1babcf9c9 100644
--- a/_scripts/instruction-widget/install.js
+++ b/_scripts/instruction-widget/install.js
@@ -28,7 +28,7 @@ module.exports = function(context) {
// This is the list of distributions that should be shown our snap
// instructions.
- snap_distros = ["snap", "ubuntu", "arch", "opensuse", "fedora"];
+ var snap_distros = ["snap", "ubuntu", "arch", "opensuse", "fedora", "debian"];
// Each case listed here should map to a template.
// They don't necessarily need to map to distros.
@@ -39,9 +39,6 @@ module.exports = function(context) {
else if (snap_distros.includes(context.distro)) {
snap_install();
}
- else if (context.distro == "debian" && context.version > 8) {
- debian_install();
- }
// @todo: Implement or complete these.
// else if (context.distro == "python"){
// return pip_install();
From 5e4d4552347e9ed3bf8ecbbce872b804e2b89a9b Mon Sep 17 00:00:00 2001
From: osirisinferi
Date: Sun, 18 Oct 2020 23:15:32 +0200
Subject: [PATCH 012/107] Add extra explanation to wildcard glossary about base
domain (#661)
* Add extra explanation to wildcard glossary about base domain
* Add some more explanations and clarify the begin
* Add paragraphs and replace double quotes by single quotes
* Update _terms/wildcard-certificate.md
* Update _terms/wildcard-certificate.md
* Update _terms/wildcard-certificate.md
---
_terms/wildcard-certificate.md | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/_terms/wildcard-certificate.md b/_terms/wildcard-certificate.md
index fc94ae646..12efecea8 100644
--- a/_terms/wildcard-certificate.md
+++ b/_terms/wildcard-certificate.md
@@ -2,4 +2,8 @@
title: Wildcard Certificate
lookup: wildcard-certificate
---
-A wildcard certificate is a certificate that covers one or more names starting with *. and that will be accepted by a web browser for any subdomain name with any label in place of the * character. For example, a certificate for *.example.com will be valid for www.example.com, mail.example.com, hello.example.com, or goodbye.example.com, but not for example.com.
\ No newline at end of file
+A wildcard certificate is a certificate that includes one or more names starting with `*.`. Browsers will accept any label in place of the asterisk (`*`). For example, a certificate for `*.example.com` will be valid for `www.example.com`, `mail.example.com`, `hello.example.com`, and `goodbye.example.com`.
+
+However, a wildcard certificate including *only* the name `*.example.com` will **not** be valid for `example.com`: the substituted label can not be empty. If you want the certificate to be valid for `example.com`, you also need to include `example.com` (i.e. without the `*.` part) on the certificate.
+
+Additionally, the asterisk can only be substituted by a *single* label and not by *multiple* labels. For example, the name `hello.goodbye.example.com` will not be covered by a certificate including only the name `*.example.com`. It *will* be covered however, by `*.goodbye.example.com`. Note that a wildcard name can not contain multiple asterisks. For example, `*.*.example.com` is not valid.
From 4feb7f0375a36ad4c8828ac9467c1bafd988c369 Mon Sep 17 00:00:00 2001
From: ohemorange
Date: Thu, 22 Oct 2020 13:18:24 -0700
Subject: [PATCH 013/107] Remove snap connect instruction as it's no longer
needed (#665)
---
_docs | 2 +-
.../templates/install/snap.html | 15 ---------------
2 files changed, 1 insertion(+), 16 deletions(-)
diff --git a/_docs b/_docs
index 8a3aed047..df1ca726f 160000
--- a/_docs
+++ b/_docs
@@ -1 +1 @@
-Subproject commit 8a3aed04766c00d48325496ab557cdf982f010a5
+Subproject commit df1ca726f975b4f2cf96ada29785a4d35027e5f9
diff --git a/_scripts/instruction-widget/templates/install/snap.html b/_scripts/instruction-widget/templates/install/snap.html
index 8e63be519..55823b8fe 100644
--- a/_scripts/instruction-widget/templates/install/snap.html
+++ b/_scripts/instruction-widget/templates/install/snap.html
@@ -67,18 +67,3 @@
To confirm that your site is set up properly, visit https://yourwebsite.com/ in your browser and
look for the lock icon in the URL bar.
- If you want to check that you have the top-of-the-line installation, you can head to
- https://www.ssllabs.com/ssltest/.
-
To confirm that your site is set up properly, visit https://yourwebsite.com/ in your browser and
look for the lock icon in the URL bar.
- If you want to check that you have the top-of-the-line installation, you can head to
- https://www.ssllabs.com/ssltest/.
-
Note for Windows Apache or Nginx users
From 43b8759d89e30acb925497a61225012d74aec318 Mon Sep 17 00:00:00 2001
From: Brad Warren
Date: Tue, 1 Dec 2020 15:47:16 -0800
Subject: [PATCH 018/107] Update submodule (#677)
---
_docs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_docs b/_docs
index 8a3aed047..31b5f1310 160000
--- a/_docs
+++ b/_docs
@@ -1 +1 @@
-Subproject commit 8a3aed04766c00d48325496ab557cdf982f010a5
+Subproject commit 31b5f1310e1fd0331faaa7efbcb8cccdfee93e78
From 3070873d4445ed22c374cec2ccffd42fd106d030 Mon Sep 17 00:00:00 2001
From: ncitop <31691461+ncitop@users.noreply.github.com>
Date: Wed, 2 Dec 2020 21:35:10 +0100
Subject: [PATCH 019/107] Add netclusive to hosting providers (#675)
* Add netclusive.de to hosting providers
Improved pull request based on information from previous PR #654 https://github.com/certbot/website/pull/654
Plesk now requests a certificate while the account is created. Exception handling (f. exp. existing domains not already transferred) is described in the tutorial link in german.
* Update hosting_providers.json
---
_data/hosting_providers.json | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/_data/hosting_providers.json b/_data/hosting_providers.json
index 8d0470b4c..ee7dd5d3c 100644
--- a/_data/hosting_providers.json
+++ b/_data/hosting_providers.json
@@ -129,6 +129,16 @@
"reviewed": "2019.5.31",
"note": ""
},
+ {
+ "name": "netclusive",
+ "link": "https://netclusive.de/",
+ "category": "full",
+ "tutorial": "https://www.netclusive.de/faq/content/36/430/de/kann-ich-meine-webseite-ssl-verschluesseln.html",
+ "announcement": "",
+ "plan": "",
+ "reviewed": "2020.10.01",
+ "note": "The website is in German."
+ },
{
"name": "Netlify",
"link": "https://www.netlify.com/",
From aaabd2dd342146b356466dddcd6dc3ebbcb5c758 Mon Sep 17 00:00:00 2001
From: Bryan Dady
Date: Wed, 2 Dec 2020 13:35:30 -0700
Subject: [PATCH 020/107] Add snappages.com to hosting providers list (#669)
* Update hosting_providers.json
Add snappages.com
* Update hosting_providers.json
Add reviewed and note values for SnapPages
---
_data/hosting_providers.json | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/_data/hosting_providers.json b/_data/hosting_providers.json
index ee7dd5d3c..9a6332cc6 100644
--- a/_data/hosting_providers.json
+++ b/_data/hosting_providers.json
@@ -1689,6 +1689,16 @@
"reviewed": "",
"note": ""
},
+ {
+ "name": "SnapPages",
+ "link": "https://www.snappages.net/",
+ "category": "partial",
+ "tutorial": "http://help.snappages.site/en/articles/3508506-securing-your-site",
+ "announcement": "https://www.subsplash.com/websites",
+ "plan": "",
+ "reviewed": "2020.11.01",
+ "note": "Supports customers across the globe"
+ },
{
"name": "snowflake Ops",
"link": "",
From ed2493eb8c2b1d953b4b3ed8718c3ad86500179f Mon Sep 17 00:00:00 2001
From: Adrien Ferrand
Date: Tue, 8 Dec 2020 20:32:26 +0100
Subject: [PATCH 021/107] Remove instructions for CentOS 6 and RHEL 6 (#676)
Fixes https://github.com/certbot/certbot/issues/8358
I followed the same approach than for previous instructions removals, by editing the minimal set of logic required to reach the target, but keeping existing methods and templates.
---
_data/inputs.json | 12 ------------
_scripts/instruction-widget/install.js | 12 +++---------
2 files changed, 3 insertions(+), 21 deletions(-)
diff --git a/_data/inputs.json b/_data/inputs.json
index 17a438581..27c345bc7 100644
--- a/_data/inputs.json
+++ b/_data/inputs.json
@@ -98,18 +98,6 @@
"distro": "fedora",
"version": "0"
},
- {
- "name": "CentOS 6",
- "id": "centos6",
- "distro": "centos",
- "version": "6"
- },
- {
- "name": "RHEL 6",
- "id": "centosrhel6",
- "distro": "rhel",
- "version": "6"
- },
{
"name": "CentOS/RHEL 7",
"id": "centosrhel7",
diff --git a/_scripts/instruction-widget/install.js b/_scripts/instruction-widget/install.js
index 2d5638afe..a765f4463 100644
--- a/_scripts/instruction-widget/install.js
+++ b/_scripts/instruction-widget/install.js
@@ -28,7 +28,7 @@ module.exports = function(context) {
// This is the list of distributions that should be shown our snap
// instructions.
- var snap_distros = ["snap", "ubuntu", "arch", "opensuse", "fedora", "debian"];
+ var snap_distros = ["snap", "ubuntu", "arch", "opensuse", "fedora", "debian", "centos", "rhel"];
// Each case listed here should map to a template.
// They don't necessarily need to map to distros.
@@ -49,14 +49,6 @@ module.exports = function(context) {
else if ((context.distro == "opbsd")||(context.distro =="freebsd")){
bsd_install();
}
- else if (context.distro == "centos" || context.distro == "rhel") {
- // The oldest version of RHEL where snapd is packaged is RHEL 7.
- if (context.version < 7) {
- centos_install();
- } else {
- snap_install();
- }
- }
else if (context.distro == "macos") {
macos_install();
} else if (context.distro == "devuan" && context.version > 1) {
@@ -82,6 +74,8 @@ module.exports = function(context) {
* context and partials associated with that template.
*/
+ // This function is currently unused, but we keep it around to make it easy
+ // to generate these instructions again if we want to.
centos_install = function() {
template = "centos";
From ba943ae4c5cfafe0a3d1ffbdad0cb63c29b4fcff Mon Sep 17 00:00:00 2001
From: Brad Warren
Date: Thu, 10 Dec 2020 13:10:05 -0800
Subject: [PATCH 022/107] Update out-of-date note (#681)
* Fix bad sentence
* add period
---
_scripts/instruction-widget/templates/install/snap.html | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/_scripts/instruction-widget/templates/install/snap.html b/_scripts/instruction-widget/templates/install/snap.html
index d8fb04e27..1ecf96515 100644
--- a/_scripts/instruction-widget/templates/install/snap.html
+++ b/_scripts/instruction-widget/templates/install/snap.html
@@ -4,7 +4,9 @@
Snap Support
The Certbot snap supports the x86_64, ARMv7, and ARMv8 architectures.
- You can find instructions for installing Certbot without using snap by selecting your OS in the dropdown above.
+ While we strongly recommend that most users install Certbot through the snap,
+ you can find alternate installation instructions
+ here.
System dependencies may include Python 3.6+, including venv (this might be called python3,
+ python3, or python3-venv) and Augeas for the Apache
+ plugin (libaugeas0 or augeaslibs).
+
+
If you're having trouble installing cryptography, you may need to install additional
+ dependencies. See
+
+ the cryptography project's site for more infoformation.
+
+
Commands to install system dependencies may look like the following, run on the command
+ line on the machine.
+
For APT-based distributions (e.g. Debian, Ubuntu ...):
+
+
sudo apt update
+
sudo apt install python3 python3-venv libaugeas0
+
+
+
For RPM-based distributions (e.g. Fedora, CentOS ...):
+
+
sudo dnf install python3 augeas-libs
+
+ * Note that old distributions use yum instead of dnf, and that
+ RHEL-based distributions use python3X instead of python3
+ (e.g. python36).
+
+
+
These packages may have slightly different names on other distributions; a search such as
+ "augeas on <your_system_name>" will probably yield helpful results.
+
+
+ Remove certbot-auto and any Certbot OS packages
+
+ If you have any Certbot packages installed using an OS package manager like
+ apt, dnf, or yum, you should remove them before
+ installing the Certbot snap to ensure that when you run the command
+ certbot the snap is used rather than the installation from your OS
+ package manager. The exact command to do this depends on your OS, but
+ common examples are sudo apt-get remove certbot, sudo dnf
+ remove certbot, or sudo yum remove certbot.
+
+
+ If you previously used Certbot through the certbot-auto script, you should
+ also remove its installation by following the instructions here.
+
+
+
+ Set up a Python virtual environment
+
+ Execute the following instructions on the command line on the machine to set up a virtual
+ environment.
+
+
sudo python3 -m venv /opt/certbot/
+
{{install_command}} --upgrade pip
+
+
+
+
+{{> installcertbot}}
+{{>preparecertbotsymlinkcommand}}
+
+
+{{#advanced}}
+{{#dns_plugins}}
+{{/dns_plugins}}
+{{/advanced}}
+
+{{> dnspluginssetup}}
+
diff --git a/_scripts/instruction-widget/templates/install/preparecertbotsnapcommand.html b/_scripts/instruction-widget/templates/install/preparecertbotsymlinkcommand.html
similarity index 69%
rename from _scripts/instruction-widget/templates/install/preparecertbotsnapcommand.html
rename to _scripts/instruction-widget/templates/install/preparecertbotsymlinkcommand.html
index 94ce0f3f5..598921190 100644
--- a/_scripts/instruction-widget/templates/install/preparecertbotsnapcommand.html
+++ b/_scripts/instruction-widget/templates/install/preparecertbotsymlinkcommand.html
@@ -4,5 +4,5 @@
Execute the following instruction on the command line on the machine to ensure
that the certbot command can be run.
-
System dependencies may include Python 3.6+, including venv (this might be called python3,
- python3, or python3-venv) and Augeas for the Apache
- plugin (libaugeas0 or augeaslibs).
+
System dependencies may include Python 3.6+ including the venv module
+ and Augeas for the Apache plugin.
If you're having trouble installing cryptography, you may need to install additional
dependencies. See
From 9db571b9d1467d1a6dc7786e075a9025cf729785 Mon Sep 17 00:00:00 2001
From: alexzorin
Date: Fri, 12 Mar 2021 08:14:15 +1100
Subject: [PATCH 038/107] instructions: add Bitnami to the distro list (#701)
This points readers to the official Bitnami documentation, which offers
its own 'bntool' and alternatives.
---
_data/inputs.json | 6 ++++++
_scripts/instruction-widget/get-started.js | 6 ++++++
_scripts/instruction-widget/install.js | 2 +-
.../templates/getting-started/bitnami.html | 9 +++++++++
4 files changed, 22 insertions(+), 1 deletion(-)
create mode 100644 _scripts/instruction-widget/templates/getting-started/bitnami.html
diff --git a/_data/inputs.json b/_data/inputs.json
index f3efd5f4d..6cb2c2a4d 100644
--- a/_data/inputs.json
+++ b/_data/inputs.json
@@ -32,6 +32,12 @@
"distro": "sharedhost",
"version": "0"
},
+ {
+ "name": "Bitnami",
+ "id": "bitnami",
+ "distro": "bitnami",
+ "version": 0
+ },
{
"name": "snapd",
"id": "snap",
diff --git a/_scripts/instruction-widget/get-started.js b/_scripts/instruction-widget/get-started.js
index f1d562cb1..83add210a 100644
--- a/_scripts/instruction-widget/get-started.js
+++ b/_scripts/instruction-widget/get-started.js
@@ -10,6 +10,8 @@ module.exports = function(context) {
context.imperative = "you'll have to";
if (context.webserver == "plesk") {
plesk_getting_started();
+ } else if (context.distro == "bitnami") {
+ bitnami_getting_started();
} else if (context.distro == "sharedhost") {
shared_hosting_getting_started();
} else if (context.distro == "windows") {
@@ -47,6 +49,10 @@ module.exports = function(context) {
template = "plesk";
}
+ bitnami_getting_started = function() {
+ template = "bitnami";
+ }
+
certonly_getting_started = function() {
template = "certonly";
context.certonly = true;
diff --git a/_scripts/instruction-widget/install.js b/_scripts/instruction-widget/install.js
index 36dda7328..2c4052f4a 100644
--- a/_scripts/instruction-widget/install.js
+++ b/_scripts/instruction-widget/install.js
@@ -33,7 +33,7 @@ module.exports = function(context) {
// Each case listed here should map to a template.
// They don't necessarily need to map to distros.
if (context.webserver == "plesk" || context.distro == "windows" ||
- context.distro == "sharedhost") {
+ context.distro == "bitnami" || context.distro == "sharedhost") {
return '';
}
else if (snap_distros.includes(context.distro)) {
diff --git a/_scripts/instruction-widget/templates/getting-started/bitnami.html b/_scripts/instruction-widget/templates/getting-started/bitnami.html
new file mode 100644
index 000000000..66817cabd
--- /dev/null
+++ b/_scripts/instruction-widget/templates/getting-started/bitnami.html
@@ -0,0 +1,9 @@
+
Are you running your website using a Bitnami template or server?
+ We recommend following these official instructions instead of using Certbot.
+
From 907b211940a875cc712abeed43ff26c464e61a7a Mon Sep 17 00:00:00 2001
From: Justin Tracey
Date: Wed, 24 Mar 2021 20:44:58 +0000
Subject: [PATCH 039/107] remove duplicate DreamHost entry (#703)
---
_data/hosting_providers.json | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/_data/hosting_providers.json b/_data/hosting_providers.json
index 2c7d72c8f..d90147f55 100644
--- a/_data/hosting_providers.json
+++ b/_data/hosting_providers.json
@@ -599,16 +599,6 @@
"reviewed": "",
"note": ""
},
- {
- "name": "DreamHost",
- "link": "",
- "category": "partial",
- "tutorial": "",
- "announcement": "",
- "plan": "",
- "reviewed": "",
- "note": ""
- },
{
"name": "Dwe Gruppe",
"link": "",
From 588e7d2e87ab0b0b48276a535729c87a2fd0f7af Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 1 Apr 2021 16:49:24 -0700
Subject: [PATCH 040/107] Bump y18n from 3.2.1 to 3.2.2 (#704)
Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
package-lock.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index a439352a4..a6605dbb2 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -7029,9 +7029,9 @@
"integrity": "sha1-pcbVMr5lbiPbgg77lDofBJmNY68="
},
"y18n": {
- "version": "3.2.1",
- "resolved": "https://registry.npmjs.org/y18n/-/y18n-3.2.1.tgz",
- "integrity": "sha1-bRX7qITAhnnA136I53WegR4H+kE="
+ "version": "3.2.2",
+ "resolved": "https://registry.npmjs.org/y18n/-/y18n-3.2.2.tgz",
+ "integrity": "sha512-uGZHXkHnhF0XeeAPgnKfPv1bgKAYyVvmNL1xlKsPYZPaIHxGti2hHqvOCQv71XMsLxu1QjergkqogUnms5D3YQ=="
},
"yallist": {
"version": "3.0.3",
From f8dd58594480d045060ab9807daaf64863984eb0 Mon Sep 17 00:00:00 2001
From: Brad Warren
Date: Wed, 21 Apr 2021 17:32:15 -0700
Subject: [PATCH 041/107] Update docs submodule (#706)
* update docs submodule
* use venv not venv3
* update submodule again
---
_docs | 2 +-
_docs.sh | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/_docs b/_docs
index 8e7353900..9292666b2 160000
--- a/_docs
+++ b/_docs
@@ -1 +1 @@
-Subproject commit 8e7353900ccacaae015043eae15e7eee0a031e90
+Subproject commit 9292666b28e0f4159dd4096265e69a58c9930677
diff --git a/_docs.sh b/_docs.sh
index 3b5e0d10e..f56173bd3 100755
--- a/_docs.sh
+++ b/_docs.sh
@@ -7,11 +7,11 @@ case "$1" in
sudo apt-get update
sudo apt-get install python3-dev python3-venv gcc libaugeas0 libssl-dev \
libffi-dev ca-certificates openssl -y
- ./tools/venv3.py
+ ./tools/venv.py
;;
"install" )
cd _docs
- source ./venv3/bin/activate
+ source ./venv/bin/activate
pip install --upgrade git+https://github.com/EFForg/sphinx_rtd_theme.git
cd certbot
make -C docs clean html epub latex latexpdf > /dev/null
From e93982670c9d987754859f67883d521ec64651c7 Mon Sep 17 00:00:00 2001
From: Brad Warren
Date: Thu, 20 May 2021 16:49:59 -0700
Subject: [PATCH 042/107] pin back npm (#713)
Running a command like `docker-compose build --no-cache site` fails for me. The output is:
```
=> ERROR [12/17] RUN npm install 3.3s
------
> [12/17] RUN npm install:
#16 0.586 npm WARN npm npm does not support Node.js v8.12.0
#16 0.591 npm WARN npm You should probably upgrade to a newer version of node as we
#16 0.593 npm WARN npm can't make any promises that npm will work with this version.
#16 0.594 npm WARN npm You can find the latest version at https://nodejs.org/
#16 3.190 npm ERR! URL is not defined
#16 3.208
#16 3.209 npm ERR! A complete log of this run can be found in:
#16 3.209 npm ERR! /root/.npm/_logs/2021-05-20T19_19_22_050Z-debug.log
------
executor failed running [/bin/sh -c npm install]: exit code: 1
ERROR: Service 'site' failed to build
```
Pinning back `npm` fixes the problem for me. I think it'd be better to upgrade to a newer version of node, however, this approach seems much easier and I think is fine when node/npm are just used to build the site.
---
Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile
index 8924240c7..fdbe7d9d3 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -39,7 +39,7 @@ RUN echo 'gem: --no-document' >> /usr/local/etc/gemrc && \
RUN apt-get install -y npm
RUN npm install -g n
RUN n 8.12.0
-RUN npm install -g npm gulp-cli
+RUN npm install -g npm@"<7" gulp-cli
# Install Javascript packages
COPY package.json ./
From abb63d955b680a0ab76bea5a0552fb099caaf256 Mon Sep 17 00:00:00 2001
From: ohemorange
Date: Fri, 28 May 2021 13:12:28 -0700
Subject: [PATCH 043/107] Improve renewal instructions in the instruction
generator (#716)
* Delete 'The command to renew certbot is installed in one of the following locations' because no one should be going hunting for it anyway
* Recommend creating directory hooks whether or not cron is included
* Tell users how to know if their certificates will renew successfully
* fix html
---
.../templates/getting-started/renewal.html | 54 ++++++-------------
1 file changed, 15 insertions(+), 39 deletions(-)
diff --git a/_scripts/instruction-widget/templates/getting-started/renewal.html b/_scripts/instruction-widget/templates/getting-started/renewal.html
index 605d4f1c5..351a2cbe6 100644
--- a/_scripts/instruction-widget/templates/getting-started/renewal.html
+++ b/_scripts/instruction-widget/templates/getting-started/renewal.html
@@ -1,70 +1,46 @@
-{{#cron_included}}
+{{#cron_included}}
Test automatic renewal
The Certbot packages on your system come with a cron job or systemd timer that will renew your certificates
automatically before they expire. You will not need to run Certbot again, unless you change your
configuration. You can test automatic renewal for your certificates by running this command:
-
sudo {{base_command}} renew --dry-run
-
-
+
sudo {{base_command}} renew --dry-run
- The command to renew certbot is installed in one of the following locations:
-
-
/etc/crontab/
-
/etc/cron.*/*
-
systemctl list-timers
-
+ If that command completes without errors, your certificates will renew automatically in the background.
- {{#certonly}}
-
- If you needed to stop your webserver to run Certbot, you'll want to add hook
- scripts to stop and start your webserver automatically. For example, if your
- webserver is HAProxy, run the following commands:
-
-
-
sudo sh -c 'printf "#!/bin/sh\nservice haproxy stop\n" > /etc/letsencrypt/renewal-hooks/pre/haproxy.sh'
-
sudo sh -c 'printf "#!/bin/sh\nservice haproxy start\n" > /etc/letsencrypt/renewal-hooks/post/haproxy.sh'
- We recommend running the following line, which will add a cron job to the default crontab.
+ Run the following line, which will add a cron job to /etc/crontab.
If you needed to stop your webserver to run Certbot, you'll want to
- add --pre-hook and --post-hook flags after {{base_command}} renew to stop
- and start your webserver automatically. For example, if your webserver is HAProxy, modify the
- command as follows:
-
-
+ add pre and post hooks to stop and start your webserver automatically.
+ For example, if your webserver is HAProxy, run the following commands to create the hook files
+ in the appropriate directory:
+
sudo sh -c 'printf "#!/bin/sh\nservice haproxy stop\n" > /etc/letsencrypt/renewal-hooks/pre/haproxy.sh'
+
sudo sh -c 'printf "#!/bin/sh\nservice haproxy start\n" > /etc/letsencrypt/renewal-hooks/post/haproxy.sh'
Confirm that Certbot worked
From d00fe7a6e95cfba5a23837956085c3403dab259b Mon Sep 17 00:00:00 2001
From: webk
Date: Fri, 28 May 2021 23:20:26 +0200
Subject: [PATCH 044/107] Add webkeeper to hosting_providers.json (#717)
---
_data/hosting_providers.json | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/_data/hosting_providers.json b/_data/hosting_providers.json
index d90147f55..7440b71aa 100644
--- a/_data/hosting_providers.json
+++ b/_data/hosting_providers.json
@@ -2509,6 +2509,16 @@
"reviewed": "2021.02.12",
"note": "All webhosting plans include Let's Encrypt."
},
+ {
+ "name": "webkeeper.ch",
+ "link": "https://www.webkeeper.ch/",
+ "category": "partial",
+ "tutorial": "https://www.webkeeper.ch/de/support-kb/webhosting/installation-lets-encrypt-zertifikat",
+ "announcement": "",
+ "plan": "",
+ "reviewed": "2021.5.28",
+ "note": "Deutsch, English, Italiano / All webhosting plans include Let's Encrypt."
+ },
{
"name": "Clausweb",
"link": "https://www.clausweb.ro/",
From 4383bf44ddfec06c69759e6acf9f3dcb1f73e47b Mon Sep 17 00:00:00 2001
From: ohemorange
Date: Fri, 28 May 2021 14:49:17 -0700
Subject: [PATCH 045/107] Update docs submodule (#719)
The diff of the changes to `certbot/docs` in this PR is longer than Github's paste limits, but available here: https://gist.github.com/ohemorange/935febbca5456e5048cf9a0759d6c0db
---
_docs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_docs b/_docs
index 9292666b2..f88105a95 160000
--- a/_docs
+++ b/_docs
@@ -1 +1 @@
-Subproject commit 9292666b28e0f4159dd4096265e69a58c9930677
+Subproject commit f88105a9529b47b91bb29dbe0e766e63b6911204
From 3065141731f4d0686707432ad95ec63f0d58a0da Mon Sep 17 00:00:00 2001
From: ohemorange
Date: Wed, 2 Jun 2021 04:10:34 -0700
Subject: [PATCH 046/107] Give both cron-included and non-cron-included users
instructions on how to test using --dry-run (#718)
* Give both cron-included and non-cron-included users instructions on how to test using --dry-run
* Turn on certonly for haproxy
* Make the paragraph make sense if you're using haproxy
---
_scripts/instruction-widget/get-started.js | 2 ++
.../templates/getting-started/renewal.html | 22 ++++++++++++++-----
2 files changed, 19 insertions(+), 5 deletions(-)
diff --git a/_scripts/instruction-widget/get-started.js b/_scripts/instruction-widget/get-started.js
index 83add210a..8b2dee14b 100644
--- a/_scripts/instruction-widget/get-started.js
+++ b/_scripts/instruction-widget/get-started.js
@@ -43,6 +43,8 @@ module.exports = function(context) {
context.officially = "officially ";
context.imperative = "you should probably"
template = "haproxy";
+ context.certonly = true;
+ context.haproxy = true;
}
plesk_getting_started = function() {
diff --git a/_scripts/instruction-widget/templates/getting-started/renewal.html b/_scripts/instruction-widget/templates/getting-started/renewal.html
index 351a2cbe6..d97388a46 100644
--- a/_scripts/instruction-widget/templates/getting-started/renewal.html
+++ b/_scripts/instruction-widget/templates/getting-started/renewal.html
@@ -4,11 +4,7 @@
The Certbot packages on your system come with a cron job or systemd timer that will renew your certificates
automatically before they expire. You will not need to run Certbot again, unless you change your
- configuration. You can test automatic renewal for your certificates by running this command:
-
sudo {{base_command}} renew --dry-run
-
- If that command completes without errors, your certificates will renew automatically in the background.
-
+ Next, you'll want to add pre and post hooks to stop and start your
+ webserver automatically. Run the following commands to create the hook files in the appropriate
+ directory:
+
+ {{/haproxy}}
+ {{^haproxy}}
If you needed to stop your webserver to run Certbot, you'll want to
add pre and post hooks to stop and start your webserver automatically.
For example, if your webserver is HAProxy, run the following commands to create the hook files
in the appropriate directory:
+ {{/haproxy}}
+
sudo sh -c 'printf "#!/bin/sh\nservice haproxy stop\n" > /etc/letsencrypt/renewal-hooks/pre/haproxy.sh'
sudo sh -c 'printf "#!/bin/sh\nservice haproxy start\n" > /etc/letsencrypt/renewal-hooks/post/haproxy.sh'
@@ -40,6 +46,12 @@
{{/certonly}}
+
You can test automatic renewal for your certificates by running this command:
+
sudo {{base_command}} renew --dry-run
+
+ If that command completes without errors, your certificates will renew automatically in the background.
+
If you needed to stop your webserver to run Certbot (for example, if you used the standalone authenticator on a machine where port 80 is normally in use), you'll want to edit the built-in command to add the --pre-hook and --post-hook flags to stop and start your webserver automatically. For example, if your webserver is Apache 2.4, add the following to the certbot renew command:
If you're having trouble installing cryptography, you may need to install additional
dependencies. See
- the cryptography project's site for more infoformation.
+ the cryptography project's site for more information.
Commands to install system dependencies may look like the following, run on the command
line on the machine.
From 6944d60e6a7151bf52dc9ba654adbf05066d81b5 Mon Sep 17 00:00:00 2001
From: Christopher Cook
Date: Thu, 23 Sep 2021 04:01:56 +0800
Subject: [PATCH 059/107] windows: link to alternative clients is outdated
(#737)
The current link to alternative clients is to a community discussion that's not maintained. Update link to point to a maintained document.
---
.../instruction-widget/templates/getting-started/windows.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_scripts/instruction-widget/templates/getting-started/windows.html b/_scripts/instruction-widget/templates/getting-started/windows.html
index 59bd6afaa..56fcdde90 100644
--- a/_scripts/instruction-widget/templates/getting-started/windows.html
+++ b/_scripts/instruction-widget/templates/getting-started/windows.html
@@ -6,7 +6,7 @@
Windows installation procedure
Certbot is now officially available for Windows. If you find that Certbot is not
the most suitable Let's Encrypt client application for your use case, there are
-many
+many
other clients written by other organizations and developers that you may be
able to use to obtain a certificate from Let's Encrypt.
From f0e75d49c2b1b584aecffd3c32e3a94e99a873a9 Mon Sep 17 00:00:00 2001
From: Alexis
Date: Thu, 23 Sep 2021 16:11:22 -0700
Subject: [PATCH 060/107] Remove IRC Channel Mentions (#728)
* Remove IRC mentions
- IRC channel is no more (we now use mattermost)
- Remove references
* Reflect changes in privacy policy
* Remove typo and readded travis file
---
privacy/index.md | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/privacy/index.md b/privacy/index.md
index 08b0eb400..25fcb630a 100644
--- a/privacy/index.md
+++ b/privacy/index.md
@@ -27,14 +27,14 @@ Let’s Encrypt also operates [Community Forums](https://community.letsencrypt.o
Let’s Encrypt may change these policies or providers from time to time. If you have questions about Let’s Encrypt’s privacy practices, please contact them directly at [security@letsencrypt.org](mailto:security@letsencrypt.org).
-The Certbot community can be contacted through the Freenode Project’s IRC service, chat.freenode.net, on the #certbot-devel channel. This IRC service is operated by Freenode, which does not publish a privacy policy.
-
In addition, you may elect to provide information to EFF through Certbot, such as your contact information or bug reports. That information will be protected by the [EFF Technology Project Privacy Policy](https://www.eff.org/code/privacy/policy).
Changes to This Policy
EFF's Certbot Privacy Policy may change from time to time. However, any revised privacy policy will be consistent with EFF's mission.
+*Updated on August 23rd, 2021 to reflect removal of Freenode IRC channel and migration to Mattermost.*
+
*Updated on April 2nd, 2020 to change Freenode IRC channel.*
*Updated on October 25th, 2018 to reflect changes to IRC services used.*
@@ -45,6 +45,8 @@ EFF's Certbot Privacy Policy may change from time to time. However, any revised
#### Previous Privacy Policies
+[April 2, 2020 - August 22, 2021](https://github.com/certbot/website/blob/d8e039e8d217f749924725212ad213e28cf8d023/privacy/index.md)
+
[October 25, 2018 - April 2, 2020](https://github.com/certbot/website/blob/eedd40a1a55b0ac6b27a96adfb23e707356b834a/privacy/index.md)
[June 23, 2017 - October 25, 2018](https://github.com/certbot/website/blob/446a47c51fb74db05b8240ddb24174a36e71cc82/privacy/index.md)
From a40ce4e20adef515efc46c9e8884218fd11355aa Mon Sep 17 00:00:00 2001
From: eMiz0rz <50748592+eMiz0rz@users.noreply.github.com>
Date: Tue, 28 Sep 2021 07:21:27 +0200
Subject: [PATCH 061/107] Update hosting_providers.json (#738)
* Update hosting_providers.json
* Update _data/hosting_providers.json
Co-authored-by: alexzorin
Co-authored-by: eMiz0rz
Co-authored-by: alexzorin
---
_data/hosting_providers.json | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/_data/hosting_providers.json b/_data/hosting_providers.json
index 2af4bcf97..a104f063e 100644
--- a/_data/hosting_providers.json
+++ b/_data/hosting_providers.json
@@ -39,6 +39,16 @@
"reviewed": "2019.5.31",
"note": "This applies to paid plans only."
},
+ {
+ "name": "Cloud86",
+ "link": "https://cloud86.nl/",
+ "category": "full",
+ "tutorial": "",
+ "announcement": "",
+ "plan": "",
+ "reviewed": "2021.9.27",
+ "note": "The website is in Dutch."
+ },
{
"name": "Domainnameshop",
"link": "https://www.domainnameshop.com/",
From 6cd5a1403713ed81b069b350505fdb122941ae59 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 1 Oct 2021 08:53:16 -0700
Subject: [PATCH 062/107] Bump datatables.net from 1.10.24 to 1.11.3 (#739)
Bumps [datatables.net](https://github.com/DataTables/Dist-DataTables) from 1.10.24 to 1.11.3.
- [Release notes](https://github.com/DataTables/Dist-DataTables/releases)
- [Commits](https://github.com/DataTables/Dist-DataTables/compare/1.10.24...1.11.3)
---
updated-dependencies:
- dependency-name: datatables.net
dependency-type: direct:production
...
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
package-lock.json | 16 +++++++++++++---
package.json | 2 +-
2 files changed, 14 insertions(+), 4 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 57200d995..2e380fb04 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1117,9 +1117,9 @@
}
},
"datatables.net": {
- "version": "1.10.24",
- "resolved": "https://registry.npmjs.org/datatables.net/-/datatables.net-1.10.24.tgz",
- "integrity": "sha512-CwXixvOdinvBCLXvcTloDinWiEM7Geaz+GwyjPrZL+MXIGPcLv4Op1bbWn8ErsI1JWMIWC8Cuf1rnDU2RrFV5w==",
+ "version": "1.11.3",
+ "resolved": "https://registry.npmjs.org/datatables.net/-/datatables.net-1.11.3.tgz",
+ "integrity": "sha512-VMj5qEaTebpNurySkM6jy6sGpl+s6onPK8xJhYr296R/vUBnz1+id16NVqNf9z5aR076OGcpGHCuiTuy4E05oQ==",
"requires": {
"jquery": ">=1.7"
}
@@ -1131,6 +1131,16 @@
"requires": {
"datatables.net": "1.10.24",
"jquery": ">=1.7"
+ },
+ "dependencies": {
+ "datatables.net": {
+ "version": "1.10.24",
+ "resolved": "https://registry.npmjs.org/datatables.net/-/datatables.net-1.10.24.tgz",
+ "integrity": "sha512-CwXixvOdinvBCLXvcTloDinWiEM7Geaz+GwyjPrZL+MXIGPcLv4Op1bbWn8ErsI1JWMIWC8Cuf1rnDU2RrFV5w==",
+ "requires": {
+ "jquery": ">=1.7"
+ }
+ }
}
},
"dateformat": {
diff --git a/package.json b/package.json
index a811c103e..d42691944 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,7 @@
},
"dependencies": {
"browser-sync": "^2.19.0",
- "datatables.net": "^1.10.22",
+ "datatables.net": "^1.11.3",
"datatables.net-dt": "^1.10.19",
"del": "^2.2.0",
"fs": "0.0.2",
From e4db635ed89081fae5c8ce1bdf6ebf7bd7e6e0e6 Mon Sep 17 00:00:00 2001
From: Brad Warren
Date: Fri, 1 Oct 2021 13:50:28 -0700
Subject: [PATCH 063/107] Don't build on dependabot branches (#742)
* don't build on dependabot branches
* fix quotes
---
.github/workflows/ci.yml | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index de8542c94..0988a8a90 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -41,7 +41,19 @@ jobs:
- name: Push build
env:
CERTBOTBOT_SSH_KEY: ${{ secrets.CERTBOTBOT_SSH_KEY }}
- if: ${{ github.event_name != 'pull_request' }}
+ # This step cannot run successfully on branches created by dependabot
+ # because it won't have access to secrets due to
+ # https://github.blog/changelog/2021-02-19-github-actions-workflows-triggered-by-dependabot-prs-will-run-with-read-only-permissions/.
+ # We check for github.actor here because it skips running on branches
+ # when the build is triggered by dependabot, but it allows humans to
+ # manually retrigger the build which will give the build access to
+ # secrets. This is useful because it allows the built site to be pushed
+ # to the website-builds repo for easier review. See
+ # https://github.com/dependabot/dependabot-core/issues/3253#issuecomment-852541544
+ # and
+ # https://github.com/certbot/website/blob/master/README.md#building-with-github-actions
+ # for more info.
+ if: ${{ github.event_name != 'pull_request' && github.actor != 'dependabot[bot]' }}
run: ./push-build.sh
notify:
# Only notify about failed builds, do not notify about failed builds for
From ae5b8318dcf43930310451fc8047130e95d91127 Mon Sep 17 00:00:00 2001
From: andyhart
Date: Fri, 8 Oct 2021 10:35:40 +0100
Subject: [PATCH 064/107] Added Hartserver to the hosting JSON (#743)
* Added Hartserver to the hosting JSON
Adding Hartserver to the hosting providers list (Disclaimer: it is my web host)
* Update _data/hosting_providers.json
Co-authored-by: alexzorin
Co-authored-by: alexzorin
---
_data/hosting_providers.json | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/_data/hosting_providers.json b/_data/hosting_providers.json
index a104f063e..08dd1ae6c 100644
--- a/_data/hosting_providers.json
+++ b/_data/hosting_providers.json
@@ -2548,5 +2548,15 @@
"plan": "",
"reviewed": "2020.2.19",
"note": "All plans come with Free Let's Encrypt automatically installed for Website and Mail"
+ },
+ {
+ "name": "Hartserver",
+ "link": "https://hartserver.net/",
+ "category": "full",
+ "tutorial": "",
+ "announcement": "https://twitter.com/hartserver/status/988699270780981248",
+ "plan": "",
+ "reviewed": "2021.10.08",
+ "note": "All free and paid hosting plans get Let's Encrypt certificates automatically installed as standard"
}
]
From 611179c93bf1bb98c694bf7308bc94bd90b7d4ec Mon Sep 17 00:00:00 2001
From: Gavin Taylor
Date: Thu, 14 Oct 2021 22:55:01 +0100
Subject: [PATCH 065/107] add UKFast to hosting provider list (#744)
---
_data/hosting_providers.json | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/_data/hosting_providers.json b/_data/hosting_providers.json
index 08dd1ae6c..291e68be8 100644
--- a/_data/hosting_providers.json
+++ b/_data/hosting_providers.json
@@ -2558,5 +2558,15 @@
"plan": "",
"reviewed": "2021.10.08",
"note": "All free and paid hosting plans get Let's Encrypt certificates automatically installed as standard"
+ },
+ {
+ "name": "UKFast",
+ "link": "https://ukfast.co.uk/",
+ "category": "no",
+ "tutorial": "",
+ "announcement": "",
+ "plan": "",
+ "reviewed": "2021.10.09",
+ "note": ""
}
]
From e896f6bae13203fd6ddec942bde6f0b28fcbf2f9 Mon Sep 17 00:00:00 2001
From: Brad Warren
Date: Tue, 19 Oct 2021 13:57:17 -0700
Subject: [PATCH 066/107] Update _docs submodule (#745)
* git submodule update --remote --merge
* update submodule again
---
_docs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_docs b/_docs
index 241a7c32a..1a698fa23 160000
--- a/_docs
+++ b/_docs
@@ -1 +1 @@
-Subproject commit 241a7c32a26dadf0cea95842207f17008abc0edf
+Subproject commit 1a698fa2359e9bcdd9242c4bf77f8ff232cdde61
From d0f7fa11fbb250b9266daaa714565956d0870d1a Mon Sep 17 00:00:00 2001
From: Naleksuh
Date: Thu, 25 Nov 2021 00:13:44 -0800
Subject: [PATCH 067/107] Update hosting_providers.json (#747)
* Update hosting_providers.json
* Update hosting_providers.json
* Update hosting_providers.json
* Update hosting_providers.json
* Update _data/hosting_providers.json
Co-authored-by: alexzorin
Co-authored-by: alexzorin
---
_data/hosting_providers.json | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/_data/hosting_providers.json b/_data/hosting_providers.json
index 291e68be8..b30c55b91 100644
--- a/_data/hosting_providers.json
+++ b/_data/hosting_providers.json
@@ -289,6 +289,16 @@
"reviewed": "2020.02.13",
"note": "The website is in Hungarian."
},
+ {
+ "name": "NFOservers",
+ "link": "https://nfoservers.com",
+ "category": "partial",
+ "tutorial": "",
+ "announcement": "https://forums.nfoservers.com/viewtopic.php?f=6&t=14580",
+ "plan": "",
+ "reviewed": "2021.11.21",
+ "note": "Only available for your own domains, not available on free subdomains"
+ },
{
"name": "34SP.com",
"link": "",
From 003988c4b31e57db2d12e72ecb78f0611ae835ac Mon Sep 17 00:00:00 2001
From: WitchRecipe <77073792+WitchRecipe@users.noreply.github.com>
Date: Mon, 17 Jan 2022 04:02:36 +0100
Subject: [PATCH 068/107] Update hosting_providers.json (#751)
* Update hosting_providers.json
* Update hosting_providers.json
* Update hosting_providers.json
* Update hosting_providers.json
---
_data/hosting_providers.json | 110 +++++++++++++++++++++++++++++++++++
1 file changed, 110 insertions(+)
diff --git a/_data/hosting_providers.json b/_data/hosting_providers.json
index b30c55b91..511adba0b 100644
--- a/_data/hosting_providers.json
+++ b/_data/hosting_providers.json
@@ -2578,5 +2578,115 @@
"plan": "",
"reviewed": "2021.10.09",
"note": ""
+ },
+ {
+ "name": "nazwa.pl",
+ "link": "https://nazwa.pl/",
+ "category": "no",
+ "tutorial": "",
+ "announcement": "",
+ "plan": "",
+ "reviewed": "2021.12.18",
+ "note": "The website is in Polish."
+ },
+ {
+ "name": "Home.pl",
+ "link": "https://home.pl/",
+ "category": "no",
+ "tutorial": "",
+ "announcement": "",
+ "plan": "",
+ "reviewed": "2021.12.18",
+ "note": "The website is in Polish."
+ },
+ {
+ "name": "az.pl",
+ "link": "https://az.pl/",
+ "category": "no",
+ "tutorial": "",
+ "announcement": "",
+ "plan": "",
+ "reviewed": "2021.12.18",
+ "note": "The website is in Polish."
+ },
+ {
+ "name": "Small.pl",
+ "link": "https://www.small.pl/",
+ "category": "partial",
+ "tutorial": "https://pomoc.small.pl/SSL/#generowanie-darmowych-certyfikat%C3%B3w-lets-encrypt",
+ "announcement": "",
+ "plan": "",
+ "reviewed": "2021.12.18",
+ "note": "The website is in Polish."
+ },
+ {
+ "name": "ct8.pl",
+ "link": "https://www.ct8.pl/",
+ "category": "partial",
+ "tutorial": "https://wiki.mydevil.net/SSL#Generowanie_darmowych_certyfikat.C3.B3w_Let.27s_Encrypt",
+ "announcement": "",
+ "plan": "",
+ "reviewed": "2021.12.18",
+ "note": "The website is in Polish."
+ },
+ {
+ "name": "cyber_Folks",
+ "link": "https://cyberfolks.pl/",
+ "category": "partial",
+ "tutorial": "https://cyberfolks.pl/pomoc/jak-uruchomic-certyfikat-ssl-lets-encrypt/",
+ "announcement": "",
+ "plan": "",
+ "reviewed": "2021.12.18",
+ "note": "The website is in Polish."
+ },
+ {
+ "name": "SeoHost.pl",
+ "link": "https://seohost.pl/",
+ "category": "partial",
+ "tutorial": "https://seohost.pl/pomoc/jak-aktywowac-darmowy-certyfikat-ssl-lets-encrypt",
+ "announcement": "",
+ "plan": "",
+ "reviewed": "2021.12.18",
+ "note": "The website is in Polish."
+ },
+ {
+ "name": "Kei.pl",
+ "link": "https://www.kei.pl/",
+ "category": "partial",
+ "tutorial": "https://www.kei.pl/pomoc/certyfikat-lets-encrypt",
+ "announcement": "",
+ "plan": "",
+ "reviewed": "2021.12.18",
+ "note": "The website is in Polish."
+ },
+ {
+ "name": "zenbox.pl",
+ "link": "https://zenbox.pl/",
+ "category": "partial",
+ "tutorial": "https://pomoc.zenbox.pl/pl/kb/articles/jak-moge-wlaczyc-certyfikat-lets-encrypt-dla-mojej-domeny",
+ "announcement": "",
+ "plan": "",
+ "reviewed": "2021.12.18",
+ "note": "The website is in Polish."
+ },
+ {
+ "name": "dhosting.pl",
+ "link": "https://dhosting.pl/",
+ "category": "partial",
+ "tutorial": "https://dhosting.pl/pomoc/baza-wiedzy/lets-encrypt-i-sni/",
+ "announcement": "",
+ "plan": "",
+ "reviewed": "2021.12.18",
+ "note": "The website is in Polish."
+ },
+ {
+ "name": "Kylos",
+ "link": "https://www.kylos.pl/",
+ "category": "full",
+ "tutorial": "https://panel.kylos.pl/knowledgebase/246/Darmowe-certyfikaty-SSL-dla-stron-WWW-w-cPanel.html",
+ "announcement": "",
+ "plan": "",
+ "reviewed": "2021.12.18",
+ "note": "The website is in Polish."
}
]
From 66204b79c775112f87646cea9ada5a89230d0a45 Mon Sep 17 00:00:00 2001
From: ohemorange
Date: Wed, 19 Jan 2022 15:46:22 -0800
Subject: [PATCH 069/107] Remove all unused files, now that the website has
been migrated (#759)
* Remove all unused files, now that the website has been migrated.
* Remove additional dotfiles
---
.dockerignore | 22 -
.github/workflows/ci.yml | 71 -
.gitmodules | 4 -
Dockerfile | 58 -
EDITING.md | 21 -
LICENSE.txt | 661 --
_config.yml | 49 -
_data/.keep | 0
_data/inputs.json | 192 -
_docs | 1 -
_docs.sh | 18 -
_faq_entries/0-are-certificates-trusted.md | 6 -
_faq_entries/10-root-privileges.md | 16 -
_faq_entries/11-CSR.md | 6 -
_faq_entries/12-rate-limits.md | 6 -
_faq_entries/13-bringing-down-website.md | 6 -
_faq_entries/14-IP.md | 6 -
_faq_entries/15-port-80.md | 8 -
_faq_entries/16-privacy-policy.md | 6 -
_faq_entries/17-copyright-license.md | 6 -
_faq_entries/18-debugging-tools.md | 20 -
_faq_entries/2-certs-other-than-ssl-tls.md | 6 -
_faq_entries/3-code-signing.md | 6 -
_faq_entries/4-store-private-keys.md | 8 -
_faq_entries/5-EV.md | 6 -
_faq_entries/6-SAN.md | 6 -
_faq_entries/7-wildcard.md | 14 -
_faq_entries/8-OS.md | 6 -
_faq_entries/9-automatic-configuration.md | 10 -
_gulp/config.js | 14 -
_gulp/index.js | 13 -
_gulp/tasks/css.js | 41 -
_gulp/tasks/docs.js | 45 -
_gulp/tasks/instructions.js | 44 -
_gulp/tasks/jekyll.js | 19 -
_gulp/tasks/js.js | 55 -
_gulp/tasks/serve.js | 37 -
_includes/contrib/code_list.html | 15 -
_includes/contrib/main_list.html | 38 -
_includes/eff-logo.html | 8 -
_includes/footer.html | 54 -
_includes/form.html | 29 -
_includes/head.html | 24 -
_includes/header.html | 27 -
_includes/help/learn_more.html | 52 -
_includes/help/not_finding.html | 10 -
_includes/hero.html | 8 -
_includes/hosting_provider_graphic.html | 27 -
_includes/hosting_providers_table.html | 99 -
_includes/https_info.html | 41 -
_includes/shelf.html | 12 -
_includes/social.html | 9 -
_includes/subhero.html | 4 -
_includes/tooltip.html | 32 -
_includes/topnav.html | 16 -
_includes/use_certbot.html | 49 -
_includes/warning.html | 8 -
_layouts/default.html | 23 -
_layouts/hosting_providers.html | 44 -
_layouts/index.html | 54 -
_layouts/instruction.html | 34 -
_layouts/page.html | 28 -
_plugins/glossary_term.rb | 11 -
_plugins/instructions.rb | 35 -
_sass/_base.scss | 248 -
_sass/_breakpoints.scss | 8 -
_sass/_datatable.scss | 191 -
_sass/_faq.scss | 84 -
_sass/_fonts.scss | 79 -
_sass/_footer.scss | 124 -
_sass/_grids.scss | 70 -
_sass/_hero.scss | 39 -
_sass/_homepage.scss | 274 -
_sass/_instruction-widget.scss | 529 --
_sass/_layout.scss | 222 -
_sass/_nav.scss | 191 -
_sass/_page.scss | 218 -
_sass/_privacy.scss | 7 -
_sass/_shelf.scss | 81 -
_sass/_social.scss | 105 -
_sass/_syntax-highlighting.scss | 67 -
_sass/_tooltips.scss | 136 -
_sass/_warning.scss | 8 -
_sass/cbtheme.scss | 118 -
_sass/main.scss | 188 -
_sass/theme.css | 5128 -----------
_scripts/instruction-widget/build-all.js | 48 -
_scripts/instruction-widget/get-started.js | 79 -
_scripts/instruction-widget/install.js | 297 -
_scripts/instruction-widget/instructions.js | 64 -
_scripts/instruction-widget/main.js | 187 -
.../templates/getting-started/apache.html | 35 -
.../templates/getting-started/bitnami.html | 9 -
.../templates/getting-started/certonly.html | 46 -
.../templates/getting-started/haproxy.html | 20 -
.../templates/getting-started/nginx.html | 33 -
.../templates/getting-started/plesk.html | 3 -
.../templates/getting-started/renewal.html | 78 -
.../templates/getting-started/sharedhost.html | 42 -
.../templates/getting-started/windows.html | 112 -
.../templates/install/arch.html | 25 -
.../templates/install/auto.html | 3 -
.../templates/install/bsd.html | 35 -
.../templates/install/centos.html | 53 -
.../templates/install/commonauto.html | 10 -
.../templates/install/debian.html | 16 -
.../templates/install/dnsplugins.html | 37 -
.../templates/install/dnspluginssetup.html | 27 -
.../templates/install/fedora.html | 13 -
.../templates/install/gentoo.html | 3 -
.../templates/install/header.html | 6 -
.../templates/install/installcertbot.html | 7 -
.../templates/install/macos.html | 13 -
.../templates/install/opensuse.html | 12 -
.../templates/install/pip.html | 83 -
.../install/preparecertbotsymlinkcommand.html | 8 -
.../templates/install/snap.html | 71 -
.../templates/install/ubuntu.html | 41 -
.../templates/instructions.html | 56 -
_scripts/main.js | 123 -
_terms/.command_line.md.swp | Bin 12288 -> 0 bytes
_terms/admin-access.md | 5 -
_terms/automatic-renewal.md | 5 -
_terms/automatic-updates.md | 5 -
_terms/backports.md | 6 -
_terms/browser.md | 5 -
_terms/certificate-authority.md | 5 -
_terms/certificate.md | 5 -
_terms/cloud-hosting.md | 5 -
_terms/command-line.md | 6 -
_terms/control-panel.md | 5 -
_terms/cron-job.md | 5 -
_terms/crontab.md | 5 -
_terms/dedicated-server.md | 5 -
_terms/dns-credentials.md | 6 -
_terms/dns-provider.md | 6 -
_terms/dns-record.md | 5 -
_terms/dns-validation.md | 6 -
_terms/dns.md | 5 -
_terms/docker.md | 6 -
_terms/domain-name.md | 5 -
_terms/domain-registrar.md | 5 -
_terms/firewall.md | 5 -
_terms/ftp.md | 5 -
_terms/hosting-provider.md | 5 -
_terms/http.md | 6 -
_terms/https.md | 6 -
_terms/internet-service-provider.md | 5 -
_terms/ip-address.md | 5 -
_terms/lets-encrypt.md | 6 -
_terms/operating-system.md | 5 -
_terms/port-443.md | 5 -
_terms/port-80.md | 6 -
_terms/server-plugin.md | 5 -
_terms/server.md | 5 -
_terms/sftp.md | 5 -
_terms/shared-hosting.md | 7 -
_terms/shared-server.md | 5 -
_terms/software-repository-or-repo.md | 5 -
_terms/software.md | 6 -
_terms/ssh.md | 6 -
_terms/ssl-tls.md | 5 -
_terms/sudo.md | 6 -
_terms/tcp.md | 5 -
_terms/updates.md | 5 -
_terms/virtual-private-server.md | 6 -
_terms/web-server.md | 5 -
_terms/website-thats-already-online.md | 5 -
_terms/wildcard-certificate.md | 9 -
about/index.md | 52 -
all-instructions/index.html | 17 -
certbot-deploy | 21 -
contribute/index.md | 32 -
docker-compose.yml | 23 -
faq/index.html | 29 -
favicon.ico | Bin 1406 -> 0 bytes
fonts/Roboto-Black.woff | Bin 24484 -> 0 bytes
fonts/Roboto-Bold.woff | Bin 24808 -> 0 bytes
fonts/Roboto-Light.woff | Bin 24576 -> 0 bytes
fonts/Roboto-Medium.woff | Bin 25048 -> 0 bytes
fonts/Roboto-Regular.woff | Bin 25020 -> 0 bytes
fonts/Roboto-Thin.woff | Bin 24944 -> 0 bytes
fonts/RobotoSlab-Bold.woff | Bin 28628 -> 0 bytes
fonts/RobotoSlab-Light.woff | Bin 28032 -> 0 bytes
fonts/RobotoSlab-Regular.woff | Bin 29108 -> 0 bytes
fonts/RobotoSlab-Thin.woff | Bin 27388 -> 0 bytes
fonts/Social.woff | Bin 3292 -> 0 bytes
fonts/VeraMono-Regular.woff | Bin 21004 -> 0 bytes
glossary/index.html | 12 -
gulpfile.js | 29 -
help/index.md | 18 -
hosting_providers/index.md | 26 -
images/Alert.svg | 11 -
images/BlackCircle-Chat.svg | 1 -
images/BlackCircle-Code.svg | 1 -
images/BlackCircle-Documentation.svg | 1 -
images/BlackCircle-Donate.svg | 1 -
images/BlackCircle-Gear.svg | 1 -
images/BlackCircle-Key.svg | 1 -
images/BlackCircle-Lightbulb-alternate.svg | 1 -
images/BlackCircle-Lightbulb.svg | 1 -
images/BlackCircle-Plus.svg | 1 -
images/Certbot-solid.svg | 36 -
images/Computer.svg | 1 -
images/Donate.svg | 1 -
images/EFF-bw-logo-white.svg | 50 -
images/EFF-logo-plain.svg | 12 -
images/EFF-logo.svg | 78 -
images/Facebook-Mobile.svg | 3 -
images/Facebook.svg | 3 -
images/FullHTTPSSupport.svg | 1 -
images/Gear.svg | 1 -
images/GlossaryQuestion.svg | 11 -
images/GreenCheck.svg | 6 -
images/HTTPsite.svg | 1 -
images/Heart-Mobile.svg | 7 -
images/Heart.svg | 3 -
images/HostingProvidersServers.svg | 1 -
images/ImportantNote.svg | 9 -
images/InstallCertbot.gif | Bin 13096 -> 0 bytes
images/Key.svg | 1 -
images/LetsEncrypt-logo.svg | 4199 ---------
images/LetsEncrypt.png | Bin 1226 -> 0 bytes
images/Lightbulb.svg | 1 -
images/Lock-Slider.gif | Bin 64447 -> 0 bytes
images/Lock.svg | 1 -
images/NoHTTPS.svg | 1 -
images/NoHTTPSSupport.svg | 13 -
images/PartialHTTPSSupport.svg | 6 -
images/Search-Black.svg | 1 -
images/Search-Red.svg | 1 -
images/Server.svg | 1 -
images/Slider-PartialSupport.svg | 1 -
images/Twitter-Mobile.svg | 3 -
images/Twitter.svg | 3 -
images/Website.svg | 13 -
images/cc-by-logo.png | Bin 4739 -> 0 bytes
images/cc-by-nc-logo.png | Bin 1635 -> 0 bytes
images/certbot-OG.png | Bin 19469 -> 0 bytes
images/certbot-logo-1A.svg | 132 -
images/certbot-logo-7.png | Bin 13429 -> 0 bytes
images/certbot-wordmark.png | Bin 9692 -> 0 bytes
images/chevron-down.png | Bin 2831 -> 0 bytes
images/chevron-right.png | Bin 2217 -> 0 bytes
images/close.svg | 12 -
images/documentation-icon.svg | 27 -
images/github-mark.png | Bin 4839 -> 0 bytes
images/project-of-eff.png | Bin 15981 -> 0 bytes
images/readthedocslogo.png | Bin 4560 -> 0 bytes
images/support-icon.svg | 26 -
index.html | 6 -
instructions/index.md | 6 -
nginx.conf | 15 -
package-lock.json | 7571 -----------------
package.json | 37 -
privacy/index.md | 56 -
push-build.sh | 36 -
support/index.md | 8 -
website-builds.sh | 33 -
259 files changed, 25087 deletions(-)
delete mode 100644 .dockerignore
delete mode 100644 .github/workflows/ci.yml
delete mode 100644 .gitmodules
delete mode 100644 Dockerfile
delete mode 100644 EDITING.md
delete mode 100644 LICENSE.txt
delete mode 100644 _config.yml
delete mode 100644 _data/.keep
delete mode 100644 _data/inputs.json
delete mode 160000 _docs
delete mode 100755 _docs.sh
delete mode 100644 _faq_entries/0-are-certificates-trusted.md
delete mode 100644 _faq_entries/10-root-privileges.md
delete mode 100644 _faq_entries/11-CSR.md
delete mode 100644 _faq_entries/12-rate-limits.md
delete mode 100644 _faq_entries/13-bringing-down-website.md
delete mode 100644 _faq_entries/14-IP.md
delete mode 100644 _faq_entries/15-port-80.md
delete mode 100644 _faq_entries/16-privacy-policy.md
delete mode 100644 _faq_entries/17-copyright-license.md
delete mode 100644 _faq_entries/18-debugging-tools.md
delete mode 100644 _faq_entries/2-certs-other-than-ssl-tls.md
delete mode 100644 _faq_entries/3-code-signing.md
delete mode 100644 _faq_entries/4-store-private-keys.md
delete mode 100644 _faq_entries/5-EV.md
delete mode 100644 _faq_entries/6-SAN.md
delete mode 100644 _faq_entries/7-wildcard.md
delete mode 100644 _faq_entries/8-OS.md
delete mode 100644 _faq_entries/9-automatic-configuration.md
delete mode 100644 _gulp/config.js
delete mode 100644 _gulp/index.js
delete mode 100644 _gulp/tasks/css.js
delete mode 100644 _gulp/tasks/docs.js
delete mode 100644 _gulp/tasks/instructions.js
delete mode 100644 _gulp/tasks/jekyll.js
delete mode 100644 _gulp/tasks/js.js
delete mode 100644 _gulp/tasks/serve.js
delete mode 100644 _includes/contrib/code_list.html
delete mode 100644 _includes/contrib/main_list.html
delete mode 100644 _includes/eff-logo.html
delete mode 100644 _includes/footer.html
delete mode 100644 _includes/form.html
delete mode 100644 _includes/head.html
delete mode 100644 _includes/header.html
delete mode 100644 _includes/help/learn_more.html
delete mode 100644 _includes/help/not_finding.html
delete mode 100644 _includes/hero.html
delete mode 100644 _includes/hosting_provider_graphic.html
delete mode 100644 _includes/hosting_providers_table.html
delete mode 100644 _includes/https_info.html
delete mode 100644 _includes/shelf.html
delete mode 100644 _includes/social.html
delete mode 100644 _includes/subhero.html
delete mode 100644 _includes/tooltip.html
delete mode 100644 _includes/topnav.html
delete mode 100644 _includes/use_certbot.html
delete mode 100644 _includes/warning.html
delete mode 100644 _layouts/default.html
delete mode 100644 _layouts/hosting_providers.html
delete mode 100644 _layouts/index.html
delete mode 100644 _layouts/instruction.html
delete mode 100644 _layouts/page.html
delete mode 100644 _plugins/glossary_term.rb
delete mode 100644 _plugins/instructions.rb
delete mode 100644 _sass/_base.scss
delete mode 100644 _sass/_breakpoints.scss
delete mode 100644 _sass/_datatable.scss
delete mode 100644 _sass/_faq.scss
delete mode 100644 _sass/_fonts.scss
delete mode 100644 _sass/_footer.scss
delete mode 100644 _sass/_grids.scss
delete mode 100644 _sass/_hero.scss
delete mode 100644 _sass/_homepage.scss
delete mode 100644 _sass/_instruction-widget.scss
delete mode 100644 _sass/_layout.scss
delete mode 100644 _sass/_nav.scss
delete mode 100644 _sass/_page.scss
delete mode 100644 _sass/_privacy.scss
delete mode 100644 _sass/_shelf.scss
delete mode 100644 _sass/_social.scss
delete mode 100644 _sass/_syntax-highlighting.scss
delete mode 100644 _sass/_tooltips.scss
delete mode 100644 _sass/_warning.scss
delete mode 100644 _sass/cbtheme.scss
delete mode 100644 _sass/main.scss
delete mode 100644 _sass/theme.css
delete mode 100644 _scripts/instruction-widget/build-all.js
delete mode 100644 _scripts/instruction-widget/get-started.js
delete mode 100644 _scripts/instruction-widget/install.js
delete mode 100644 _scripts/instruction-widget/instructions.js
delete mode 100644 _scripts/instruction-widget/main.js
delete mode 100644 _scripts/instruction-widget/templates/getting-started/apache.html
delete mode 100644 _scripts/instruction-widget/templates/getting-started/bitnami.html
delete mode 100644 _scripts/instruction-widget/templates/getting-started/certonly.html
delete mode 100644 _scripts/instruction-widget/templates/getting-started/haproxy.html
delete mode 100644 _scripts/instruction-widget/templates/getting-started/nginx.html
delete mode 100644 _scripts/instruction-widget/templates/getting-started/plesk.html
delete mode 100644 _scripts/instruction-widget/templates/getting-started/renewal.html
delete mode 100644 _scripts/instruction-widget/templates/getting-started/sharedhost.html
delete mode 100644 _scripts/instruction-widget/templates/getting-started/windows.html
delete mode 100644 _scripts/instruction-widget/templates/install/arch.html
delete mode 100644 _scripts/instruction-widget/templates/install/auto.html
delete mode 100644 _scripts/instruction-widget/templates/install/bsd.html
delete mode 100644 _scripts/instruction-widget/templates/install/centos.html
delete mode 100644 _scripts/instruction-widget/templates/install/commonauto.html
delete mode 100644 _scripts/instruction-widget/templates/install/debian.html
delete mode 100644 _scripts/instruction-widget/templates/install/dnsplugins.html
delete mode 100644 _scripts/instruction-widget/templates/install/dnspluginssetup.html
delete mode 100644 _scripts/instruction-widget/templates/install/fedora.html
delete mode 100644 _scripts/instruction-widget/templates/install/gentoo.html
delete mode 100644 _scripts/instruction-widget/templates/install/header.html
delete mode 100644 _scripts/instruction-widget/templates/install/installcertbot.html
delete mode 100644 _scripts/instruction-widget/templates/install/macos.html
delete mode 100644 _scripts/instruction-widget/templates/install/opensuse.html
delete mode 100644 _scripts/instruction-widget/templates/install/pip.html
delete mode 100644 _scripts/instruction-widget/templates/install/preparecertbotsymlinkcommand.html
delete mode 100644 _scripts/instruction-widget/templates/install/snap.html
delete mode 100644 _scripts/instruction-widget/templates/install/ubuntu.html
delete mode 100644 _scripts/instruction-widget/templates/instructions.html
delete mode 100644 _scripts/main.js
delete mode 100644 _terms/.command_line.md.swp
delete mode 100644 _terms/admin-access.md
delete mode 100644 _terms/automatic-renewal.md
delete mode 100644 _terms/automatic-updates.md
delete mode 100644 _terms/backports.md
delete mode 100644 _terms/browser.md
delete mode 100644 _terms/certificate-authority.md
delete mode 100644 _terms/certificate.md
delete mode 100644 _terms/cloud-hosting.md
delete mode 100644 _terms/command-line.md
delete mode 100644 _terms/control-panel.md
delete mode 100644 _terms/cron-job.md
delete mode 100644 _terms/crontab.md
delete mode 100644 _terms/dedicated-server.md
delete mode 100644 _terms/dns-credentials.md
delete mode 100644 _terms/dns-provider.md
delete mode 100644 _terms/dns-record.md
delete mode 100644 _terms/dns-validation.md
delete mode 100644 _terms/dns.md
delete mode 100644 _terms/docker.md
delete mode 100644 _terms/domain-name.md
delete mode 100644 _terms/domain-registrar.md
delete mode 100644 _terms/firewall.md
delete mode 100644 _terms/ftp.md
delete mode 100644 _terms/hosting-provider.md
delete mode 100644 _terms/http.md
delete mode 100644 _terms/https.md
delete mode 100644 _terms/internet-service-provider.md
delete mode 100644 _terms/ip-address.md
delete mode 100644 _terms/lets-encrypt.md
delete mode 100644 _terms/operating-system.md
delete mode 100644 _terms/port-443.md
delete mode 100644 _terms/port-80.md
delete mode 100644 _terms/server-plugin.md
delete mode 100644 _terms/server.md
delete mode 100644 _terms/sftp.md
delete mode 100644 _terms/shared-hosting.md
delete mode 100644 _terms/shared-server.md
delete mode 100644 _terms/software-repository-or-repo.md
delete mode 100644 _terms/software.md
delete mode 100644 _terms/ssh.md
delete mode 100644 _terms/ssl-tls.md
delete mode 100644 _terms/sudo.md
delete mode 100644 _terms/tcp.md
delete mode 100644 _terms/updates.md
delete mode 100644 _terms/virtual-private-server.md
delete mode 100644 _terms/web-server.md
delete mode 100644 _terms/website-thats-already-online.md
delete mode 100644 _terms/wildcard-certificate.md
delete mode 100644 about/index.md
delete mode 100644 all-instructions/index.html
delete mode 100755 certbot-deploy
delete mode 100644 contribute/index.md
delete mode 100644 docker-compose.yml
delete mode 100644 faq/index.html
delete mode 100644 favicon.ico
delete mode 100755 fonts/Roboto-Black.woff
delete mode 100755 fonts/Roboto-Bold.woff
delete mode 100755 fonts/Roboto-Light.woff
delete mode 100755 fonts/Roboto-Medium.woff
delete mode 100755 fonts/Roboto-Regular.woff
delete mode 100755 fonts/Roboto-Thin.woff
delete mode 100755 fonts/RobotoSlab-Bold.woff
delete mode 100755 fonts/RobotoSlab-Light.woff
delete mode 100755 fonts/RobotoSlab-Regular.woff
delete mode 100755 fonts/RobotoSlab-Thin.woff
delete mode 100755 fonts/Social.woff
delete mode 100755 fonts/VeraMono-Regular.woff
delete mode 100644 glossary/index.html
delete mode 100644 gulpfile.js
delete mode 100644 help/index.md
delete mode 100644 hosting_providers/index.md
delete mode 100644 images/Alert.svg
delete mode 100644 images/BlackCircle-Chat.svg
delete mode 100644 images/BlackCircle-Code.svg
delete mode 100644 images/BlackCircle-Documentation.svg
delete mode 100644 images/BlackCircle-Donate.svg
delete mode 100644 images/BlackCircle-Gear.svg
delete mode 100644 images/BlackCircle-Key.svg
delete mode 100644 images/BlackCircle-Lightbulb-alternate.svg
delete mode 100644 images/BlackCircle-Lightbulb.svg
delete mode 100644 images/BlackCircle-Plus.svg
delete mode 100644 images/Certbot-solid.svg
delete mode 100644 images/Computer.svg
delete mode 100644 images/Donate.svg
delete mode 100755 images/EFF-bw-logo-white.svg
delete mode 100644 images/EFF-logo-plain.svg
delete mode 100644 images/EFF-logo.svg
delete mode 100644 images/Facebook-Mobile.svg
delete mode 100644 images/Facebook.svg
delete mode 100644 images/FullHTTPSSupport.svg
delete mode 100644 images/Gear.svg
delete mode 100644 images/GlossaryQuestion.svg
delete mode 100644 images/GreenCheck.svg
delete mode 100644 images/HTTPsite.svg
delete mode 100644 images/Heart-Mobile.svg
delete mode 100644 images/Heart.svg
delete mode 100644 images/HostingProvidersServers.svg
delete mode 100644 images/ImportantNote.svg
delete mode 100644 images/InstallCertbot.gif
delete mode 100644 images/Key.svg
delete mode 100644 images/LetsEncrypt-logo.svg
delete mode 100644 images/LetsEncrypt.png
delete mode 100644 images/Lightbulb.svg
delete mode 100644 images/Lock-Slider.gif
delete mode 100644 images/Lock.svg
delete mode 100644 images/NoHTTPS.svg
delete mode 100644 images/NoHTTPSSupport.svg
delete mode 100644 images/PartialHTTPSSupport.svg
delete mode 100644 images/Search-Black.svg
delete mode 100644 images/Search-Red.svg
delete mode 100644 images/Server.svg
delete mode 100644 images/Slider-PartialSupport.svg
delete mode 100644 images/Twitter-Mobile.svg
delete mode 100644 images/Twitter.svg
delete mode 100644 images/Website.svg
delete mode 100644 images/cc-by-logo.png
delete mode 100644 images/cc-by-nc-logo.png
delete mode 100644 images/certbot-OG.png
delete mode 100755 images/certbot-logo-1A.svg
delete mode 100644 images/certbot-logo-7.png
delete mode 100644 images/certbot-wordmark.png
delete mode 100644 images/chevron-down.png
delete mode 100644 images/chevron-right.png
delete mode 100644 images/close.svg
delete mode 100755 images/documentation-icon.svg
delete mode 100644 images/github-mark.png
delete mode 100644 images/project-of-eff.png
delete mode 100644 images/readthedocslogo.png
delete mode 100755 images/support-icon.svg
delete mode 100644 index.html
delete mode 100644 instructions/index.md
delete mode 100644 nginx.conf
delete mode 100644 package-lock.json
delete mode 100644 package.json
delete mode 100644 privacy/index.md
delete mode 100755 push-build.sh
delete mode 100644 support/index.md
delete mode 100755 website-builds.sh
diff --git a/.dockerignore b/.dockerignore
deleted file mode 100644
index 9ca632bfe..000000000
--- a/.dockerignore
+++ /dev/null
@@ -1,22 +0,0 @@
-# ignore docker config
-docker-compose.yml
-Dockerfile
-.dockerignore
-nginx.conf
-
-# ignore repo docs
-EDITING.md
-README.md
-LICENSE.txt
-.git*
-
-# ignore CI logic
-push-build.sh
-
-# ignore build artifacts
-node_modules
-_site
-_instructions
-.sass-cache
-.jekyll-*
-_docs/venv*
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
deleted file mode 100644
index 0988a8a90..000000000
--- a/.github/workflows/ci.yml
+++ /dev/null
@@ -1,71 +0,0 @@
-name: Certbot website CI
-on:
- push:
- pull_request:
- schedule:
- # Run at 4pm UTC or 9am PST
- - cron: "0 16 * * *"
-env:
- NOKOGIRI_USE_SYSTEM_LIBRARIES: true
- NODE_ENV: production
-jobs:
- ci:
- runs-on: ubuntu-20.04
- steps:
- - uses: actions/checkout@v2
- with:
- submodules: true
- - name: Install OS packages
- run: |
- sudo apt-get update
- sudo apt-get install gsfonts imagemagick latexmk texlive texlive-latex-extra -y
- - uses: ruby/setup-ruby@v1
- with:
- bundler: "none"
- ruby-version: 2.6.3
- - name: Install Ruby packages
- run: gem install jekyll html-proofer
- - uses: actions/setup-node@v2
- with:
- node-version: 8.12.0
- - name: Install Node packages
- run: |
- npm install gulp
- npm install
- - name: Install docs packages
- run: ./_docs.sh depend
- - name: Build and test
- run: |
- gulp build
- npm test
- - name: Push build
- env:
- CERTBOTBOT_SSH_KEY: ${{ secrets.CERTBOTBOT_SSH_KEY }}
- # This step cannot run successfully on branches created by dependabot
- # because it won't have access to secrets due to
- # https://github.blog/changelog/2021-02-19-github-actions-workflows-triggered-by-dependabot-prs-will-run-with-read-only-permissions/.
- # We check for github.actor here because it skips running on branches
- # when the build is triggered by dependabot, but it allows humans to
- # manually retrigger the build which will give the build access to
- # secrets. This is useful because it allows the built site to be pushed
- # to the website-builds repo for easier review. See
- # https://github.com/dependabot/dependabot-core/issues/3253#issuecomment-852541544
- # and
- # https://github.com/certbot/website/blob/master/README.md#building-with-github-actions
- # for more info.
- if: ${{ github.event_name != 'pull_request' && github.actor != 'dependabot[bot]' }}
- run: ./push-build.sh
- notify:
- # Only notify about failed builds, do not notify about failed builds for
- # PRs, and only notify about failed pushes to master.
- if: ${{ failure() && github.event_name != 'pull_request' && (github.event_name != 'push' || github.ref == 'refs/heads/master') }}
- needs: ci
- runs-on: ubuntu-20.04
- steps:
- - name: Write Mattermost Message
- run: |
- WORKFLOW_RUN_URL="$GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID"
- echo "{\"text\":\"** :warning: $GITHUB_REPOSITORY: Build failed :warning: ** | [(see details)]($WORKFLOW_RUN_URL) \"}" > mattermost.json
- - uses: mattermost/action-mattermost-notify@master
- env:
- MATTERMOST_WEBHOOK_URL: ${{ secrets.MATTERMOST_WEBHOOK_URL }}
diff --git a/.gitmodules b/.gitmodules
deleted file mode 100644
index 18bee710f..000000000
--- a/.gitmodules
+++ /dev/null
@@ -1,4 +0,0 @@
-[submodule "_docs"]
- path = _docs
- url = https://github.com/certbot/certbot.git
- branch = master
diff --git a/Dockerfile b/Dockerfile
deleted file mode 100644
index fdbe7d9d3..000000000
--- a/Dockerfile
+++ /dev/null
@@ -1,58 +0,0 @@
-FROM python:3.6
-
-RUN mkdir /opt/certbot
-WORKDIR /opt/certbot
-
-ENV NODE_ENV production
-ENV RUBY_VERSION 2.6.3
-ENV NOKOGIRI_USE_SYSTEM_LIBRARIES true
-
-# Set UTF-8 character encoding
-ENV LANG en_US.UTF-8
-ENV LANGUAGE en_US:en
-ENV LC_ALL C.UTF-8
-
-# Configure locales. Install rsync for deploy script, texlive for building docs.
-RUN apt-get update && apt-get install locales -y && \
- echo dpkg-reconfigure -f noninteractive tzdata && \
- sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && \
- echo 'LANG="en_US.UTF-8"'>/etc/default/locale && \
- dpkg-reconfigure --frontend=noninteractive locales && \
- update-locale LANG=en_US.UTF-8 && \
- apt-get install -y --no-install-recommends \
- imagemagick \
- gsfonts \
- latexmk \
- rsync \
- sudo \
- texlive \
- texlive-latex-extra
-
-# Install ruby and dependencies
-RUN echo 'gem: --no-document' >> /usr/local/etc/gemrc && \
- mkdir /src && cd /src && git clone https://github.com/sstephenson/ruby-build.git && \
- cd /src/ruby-build && ./install.sh && \
- cd / && rm -rf /src/ruby-build && ruby-build $RUBY_VERSION /usr/local && \
- gem install jekyll html-proofer
-
-# Install node and dependencies
-RUN apt-get install -y npm
-RUN npm install -g n
-RUN n 8.12.0
-RUN npm install -g npm@"<7" gulp-cli
-
-# Install Javascript packages
-COPY package.json ./
-COPY package-lock.json ./
-RUN npm install
-
-# Install docs dependencies
-COPY _docs.sh ./
-COPY _docs/ ./_docs/
-RUN ./_docs.sh depend
-
-COPY . .
-
-RUN gulp build
-
-CMD ["gulp", "jekyll:watch"]
diff --git a/EDITING.md b/EDITING.md
deleted file mode 100644
index fc5f0ccd6..000000000
--- a/EDITING.md
+++ /dev/null
@@ -1,21 +0,0 @@
-# Editing the Certbot instructions
-Certbot instructions are available for editing as part of the https://github.com/certbot/website repository - if you've found an error or generally think that you can improve them we welcome your support!
-## Source Files
-The files for the instruction generator are in https://github.com/certbot/website/tree/master/_scripts/instruction-widget
-
-They're mostly determined by the template files in the [templates directory](https://github.com/certbot/website/tree/master/_scripts/instruction-widget/templates) which are made up of HTML and [mustache.js template](https://mustache.github.io/) commands.
-
-Some of the text is set through javascript which can be found [here](https://github.com/certbot/website/blob/master/_scripts/instruction-widget/install.js)
-
-## Editing
-Most text is determined by by the HTML in the template files. To edit them you'll need a basic understanding of HTML.
-
-Anything inside of `{{ example_text }}` is a mustache.js template - which documentation can be read about [here](https://mustache.github.io/mustache.5.html).
-
-Certain variables, such as the specific command to invoke certbot, are determined in `install.js` and `getting-started.js` and are set as context elements to go along with the ones determined by the drop down options (defined [here](https://github.com/certbot/website/blob/master/_scripts/instruction-widget/data/inputs.json)).
-
-These allow you to change certain text selectively based on the specific webserver or OS that the user has specified. This means that if there is an error for your specific webserver or OS instructions you should check both the corresponding js file and template for the source of that error.
-
-For example if the [Gentoo install instructions](https://certbot.eff.org/#gentoo-apache) have the wrong commands you'll want to look at the [Gentoo template file](https://github.com/certbot/website/blob/master/_scripts/instruction-widget/templates/install/gentoo.html) as well as the [Gentoo section of install.js](https://github.com/certbot/website/blob/master/_scripts/instruction-widget/install.js#L122)
-
-Altrenately if the Getting Started instructions for Apache on Gentoo are wrong - you may want to add a variable to the [get-started.js](https://github.com/certbot/website/blob/master/_scripts/instruction-widget/get-started.js) or add a specific check to the appropriate template file (found [here](https://github.com/certbot/website/tree/master/_scripts/instruction-widget/templates/getting-started))
diff --git a/LICENSE.txt b/LICENSE.txt
deleted file mode 100644
index dba13ed2d..000000000
--- a/LICENSE.txt
+++ /dev/null
@@ -1,661 +0,0 @@
- GNU AFFERO GENERAL PUBLIC LICENSE
- Version 3, 19 November 2007
-
- Copyright (C) 2007 Free Software Foundation, Inc.
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
- Preamble
-
- The GNU Affero General Public License is a free, copyleft license for
-software and other kinds of works, specifically designed to ensure
-cooperation with the community in the case of network server software.
-
- The licenses for most software and other practical works are designed
-to take away your freedom to share and change the works. By contrast,
-our General Public Licenses are intended to guarantee your freedom to
-share and change all versions of a program--to make sure it remains free
-software for all its users.
-
- When we speak of free software, we are referring to freedom, not
-price. Our General Public Licenses are designed to make sure that you
-have the freedom to distribute copies of free software (and charge for
-them if you wish), that you receive source code or can get it if you
-want it, that you can change the software or use pieces of it in new
-free programs, and that you know you can do these things.
-
- Developers that use our General Public Licenses protect your rights
-with two steps: (1) assert copyright on the software, and (2) offer
-you this License which gives you legal permission to copy, distribute
-and/or modify the software.
-
- A secondary benefit of defending all users' freedom is that
-improvements made in alternate versions of the program, if they
-receive widespread use, become available for other developers to
-incorporate. Many developers of free software are heartened and
-encouraged by the resulting cooperation. However, in the case of
-software used on network servers, this result may fail to come about.
-The GNU General Public License permits making a modified version and
-letting the public access it on a server without ever releasing its
-source code to the public.
-
- The GNU Affero General Public License is designed specifically to
-ensure that, in such cases, the modified source code becomes available
-to the community. It requires the operator of a network server to
-provide the source code of the modified version running there to the
-users of that server. Therefore, public use of a modified version, on
-a publicly accessible server, gives the public access to the source
-code of the modified version.
-
- An older license, called the Affero General Public License and
-published by Affero, was designed to accomplish similar goals. This is
-a different license, not a version of the Affero GPL, but Affero has
-released a new version of the Affero GPL which permits relicensing under
-this license.
-
- The precise terms and conditions for copying, distribution and
-modification follow.
-
- TERMS AND CONDITIONS
-
- 0. Definitions.
-
- "This License" refers to version 3 of the GNU Affero General Public License.
-
- "Copyright" also means copyright-like laws that apply to other kinds of
-works, such as semiconductor masks.
-
- "The Program" refers to any copyrightable work licensed under this
-License. Each licensee is addressed as "you". "Licensees" and
-"recipients" may be individuals or organizations.
-
- To "modify" a work means to copy from or adapt all or part of the work
-in a fashion requiring copyright permission, other than the making of an
-exact copy. The resulting work is called a "modified version" of the
-earlier work or a work "based on" the earlier work.
-
- A "covered work" means either the unmodified Program or a work based
-on the Program.
-
- To "propagate" a work means to do anything with it that, without
-permission, would make you directly or secondarily liable for
-infringement under applicable copyright law, except executing it on a
-computer or modifying a private copy. Propagation includes copying,
-distribution (with or without modification), making available to the
-public, and in some countries other activities as well.
-
- To "convey" a work means any kind of propagation that enables other
-parties to make or receive copies. Mere interaction with a user through
-a computer network, with no transfer of a copy, is not conveying.
-
- An interactive user interface displays "Appropriate Legal Notices"
-to the extent that it includes a convenient and prominently visible
-feature that (1) displays an appropriate copyright notice, and (2)
-tells the user that there is no warranty for the work (except to the
-extent that warranties are provided), that licensees may convey the
-work under this License, and how to view a copy of this License. If
-the interface presents a list of user commands or options, such as a
-menu, a prominent item in the list meets this criterion.
-
- 1. Source Code.
-
- The "source code" for a work means the preferred form of the work
-for making modifications to it. "Object code" means any non-source
-form of a work.
-
- A "Standard Interface" means an interface that either is an official
-standard defined by a recognized standards body, or, in the case of
-interfaces specified for a particular programming language, one that
-is widely used among developers working in that language.
-
- The "System Libraries" of an executable work include anything, other
-than the work as a whole, that (a) is included in the normal form of
-packaging a Major Component, but which is not part of that Major
-Component, and (b) serves only to enable use of the work with that
-Major Component, or to implement a Standard Interface for which an
-implementation is available to the public in source code form. A
-"Major Component", in this context, means a major essential component
-(kernel, window system, and so on) of the specific operating system
-(if any) on which the executable work runs, or a compiler used to
-produce the work, or an object code interpreter used to run it.
-
- The "Corresponding Source" for a work in object code form means all
-the source code needed to generate, install, and (for an executable
-work) run the object code and to modify the work, including scripts to
-control those activities. However, it does not include the work's
-System Libraries, or general-purpose tools or generally available free
-programs which are used unmodified in performing those activities but
-which are not part of the work. For example, Corresponding Source
-includes interface definition files associated with source files for
-the work, and the source code for shared libraries and dynamically
-linked subprograms that the work is specifically designed to require,
-such as by intimate data communication or control flow between those
-subprograms and other parts of the work.
-
- The Corresponding Source need not include anything that users
-can regenerate automatically from other parts of the Corresponding
-Source.
-
- The Corresponding Source for a work in source code form is that
-same work.
-
- 2. Basic Permissions.
-
- All rights granted under this License are granted for the term of
-copyright on the Program, and are irrevocable provided the stated
-conditions are met. This License explicitly affirms your unlimited
-permission to run the unmodified Program. The output from running a
-covered work is covered by this License only if the output, given its
-content, constitutes a covered work. This License acknowledges your
-rights of fair use or other equivalent, as provided by copyright law.
-
- You may make, run and propagate covered works that you do not
-convey, without conditions so long as your license otherwise remains
-in force. You may convey covered works to others for the sole purpose
-of having them make modifications exclusively for you, or provide you
-with facilities for running those works, provided that you comply with
-the terms of this License in conveying all material for which you do
-not control copyright. Those thus making or running the covered works
-for you must do so exclusively on your behalf, under your direction
-and control, on terms that prohibit them from making any copies of
-your copyrighted material outside their relationship with you.
-
- Conveying under any other circumstances is permitted solely under
-the conditions stated below. Sublicensing is not allowed; section 10
-makes it unnecessary.
-
- 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
-
- No covered work shall be deemed part of an effective technological
-measure under any applicable law fulfilling obligations under article
-11 of the WIPO copyright treaty adopted on 20 December 1996, or
-similar laws prohibiting or restricting circumvention of such
-measures.
-
- When you convey a covered work, you waive any legal power to forbid
-circumvention of technological measures to the extent such circumvention
-is effected by exercising rights under this License with respect to
-the covered work, and you disclaim any intention to limit operation or
-modification of the work as a means of enforcing, against the work's
-users, your or third parties' legal rights to forbid circumvention of
-technological measures.
-
- 4. Conveying Verbatim Copies.
-
- You may convey verbatim copies of the Program's source code as you
-receive it, in any medium, provided that you conspicuously and
-appropriately publish on each copy an appropriate copyright notice;
-keep intact all notices stating that this License and any
-non-permissive terms added in accord with section 7 apply to the code;
-keep intact all notices of the absence of any warranty; and give all
-recipients a copy of this License along with the Program.
-
- You may charge any price or no price for each copy that you convey,
-and you may offer support or warranty protection for a fee.
-
- 5. Conveying Modified Source Versions.
-
- You may convey a work based on the Program, or the modifications to
-produce it from the Program, in the form of source code under the
-terms of section 4, provided that you also meet all of these conditions:
-
- a) The work must carry prominent notices stating that you modified
- it, and giving a relevant date.
-
- b) The work must carry prominent notices stating that it is
- released under this License and any conditions added under section
- 7. This requirement modifies the requirement in section 4 to
- "keep intact all notices".
-
- c) You must license the entire work, as a whole, under this
- License to anyone who comes into possession of a copy. This
- License will therefore apply, along with any applicable section 7
- additional terms, to the whole of the work, and all its parts,
- regardless of how they are packaged. This License gives no
- permission to license the work in any other way, but it does not
- invalidate such permission if you have separately received it.
-
- d) If the work has interactive user interfaces, each must display
- Appropriate Legal Notices; however, if the Program has interactive
- interfaces that do not display Appropriate Legal Notices, your
- work need not make them do so.
-
- A compilation of a covered work with other separate and independent
-works, which are not by their nature extensions of the covered work,
-and which are not combined with it such as to form a larger program,
-in or on a volume of a storage or distribution medium, is called an
-"aggregate" if the compilation and its resulting copyright are not
-used to limit the access or legal rights of the compilation's users
-beyond what the individual works permit. Inclusion of a covered work
-in an aggregate does not cause this License to apply to the other
-parts of the aggregate.
-
- 6. Conveying Non-Source Forms.
-
- You may convey a covered work in object code form under the terms
-of sections 4 and 5, provided that you also convey the
-machine-readable Corresponding Source under the terms of this License,
-in one of these ways:
-
- a) Convey the object code in, or embodied in, a physical product
- (including a physical distribution medium), accompanied by the
- Corresponding Source fixed on a durable physical medium
- customarily used for software interchange.
-
- b) Convey the object code in, or embodied in, a physical product
- (including a physical distribution medium), accompanied by a
- written offer, valid for at least three years and valid for as
- long as you offer spare parts or customer support for that product
- model, to give anyone who possesses the object code either (1) a
- copy of the Corresponding Source for all the software in the
- product that is covered by this License, on a durable physical
- medium customarily used for software interchange, for a price no
- more than your reasonable cost of physically performing this
- conveying of source, or (2) access to copy the
- Corresponding Source from a network server at no charge.
-
- c) Convey individual copies of the object code with a copy of the
- written offer to provide the Corresponding Source. This
- alternative is allowed only occasionally and noncommercially, and
- only if you received the object code with such an offer, in accord
- with subsection 6b.
-
- d) Convey the object code by offering access from a designated
- place (gratis or for a charge), and offer equivalent access to the
- Corresponding Source in the same way through the same place at no
- further charge. You need not require recipients to copy the
- Corresponding Source along with the object code. If the place to
- copy the object code is a network server, the Corresponding Source
- may be on a different server (operated by you or a third party)
- that supports equivalent copying facilities, provided you maintain
- clear directions next to the object code saying where to find the
- Corresponding Source. Regardless of what server hosts the
- Corresponding Source, you remain obligated to ensure that it is
- available for as long as needed to satisfy these requirements.
-
- e) Convey the object code using peer-to-peer transmission, provided
- you inform other peers where the object code and Corresponding
- Source of the work are being offered to the general public at no
- charge under subsection 6d.
-
- A separable portion of the object code, whose source code is excluded
-from the Corresponding Source as a System Library, need not be
-included in conveying the object code work.
-
- A "User Product" is either (1) a "consumer product", which means any
-tangible personal property which is normally used for personal, family,
-or household purposes, or (2) anything designed or sold for incorporation
-into a dwelling. In determining whether a product is a consumer product,
-doubtful cases shall be resolved in favor of coverage. For a particular
-product received by a particular user, "normally used" refers to a
-typical or common use of that class of product, regardless of the status
-of the particular user or of the way in which the particular user
-actually uses, or expects or is expected to use, the product. A product
-is a consumer product regardless of whether the product has substantial
-commercial, industrial or non-consumer uses, unless such uses represent
-the only significant mode of use of the product.
-
- "Installation Information" for a User Product means any methods,
-procedures, authorization keys, or other information required to install
-and execute modified versions of a covered work in that User Product from
-a modified version of its Corresponding Source. The information must
-suffice to ensure that the continued functioning of the modified object
-code is in no case prevented or interfered with solely because
-modification has been made.
-
- If you convey an object code work under this section in, or with, or
-specifically for use in, a User Product, and the conveying occurs as
-part of a transaction in which the right of possession and use of the
-User Product is transferred to the recipient in perpetuity or for a
-fixed term (regardless of how the transaction is characterized), the
-Corresponding Source conveyed under this section must be accompanied
-by the Installation Information. But this requirement does not apply
-if neither you nor any third party retains the ability to install
-modified object code on the User Product (for example, the work has
-been installed in ROM).
-
- The requirement to provide Installation Information does not include a
-requirement to continue to provide support service, warranty, or updates
-for a work that has been modified or installed by the recipient, or for
-the User Product in which it has been modified or installed. Access to a
-network may be denied when the modification itself materially and
-adversely affects the operation of the network or violates the rules and
-protocols for communication across the network.
-
- Corresponding Source conveyed, and Installation Information provided,
-in accord with this section must be in a format that is publicly
-documented (and with an implementation available to the public in
-source code form), and must require no special password or key for
-unpacking, reading or copying.
-
- 7. Additional Terms.
-
- "Additional permissions" are terms that supplement the terms of this
-License by making exceptions from one or more of its conditions.
-Additional permissions that are applicable to the entire Program shall
-be treated as though they were included in this License, to the extent
-that they are valid under applicable law. If additional permissions
-apply only to part of the Program, that part may be used separately
-under those permissions, but the entire Program remains governed by
-this License without regard to the additional permissions.
-
- When you convey a copy of a covered work, you may at your option
-remove any additional permissions from that copy, or from any part of
-it. (Additional permissions may be written to require their own
-removal in certain cases when you modify the work.) You may place
-additional permissions on material, added by you to a covered work,
-for which you have or can give appropriate copyright permission.
-
- Notwithstanding any other provision of this License, for material you
-add to a covered work, you may (if authorized by the copyright holders of
-that material) supplement the terms of this License with terms:
-
- a) Disclaiming warranty or limiting liability differently from the
- terms of sections 15 and 16 of this License; or
-
- b) Requiring preservation of specified reasonable legal notices or
- author attributions in that material or in the Appropriate Legal
- Notices displayed by works containing it; or
-
- c) Prohibiting misrepresentation of the origin of that material, or
- requiring that modified versions of such material be marked in
- reasonable ways as different from the original version; or
-
- d) Limiting the use for publicity purposes of names of licensors or
- authors of the material; or
-
- e) Declining to grant rights under trademark law for use of some
- trade names, trademarks, or service marks; or
-
- f) Requiring indemnification of licensors and authors of that
- material by anyone who conveys the material (or modified versions of
- it) with contractual assumptions of liability to the recipient, for
- any liability that these contractual assumptions directly impose on
- those licensors and authors.
-
- All other non-permissive additional terms are considered "further
-restrictions" within the meaning of section 10. If the Program as you
-received it, or any part of it, contains a notice stating that it is
-governed by this License along with a term that is a further
-restriction, you may remove that term. If a license document contains
-a further restriction but permits relicensing or conveying under this
-License, you may add to a covered work material governed by the terms
-of that license document, provided that the further restriction does
-not survive such relicensing or conveying.
-
- If you add terms to a covered work in accord with this section, you
-must place, in the relevant source files, a statement of the
-additional terms that apply to those files, or a notice indicating
-where to find the applicable terms.
-
- Additional terms, permissive or non-permissive, may be stated in the
-form of a separately written license, or stated as exceptions;
-the above requirements apply either way.
-
- 8. Termination.
-
- You may not propagate or modify a covered work except as expressly
-provided under this License. Any attempt otherwise to propagate or
-modify it is void, and will automatically terminate your rights under
-this License (including any patent licenses granted under the third
-paragraph of section 11).
-
- However, if you cease all violation of this License, then your
-license from a particular copyright holder is reinstated (a)
-provisionally, unless and until the copyright holder explicitly and
-finally terminates your license, and (b) permanently, if the copyright
-holder fails to notify you of the violation by some reasonable means
-prior to 60 days after the cessation.
-
- Moreover, your license from a particular copyright holder is
-reinstated permanently if the copyright holder notifies you of the
-violation by some reasonable means, this is the first time you have
-received notice of violation of this License (for any work) from that
-copyright holder, and you cure the violation prior to 30 days after
-your receipt of the notice.
-
- Termination of your rights under this section does not terminate the
-licenses of parties who have received copies or rights from you under
-this License. If your rights have been terminated and not permanently
-reinstated, you do not qualify to receive new licenses for the same
-material under section 10.
-
- 9. Acceptance Not Required for Having Copies.
-
- You are not required to accept this License in order to receive or
-run a copy of the Program. Ancillary propagation of a covered work
-occurring solely as a consequence of using peer-to-peer transmission
-to receive a copy likewise does not require acceptance. However,
-nothing other than this License grants you permission to propagate or
-modify any covered work. These actions infringe copyright if you do
-not accept this License. Therefore, by modifying or propagating a
-covered work, you indicate your acceptance of this License to do so.
-
- 10. Automatic Licensing of Downstream Recipients.
-
- Each time you convey a covered work, the recipient automatically
-receives a license from the original licensors, to run, modify and
-propagate that work, subject to this License. You are not responsible
-for enforcing compliance by third parties with this License.
-
- An "entity transaction" is a transaction transferring control of an
-organization, or substantially all assets of one, or subdividing an
-organization, or merging organizations. If propagation of a covered
-work results from an entity transaction, each party to that
-transaction who receives a copy of the work also receives whatever
-licenses to the work the party's predecessor in interest had or could
-give under the previous paragraph, plus a right to possession of the
-Corresponding Source of the work from the predecessor in interest, if
-the predecessor has it or can get it with reasonable efforts.
-
- You may not impose any further restrictions on the exercise of the
-rights granted or affirmed under this License. For example, you may
-not impose a license fee, royalty, or other charge for exercise of
-rights granted under this License, and you may not initiate litigation
-(including a cross-claim or counterclaim in a lawsuit) alleging that
-any patent claim is infringed by making, using, selling, offering for
-sale, or importing the Program or any portion of it.
-
- 11. Patents.
-
- A "contributor" is a copyright holder who authorizes use under this
-License of the Program or a work on which the Program is based. The
-work thus licensed is called the contributor's "contributor version".
-
- A contributor's "essential patent claims" are all patent claims
-owned or controlled by the contributor, whether already acquired or
-hereafter acquired, that would be infringed by some manner, permitted
-by this License, of making, using, or selling its contributor version,
-but do not include claims that would be infringed only as a
-consequence of further modification of the contributor version. For
-purposes of this definition, "control" includes the right to grant
-patent sublicenses in a manner consistent with the requirements of
-this License.
-
- Each contributor grants you a non-exclusive, worldwide, royalty-free
-patent license under the contributor's essential patent claims, to
-make, use, sell, offer for sale, import and otherwise run, modify and
-propagate the contents of its contributor version.
-
- In the following three paragraphs, a "patent license" is any express
-agreement or commitment, however denominated, not to enforce a patent
-(such as an express permission to practice a patent or covenant not to
-sue for patent infringement). To "grant" such a patent license to a
-party means to make such an agreement or commitment not to enforce a
-patent against the party.
-
- If you convey a covered work, knowingly relying on a patent license,
-and the Corresponding Source of the work is not available for anyone
-to copy, free of charge and under the terms of this License, through a
-publicly available network server or other readily accessible means,
-then you must either (1) cause the Corresponding Source to be so
-available, or (2) arrange to deprive yourself of the benefit of the
-patent license for this particular work, or (3) arrange, in a manner
-consistent with the requirements of this License, to extend the patent
-license to downstream recipients. "Knowingly relying" means you have
-actual knowledge that, but for the patent license, your conveying the
-covered work in a country, or your recipient's use of the covered work
-in a country, would infringe one or more identifiable patents in that
-country that you have reason to believe are valid.
-
- If, pursuant to or in connection with a single transaction or
-arrangement, you convey, or propagate by procuring conveyance of, a
-covered work, and grant a patent license to some of the parties
-receiving the covered work authorizing them to use, propagate, modify
-or convey a specific copy of the covered work, then the patent license
-you grant is automatically extended to all recipients of the covered
-work and works based on it.
-
- A patent license is "discriminatory" if it does not include within
-the scope of its coverage, prohibits the exercise of, or is
-conditioned on the non-exercise of one or more of the rights that are
-specifically granted under this License. You may not convey a covered
-work if you are a party to an arrangement with a third party that is
-in the business of distributing software, under which you make payment
-to the third party based on the extent of your activity of conveying
-the work, and under which the third party grants, to any of the
-parties who would receive the covered work from you, a discriminatory
-patent license (a) in connection with copies of the covered work
-conveyed by you (or copies made from those copies), or (b) primarily
-for and in connection with specific products or compilations that
-contain the covered work, unless you entered into that arrangement,
-or that patent license was granted, prior to 28 March 2007.
-
- Nothing in this License shall be construed as excluding or limiting
-any implied license or other defenses to infringement that may
-otherwise be available to you under applicable patent law.
-
- 12. No Surrender of Others' Freedom.
-
- If conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License. If you cannot convey a
-covered work so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you may
-not convey it at all. For example, if you agree to terms that obligate you
-to collect a royalty for further conveying from those to whom you convey
-the Program, the only way you could satisfy both those terms and this
-License would be to refrain entirely from conveying the Program.
-
- 13. Remote Network Interaction; Use with the GNU General Public License.
-
- Notwithstanding any other provision of this License, if you modify the
-Program, your modified version must prominently offer all users
-interacting with it remotely through a computer network (if your version
-supports such interaction) an opportunity to receive the Corresponding
-Source of your version by providing access to the Corresponding Source
-from a network server at no charge, through some standard or customary
-means of facilitating copying of software. This Corresponding Source
-shall include the Corresponding Source for any work covered by version 3
-of the GNU General Public License that is incorporated pursuant to the
-following paragraph.
-
- Notwithstanding any other provision of this License, you have
-permission to link or combine any covered work with a work licensed
-under version 3 of the GNU General Public License into a single
-combined work, and to convey the resulting work. The terms of this
-License will continue to apply to the part which is the covered work,
-but the work with which it is combined will remain governed by version
-3 of the GNU General Public License.
-
- 14. Revised Versions of this License.
-
- The Free Software Foundation may publish revised and/or new versions of
-the GNU Affero General Public License from time to time. Such new versions
-will be similar in spirit to the present version, but may differ in detail to
-address new problems or concerns.
-
- Each version is given a distinguishing version number. If the
-Program specifies that a certain numbered version of the GNU Affero General
-Public License "or any later version" applies to it, you have the
-option of following the terms and conditions either of that numbered
-version or of any later version published by the Free Software
-Foundation. If the Program does not specify a version number of the
-GNU Affero General Public License, you may choose any version ever published
-by the Free Software Foundation.
-
- If the Program specifies that a proxy can decide which future
-versions of the GNU Affero General Public License can be used, that proxy's
-public statement of acceptance of a version permanently authorizes you
-to choose that version for the Program.
-
- Later license versions may give you additional or different
-permissions. However, no additional obligations are imposed on any
-author or copyright holder as a result of your choosing to follow a
-later version.
-
- 15. Disclaimer of Warranty.
-
- THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
-APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
-HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
-OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
-THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
-IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
-ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
-
- 16. Limitation of Liability.
-
- IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
-WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
-THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
-GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
-USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
-DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
-PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
-EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGES.
-
- 17. Interpretation of Sections 15 and 16.
-
- If the disclaimer of warranty and limitation of liability provided
-above cannot be given local legal effect according to their terms,
-reviewing courts shall apply local law that most closely approximates
-an absolute waiver of all civil liability in connection with the
-Program, unless a warranty or assumption of liability accompanies a
-copy of the Program in return for a fee.
-
- END OF TERMS AND CONDITIONS
-
- How to Apply These Terms to Your New Programs
-
- If you develop a new program, and you want it to be of the greatest
-possible use to the public, the best way to achieve this is to make it
-free software which everyone can redistribute and change under these terms.
-
- To do so, attach the following notices to the program. It is safest
-to attach them to the start of each source file to most effectively
-state the exclusion of warranty; and each file should have at least
-the "copyright" line and a pointer to where the full notice is found.
-
-
- Copyright (C)
-
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU Affero General Public License for more details.
-
- You should have received a copy of the GNU Affero General Public License
- along with this program. If not, see .
-
-Also add information on how to contact you by electronic and paper mail.
-
- If your software can interact with users remotely through a computer
-network, you should also make sure that it provides a way for users to
-get its source. For example, if your program is a web application, its
-interface could display a "Source" link that leads users to an archive
-of the code. There are many ways you could offer source, and different
-solutions will be better for different programs; see section 13 for the
-specific requirements.
-
- You should also get your employer (if you work as a programmer) or school,
-if any, to sign a "copyright disclaimer" for the program, if necessary.
-For more information on this, and how to apply and follow the GNU AGPL, see
-.
diff --git a/_config.yml b/_config.yml
deleted file mode 100644
index 1dfeaffda..000000000
--- a/_config.yml
+++ /dev/null
@@ -1,49 +0,0 @@
-# Site settings
-title: Certbot
-email: certbot@eff.org
-description: > # this means to ignore newlines until "baseurl:"
- Automatically enable HTTPS on your website with EFF's Certbot, deploying Let's Encrypt certificates.
-baseurl: "" # the subpath of your site, e.g. /blog/
-url: "https://certbot.eff.org" # the base hostname & protocol for your site
-collections:
- faq_entries:
- output: false
- instructions:
- output: true
- permalink: "/lets-encrypt/:path"
- terms:
- output: false
-defaults:
-- scope:
- type: "instructions"
- values:
- layout: "instruction"
- js:
- - instructions
-exclude:
-- README.md
-- package.json
-- package-lock.json
-- node_modules
-- gulpfile.js
-- vendor
-- _docs
-- _gulp
-- build_key.enc
-- build_key
-- push-build.sh
-- Dockerfile
-- EDITING.md
-- certbot-deploy
-- LICENSE.txt
-- nginx.conf
-- docker-compose.yml
-include:
-- /node_modules/jquery/*
-keep_files:
-- css
-- js
-- docs
-
-# Build settings
-markdown: kramdown
diff --git a/_data/.keep b/_data/.keep
deleted file mode 100644
index e69de29bb..000000000
diff --git a/_data/inputs.json b/_data/inputs.json
deleted file mode 100644
index 850ce2a85..000000000
--- a/_data/inputs.json
+++ /dev/null
@@ -1,192 +0,0 @@
-{
- "webservers": [
- {
- "name": "Apache",
- "id": "apache"
- },
- {
- "name": "Nginx",
- "id": "nginx"
- },
- {
- "name": "Haproxy",
- "id": "haproxy"
- },
- {
- "name": "Plesk",
- "id": "plesk"
- },
- {
- "name": "Web Hosting Product",
- "id": "webproduct"
- },
- {
- "name": "None of the above",
- "id": "other"
- }
- ],
- "operating_systems": [
- {
- "name": "Web Hosting Service",
- "id": "sharedhost",
- "distro": "sharedhost",
- "version": "0"
- },
- {
- "name": "Bitnami",
- "id": "bitnami",
- "distro": "bitnami",
- "version": 0
- },
- {
- "name": "snapd",
- "id": "snap",
- "distro": "snap",
- "version": "0"
- },
- {
- "name": "pip",
- "id": "pip",
- "distro": "pip",
- "version": "0"
- },
- {
- "name": "Debian 9 (stretch)",
- "id": "debianstretch",
- "distro": "debian",
- "version": "9"
- },
- {
- "name": "Debian 10 (buster)",
- "id": "debianbuster",
- "distro": "debian",
- "version": "10"
- },
- {
- "name": "Debian testing/unstable",
- "id": "debiantesting",
- "distro": "debian",
- "version": "11"
- },
- {
- "name": "Ubuntu 20.04",
- "id": "ubuntufocal",
- "distro": "ubuntu",
- "version": "20.04"
- },
- {
- "name": "Ubuntu 19.10",
- "id": "ubuntuother",
- "distro": "ubuntu",
- "version": "19.10"
- },
- {
- "name": "Ubuntu 18.04 LTS (bionic)",
- "id": "ubuntubionic",
- "distro": "ubuntu",
- "version": "18.04"
- },
- {
- "name": "Ubuntu 16.04 (xenial)",
- "id": "ubuntuxenial",
- "distro": "ubuntu",
- "version": "16.04"
- },
- {
- "name": "Gentoo",
- "id": "gentoo",
- "distro": "gentoo",
- "version": "0"
- },
- {
- "name": "Arch Linux",
- "id": "arch",
- "distro": "arch",
- "version": "0"
- },
- {
- "name": "Fedora",
- "id": "fedora",
- "distro": "fedora",
- "version": "0"
- },
- {
- "name": "CentOS/RHEL 7",
- "id": "centosrhel7",
- "distro": "centos",
- "version": "7"
- },
- {
- "name": "CentOS/RHEL 8",
- "id": "centosrhel8",
- "distro": "centos",
- "version": "8"
- },
- {
- "name": "FreeBSD",
- "id": "freebsd",
- "distro": "freebsd",
- "version": "0"
- },
- {
- "name": "OpenBSD 6.0+",
- "id": "opbsd6",
- "distro": "opbsd",
- "version": "6"
- },
- {
- "name": "macOS",
- "id": "osx",
- "distro": "macos",
- "version": "10"
- },
- {
- "name": "Devuan ASCII 2.0",
- "id": "devuanascii",
- "distro": "devuan",
- "version": "2"
- },
- {
- "name": "Devuan Beowulf 3.0",
- "id": "devuanbeowulf",
- "distro": "devuan",
- "version": "3"
- },
- {
- "name": "Devuan testing/unstable",
- "id": "devuanother",
- "distro": "devuan",
- "version": "4"
- },
- {
- "name": "openSUSE Tumbleweed",
- "id": "tumbleweed",
- "distro": "opensuse",
- "version": "0"
- },
- {
- "name": "openSUSE Leap 15.x",
- "id": "leap",
- "distro": "opensuse",
- "version": "15"
- },
- {
- "name": "Other Linux (snapd)",
- "id": "othersnap",
- "distro": "snap",
- "version": "0"
- },
- {
- "name": "Other Linux (pip)",
- "id": "otherpip",
- "distro": "pip",
- "version": "0"
- },
- {
- "name": "Windows",
- "id": "windows",
- "distro": "windows",
- "version": "0"
- }
- ]
-}
diff --git a/_docs b/_docs
deleted file mode 160000
index 1a698fa23..000000000
--- a/_docs
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 1a698fa2359e9bcdd9242c4bf77f8ff232cdde61
diff --git a/_docs.sh b/_docs.sh
deleted file mode 100755
index cd22ea2cf..000000000
--- a/_docs.sh
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/usr/bin/env bash
-
-case "$1" in
- "depend" )
- cd _docs
- export CERTBOT_WEBSITE='True'
- sudo apt-get update
- sudo apt-get install python3-dev python3-venv gcc libaugeas0 libssl-dev \
- libffi-dev ca-certificates openssl -y
- ./tools/venv.py
- ;;
- "install" )
- cd _docs
- source ./venv/bin/activate
- cd certbot
- make -C docs clean html epub latex latexpdf > /dev/null
- ;;
-esac
diff --git a/_faq_entries/0-are-certificates-trusted.md b/_faq_entries/0-are-certificates-trusted.md
deleted file mode 100644
index df12fd9bd..000000000
--- a/_faq_entries/0-are-certificates-trusted.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-title: "Are certificates from Let’s Encrypt trusted by my browser?"
-weight: 0
----
-
-For most browsers and operating systems, yes. See the [compatibility list](https://community.letsencrypt.org/t/trust-of-dst-root-ca-x3-and-isrg-root/4394) for more detail.
\ No newline at end of file
diff --git a/_faq_entries/10-root-privileges.md b/_faq_entries/10-root-privileges.md
deleted file mode 100644
index bc3740296..000000000
--- a/_faq_entries/10-root-privileges.md
+++ /dev/null
@@ -1,16 +0,0 @@
----
-title: "Does Certbot require root/administrator privileges?"
-weight: 10
----
-
-Whether root is required to run Certbot or not depends on how you intend to use it.
-
-If you're asking this question because you have a hosting provider that doesn't grant you root access, you'll need to ensure first of all that you have a way to install a certificate if you get one. If the answer is "no", ask your hosting provider to support Let's Encrypt (many already do). If the answer is "yes", or you're asking the question for security reasons, read on...
-
-The [webroot](/docs/using.html#webroot) and [manual](/docs/using.html#manual) plugins work well without root privileges. However, you need to provide writable paths for Certbot's working directories either by ensuring that `/etc/letsencrypt/`, `/var/log/letsencrypt/`, `/var/lib/letsencrypt/` are writable, or by picking different directories with the `--config-dir`, `--logs-dir`, and `--work-dir` flags.
-
-The [standalone](https://certbot.eff.org/docs/using.html#standalone) plugin requires root to bind port 80 or 443, although on Linux you could also grant [CAP_NET_BIND_SERVICE](http://superuser.com/a/892391) to the relevant user.
-
-Certbot's Apache and Nginx plugins normally require root both for making temporary and persistent changes to webserver configurations, and to perform graceful reload events for those servers.
-
-The `certbot-auto` script works on the assumption that root privileges will be used, both in order to install OS dependencies where required and because it needs to support all of the plugins mentioned above. The packaged versions of Certbot are more flexible, and some of the teams building these packages are working toward having Cerbot run with group rather than root privileges where possible.
diff --git a/_faq_entries/11-CSR.md b/_faq_entries/11-CSR.md
deleted file mode 100644
index 1884d26f2..000000000
--- a/_faq_entries/11-CSR.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-title: "Can I use an existing private key or Certificate Signing Request (CSR) with Certbot?"
-weight: 11
----
-
-Yes. You can obtain a certificate for an existing CSR, which means you may generate your own CSR using your own private key. However, Certbot will not accept a private key as input and generate a CSR for you.
diff --git a/_faq_entries/12-rate-limits.md b/_faq_entries/12-rate-limits.md
deleted file mode 100644
index bf5ff1243..000000000
--- a/_faq_entries/12-rate-limits.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-title: "What are the current rate limits?"
-weight: 12
----
-
-[https://letsencrypt.org/docs/rate-limits/](https://letsencrypt.org/docs/rate-limits/)
diff --git a/_faq_entries/13-bringing-down-website.md b/_faq_entries/13-bringing-down-website.md
deleted file mode 100644
index 2be985cea..000000000
--- a/_faq_entries/13-bringing-down-website.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-title: "Can I issue a certificate without bringing down my web server?"
-weight: 13
----
-
-Yes, Certbot has different [plugins](https://certbot.eff.org/docs/using.html#getting-certificates-and-choosing-plugins) to perform domain validation and none of them require any downtime except for the "standalone" plugin.
diff --git a/_faq_entries/14-IP.md b/_faq_entries/14-IP.md
deleted file mode 100644
index 43810d4a7..000000000
--- a/_faq_entries/14-IP.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-title: "What IP addresses will the Let's Encrypt servers use to validate my web server?"
-weight: 14
----
-
-The Let's Encrypt CA doesn't publish a list of IP addresses it uses to validate, because they may change at any time. In the future, it may validate from multiple IP addresses at once.
diff --git a/_faq_entries/15-port-80.md b/_faq_entries/15-port-80.md
deleted file mode 100644
index 456654b8c..000000000
--- a/_faq_entries/15-port-80.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: "Can I issue a certificate if my webserver doesn't listen on port 80?"
-weight: 15
----
-
-Yes, using the DNS-01 or TLS-ALPN-01 challenge. However, Certbot does not include support for TLS-ALPN-01 yet. If you're using any Certbot with any method other than DNS authentication, your web server must listen on port 80, or at least be capable of doing so temporarily during certificate validation.
-
-If you have an ISP or firewall that blocks port 80 and you can't get it unblocked, you'll need to use DNS authentication or a different Let's Encrypt client.
diff --git a/_faq_entries/16-privacy-policy.md b/_faq_entries/16-privacy-policy.md
deleted file mode 100644
index 7bb03248d..000000000
--- a/_faq_entries/16-privacy-policy.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-title: "What's Certbot's privacy policy?"
-weight: 16
----
-
-The Certbot privacy policy can be found [here](/privacy).
diff --git a/_faq_entries/17-copyright-license.md b/_faq_entries/17-copyright-license.md
deleted file mode 100644
index 3a71b1aa5..000000000
--- a/_faq_entries/17-copyright-license.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-title: "What are the licenses for Certbot and this website?"
-weight: 16
----
-
-The Certbot software and documentation are licensed under the Apache 2.0 license as described [here](https://raw.githubusercontent.com/certbot/certbot/master/LICENSE.txt). Otherwise, this website is generally licensed under EFF's [CC-BY](https://creativecommons.org/licenses/by-nc/2.0/) license, except this FAQ page, which is a derivative of the [Let’s Encrypt FAQ](https://community.letsencrypt.org/t/frequently-asked-questions-faq/26) (which was licensed under [Let’s Encrypt’s CC-BY-NC](https://community.letsencrypt.org/tos#3)).
diff --git a/_faq_entries/18-debugging-tools.md b/_faq_entries/18-debugging-tools.md
deleted file mode 100644
index e7fe2208a..000000000
--- a/_faq_entries/18-debugging-tools.md
+++ /dev/null
@@ -1,20 +0,0 @@
----
-title: "What tools can I use for debugging my site’s HTTPS configuration?"
-weight: 15
----
-
-There are four scanning tools that are commonly suggested on the Let’s Encrypt community forum:
- - [https://letsdebug.net/](https://letsdebug.net/) (by Alex Zorin)
- - [https://check-your-website.server-daten.de/](https://check-your-website.server-daten.de/) (by Jürgen Auer)
- - [https://whynopadlock.com/](https://whynopadlock.com/) (by LexiConn)
- - [https://www.ssllabs.com/ssltest/](https://www.ssllabs.com/ssltest/) (by Qualys)
-
-They all have their strengths. Let's Debug would be used only by people who don't have HTTPS working yet, while SSL Labs would be used only by people who (at least sort of) do.
-
-**Let’s Debug**: Let's Debug is most helpful if you have a failed challenge and want a straightforward explanation of why the challenge is failing.
-
-**Check-Your-Website**: Jürgen's scanner is most helpful if you have a confusing DNS or HTTP configuration error where some pages or some browsers work properly and others don't, or if your HTTP site works in a browser and yet you get failed challenges that you don't understand
-
-**Why No Padlock**: Why No Padlock is most helpful if you already have a certificate but all or some users don't see a valid HTTPS connection (and it gives very specific information about what's causing mixed content warnings)
-
-**SSL Labs**: SSL Labs is most helpful for cryptographic issues on an already set up HTTPS site, such as a case where some browsers work properly and others give a ciphersuite-related error, or if you want to convince nerds and/or regulatory bodies that you're following security best practices
diff --git a/_faq_entries/2-certs-other-than-ssl-tls.md b/_faq_entries/2-certs-other-than-ssl-tls.md
deleted file mode 100644
index f1c7a56e2..000000000
--- a/_faq_entries/2-certs-other-than-ssl-tls.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-title: "Will Certbot issue certificates for anything other than SSL/TLS for websites?"
-weight: 2
----
-
-Certbot will fetch Let’s Encrypt certificates that will be standard Domain Validation certificates, so you can use them for any server that uses a domain name, like web servers. You can also use these certificates for other TLS applications such as IMAPS.
diff --git a/_faq_entries/3-code-signing.md b/_faq_entries/3-code-signing.md
deleted file mode 100644
index b84c258c3..000000000
--- a/_faq_entries/3-code-signing.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-title: "Can I use certificates from Certbot for code signing or email encryption?"
-weight: 3
----
-
-No. Email encryption and code signing require a different type of certificate than the Let's Encrypt CA is issuing.
diff --git a/_faq_entries/4-store-private-keys.md b/_faq_entries/4-store-private-keys.md
deleted file mode 100644
index b89fd070b..000000000
--- a/_faq_entries/4-store-private-keys.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: "Will Certbot generate or store the private keys for my certificates on Let’s Encrypt’s servers?"
-weight: 4
----
-
-No. Never.
-
-The private key is always generated and managed on your own servers, not by the Let's Encrypt certificate authority.
diff --git a/_faq_entries/5-EV.md b/_faq_entries/5-EV.md
deleted file mode 100644
index 089eba63a..000000000
--- a/_faq_entries/5-EV.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-title: "Will Certbot issue Extended Validation (EV) certificates?"
-weight: 5
----
-
-Certbot and Let’s Encrypt have no plans to issue EV certificates at this time.
diff --git a/_faq_entries/6-SAN.md b/_faq_entries/6-SAN.md
deleted file mode 100644
index 08ba908e6..000000000
--- a/_faq_entries/6-SAN.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-title: "Can I get a certificate for multiple domain names (SAN certificates)?"
-weight: 6
----
-
-Yes, the same certificate can apply to several different names using the Subject Alternative Name (SAN) mechanism. Certbot automatically requests certificates for multiple names when requested to do so. The resulting certificates will be accepted by browsers for any of the domain names listed in them.
diff --git a/_faq_entries/7-wildcard.md b/_faq_entries/7-wildcard.md
deleted file mode 100644
index 066bc4cd8..000000000
--- a/_faq_entries/7-wildcard.md
+++ /dev/null
@@ -1,14 +0,0 @@
----
-title: "Does Let's Encrypt issue wildcard certificates?"
-weight: 7
----
-
-Yes! Let's Encrypt has [begun issuing](https://community.letsencrypt.org/t/acme-v2-and-wildcard-certificate-support-is-live/55579) wildcard certificates in March 2018. Certbot has added support for wildcard certificates as of version 0.22.0. Obtaining a wildcard certificate requires using the DNS authentication method, either via `--manual` or via a Certbot DNS plugin appropriate to your DNS provider.
-
-Note that [depending how you install Certbot](https://community.letsencrypt.org/t/getting-wildcard-certificates-with-certbot/56285), appropriate plugins to automate the process may not yet be available on your system. Information about the DNS plugins [is available in the Certbot documentation](https://certbot.eff.org/docs/using.html#dns-plugins).
-
-**Certificates obtained with `--manual` cannot be renewed automatically with `certbot renew`** (unless you've provided a custom authorization script). However, certificates obtained with a Certbot DNS plugin can be renewed automatically. In order to obtain wildcard certificates that can be renewed without human intervention, you'll need to use a Certbot DNS plugin that's compatible with an API supported by your DNS provider, or a script that can make appropriate DNS record changes upon demand. Even if your regular DNS provider doesn't support a compatible update mechanism, you can use a `CNAME` delegation for the `_acme-challenge` record in your DNS zone to a different provider that does. You can also point `_acme-challenge` to an [acme-dns](https://github.com/joohoi/acme-dns) instance.
-
-Note that [depending how you install Certbot](https://community.letsencrypt.org/t/getting-wildcard-certificates-with-certbot/56285), appropriate plugins to automate the process may not yet be available on your system.
-
-Please see Certbot documentation for more information about your situation.
diff --git a/_faq_entries/8-OS.md b/_faq_entries/8-OS.md
deleted file mode 100644
index d65745c6e..000000000
--- a/_faq_entries/8-OS.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-title: "Does Certbot support my operating system?"
-weight: 8
----
-
-We currently have Certbot support for major Linux and BSD variant operating systems. There are a large number of other [client implementations](https://letsencrypt.org/docs/client-options/) available too.
diff --git a/_faq_entries/9-automatic-configuration.md b/_faq_entries/9-automatic-configuration.md
deleted file mode 100644
index 6ed4ab0f7..000000000
--- a/_faq_entries/9-automatic-configuration.md
+++ /dev/null
@@ -1,10 +0,0 @@
----
-title: "Will Certbot support automated configuration of my web server?"
-weight: 9
----
-
-This website provides information about the level of support for various web servers and operating systems, which varies and is increasing over time. On supported systems, the automated configuration makes it fast and easy to obtain, install, and automatically renew certificates.
-
-If automated configuration is not supported for your web server, you can still get a certificate using Certbot and configure your server software manually. In this case, the certificate will not be renewed automatically.
-
-Note that automated configuration is not required. It can be disabled if you prefer to configure your server software yourself.
diff --git a/_gulp/config.js b/_gulp/config.js
deleted file mode 100644
index 5bf382d7a..000000000
--- a/_gulp/config.js
+++ /dev/null
@@ -1,14 +0,0 @@
-module.exports = {
- site_root: "_site",
- css: {
- src: "_sass/**/*.?(s)css",
- dest: "_site/css"
- },
- js: {
- src: "_scripts/**/*",
- dest: "_site/js"
- },
- instructions: {
- dest: "./_data/instructions.json"
- }
-}
\ No newline at end of file
diff --git a/_gulp/index.js b/_gulp/index.js
deleted file mode 100644
index d3bf50e85..000000000
--- a/_gulp/index.js
+++ /dev/null
@@ -1,13 +0,0 @@
-var gulp = require('gulp');
-var fs = require('fs');
-var tasks = fs.readdirSync('./_gulp/tasks/');
-
-tasks.forEach(function(task) {
- require('./tasks/' + task);
-});
-
-gulp.task('watch',
- gulp.parallel('css', 'js', 'jekyll:watch', 'serve'));
-
-gulp.task('build',
- gulp.parallel('css', 'js', 'docs:install', 'jekyll:build'));
diff --git a/_gulp/tasks/css.js b/_gulp/tasks/css.js
deleted file mode 100644
index 71f4c5a03..000000000
--- a/_gulp/tasks/css.js
+++ /dev/null
@@ -1,41 +0,0 @@
-var gulp = require('gulp'),
- sass = require('gulp-sass'),
- sourcemaps = require('gulp-sourcemaps'),
- autoprefixer = require('gulp-autoprefixer'),
- globbing = require('gulp-css-globbing'),
- env = require('gulp-environments'),
- del = require('del'),
- gutil = require('gulp-util'),
- browserSync = require('browser-sync');
-
-var config = require('../config');
-
-gulp.task('css:clean', function(done) {
- return del([config.css.dest],
- done);
-});
-
-var css = function() {
- try {
- var server = browserSync.get('Server');
- } catch(err) {
- var server = null;
- }
-
- return gulp.src(config.css.src)
- .pipe(env.development(sourcemaps.init()))
- .pipe(globbing({
- extensions: ['.scss']
- }))
- .pipe(env.development(sass())
- .on('error', sass.logError))
- .pipe(env.production(sass()))
- .pipe(autoprefixer({
- browsers: ['last 2 version']
- }))
- .pipe(env.development(sourcemaps.write('.')))
- .pipe(gulp.dest(config.css.dest))
- .pipe(server ? server.stream({match: '**/*.css'}) : gutil.noop());
-}
-
-gulp.task('css', gulp.series('css:clean', css));
diff --git a/_gulp/tasks/docs.js b/_gulp/tasks/docs.js
deleted file mode 100644
index 31ff68c33..000000000
--- a/_gulp/tasks/docs.js
+++ /dev/null
@@ -1,45 +0,0 @@
-var gulp = require('gulp'),
- child = require('child_process'),
- git = require('gulp-git'),
- del = require('del'),
- zip = require('gulp-zip'),
- rename = require('gulp-rename');
-
-var docs_make = function(done) {
- return child.spawn('./_docs.sh', ['install'], {stdio: 'inherit', cwd: '.'})
- .on('close', done);
-}
-
-var docs_clean = function(done) {
- return del('./_site/docs', done);
-}
-
-var docs_html = function() {
- return gulp.src(['./_docs/certbot/docs/_build/html/**'],
- {base: './_docs/certbot/docs/_build/html/'})
- .pipe(gulp.dest('./_site/docs'));
-}
-
-var docs_zip = function() {
- return gulp.src('./_docs/certbot/docs/_build/html/**')
- .pipe(zip('certbot.zip'))
- .pipe(gulp.dest('./_site/docs'));
-}
-
-var docs_epub = function() {
- return gulp.src(['./_docs/certbot/docs/_build/epub/Certbot.epub'])
- .pipe(rename('certbot.epub'))
- .pipe(gulp.dest('./_site/docs'));
-}
-
-var docs_pdf = function() {
- return gulp.src(['./_docs/certbot/docs/_build/latex/Certbot.pdf'])
- .pipe(rename('certbot.pdf'))
- .pipe(gulp.dest('./_site/docs'));
-}
-
-gulp.task('docs:install',
- gulp.series(docs_clean, docs_make, docs_html, gulp.parallel(
- docs_zip, docs_epub, docs_pdf
- ))
-);
diff --git a/_gulp/tasks/instructions.js b/_gulp/tasks/instructions.js
deleted file mode 100644
index 549f35e89..000000000
--- a/_gulp/tasks/instructions.js
+++ /dev/null
@@ -1,44 +0,0 @@
-var gulp = require('gulp'),
- webpackRequire = require('webpack-require'),
- del = require('del'),
- fs = require('fs');
-
-var config = require('../config');
-
-gulp.task('instructions:clean', function(done) {
- return del([config.instructions.dest],
- done);
-});
-
-// Write all certbot install and get started instruction sets to
-// a single json file, to be consumed by Jekyll templates.
-gulp.task('instructions', gulp.series('instructions:clean', (done) => {
- // We need to run the instruction widget modules with webpack loaders
- // in order to properly require mustache templates.
- webpackRequire(
- {
- module: {
- loaders: [
- {test: /\.json$/, loader: 'json'},
- {test: /\.html$/, loader: 'mustache?noShortcut'}
- ]
- }
- },
- require.resolve('./../../_scripts/instruction-widget/build-all.js'),
- function(err, factory, stats, mock_fs) {
-
- var dir = './_instructions'
- if (!fs.existsSync(dir)){
- fs.mkdirSync(dir);
- }
-
- var instructions = factory().build()
- instructions.forEach(function(el) {
- var path = dir + '/' + el.os.id + '-' + el.server.id + '.md';
- var body = '---\n---\n' + el.instructions;
- fs.writeFile(path, body, function() {});
- });
- done();
- }
- );
-}));
diff --git a/_gulp/tasks/jekyll.js b/_gulp/tasks/jekyll.js
deleted file mode 100644
index 75386134a..000000000
--- a/_gulp/tasks/jekyll.js
+++ /dev/null
@@ -1,19 +0,0 @@
-var gulp = require('gulp'),
- child = require('child_process');
-
-var jekyll_watch = function(done) {
- return child.spawn('jekyll', ['build',
- '--watch',
- '--incremental'],
- {stdio: 'inherit'})
- .on('close', done);
-}
-
-var jekyll_build = function(done) {
- return child.spawn('jekyll', ['build'],
- {stdio: 'inherit'})
- .on('close', done);
-}
-
-gulp.task('jekyll:watch', jekyll_watch);
-gulp.task('jekyll:build', jekyll_build);
diff --git a/_gulp/tasks/js.js b/_gulp/tasks/js.js
deleted file mode 100644
index 6ab104d43..000000000
--- a/_gulp/tasks/js.js
+++ /dev/null
@@ -1,55 +0,0 @@
-var gulp = require('gulp'),
- env = require('gulp-environments'),
- del = require('del'),
- webpack = require('gulp-webpack');
-
-var config = require('../config');
-
-config.webpack = {
- entry: {
- main: './_scripts/main',
- instructions: './_scripts/instruction-widget/main',
- },
- output: {
- filename: '[name].js',
- },
- devtool: env.development() ? "source-map" : "",
- module: {
- loaders: [
- {test: /\.json$/, loader: 'json'},
- {test: /\.html$/, loader: 'mustache?noShortcut'}
- ],
- rules: [
- { test: require.resolve('jquery'), loader: 'expose-loader?$!expose-loader?jQuery' },
- ]
- },
- plugins: env.production() ? [
- new webpack.webpack.optimize.UglifyJsPlugin({
- compress: { warnings: false }
- }),
- new webpack.webpack.ProvidePlugin({
- '$': 'jquery',
- 'jQuery': 'jquery',
- 'window.jQuery': 'jquery'
- }),
- ] : [
- new webpack.webpack.ProvidePlugin({
- '$': 'jquery',
- 'jQuery': 'jquery',
- 'window.jQuery': 'jquery'
- }),
- ],
- bail: env.production()
-}
-
-var js_clean = function(done) {
- return del([config.js.dest], done);
-}
-
-var js = function() {
- return gulp.src(config.js.src)
- .pipe(webpack(config.webpack))
- .pipe(gulp.dest(config.js.dest));
-}
-
-gulp.task('js', gulp.series(js_clean, js));
diff --git a/_gulp/tasks/serve.js b/_gulp/tasks/serve.js
deleted file mode 100644
index 27fca2092..000000000
--- a/_gulp/tasks/serve.js
+++ /dev/null
@@ -1,37 +0,0 @@
-var gulp = require('gulp'),
- browserSync = require('browser-sync');
-
-var config = require('../config');
-var server = browserSync.create('Server');
-
-var reload = function(done) {
- server.reload();
- done();
-}
-
-gulp.task('serve', (done) => {
- server.init({
- port: 4000,
- server: {
- baseDir: config.site_root,
- serveStaticOptions: {
- extensions: ['html']
- }
- },
- middleware: function(req, res, next) {
- req.url = req.url.replace(/\?server=(.*)&os=(.*)/, "/$2-$1")
- return next();
- },
- ghostMode: false,
- notify: false,
- open: false
- });
-
- gulp.watch(config.css.src, gulp.series('css'));
- gulp.watch(config.js.src, gulp.series('js'));
- gulp.watch([config.site_root + '/**/*.html',
- config.site_root + '/**/*.js',
- '!' + config.site_root + '/docs/**/*'],
- reload);
- done();
-});
diff --git a/_includes/contrib/code_list.html b/_includes/contrib/code_list.html
deleted file mode 100644
index 2eac79d79..000000000
--- a/_includes/contrib/code_list.html
+++ /dev/null
@@ -1,15 +0,0 @@
-
- If you’re a software developer, come talk to us on Mattermost (see above). The team focuses on a few issues at a time, so it’s best to check in with us.
-
-
-
- Chat with us about an idea you’re excited to implement
-
- If you’re having trouble with your setup, check out the community forums. If you’re reasonably sure that you’ve found a bug in Certbot code, post an issue on our Github.
-
-
-
- <3 Donate!
-
- If you love this project, we’d appreciate the help. Certbot is a free and open source project from the Electronic Frontier Foundation.
-
-
- Looking for ways to configure Certbot? Read the Certbot documentation.
-
-
The Certbot developers and volunteers have contributed to this documentation on Read the Docs.
-
-
-
- Not sure how to set up your web server? Check out an external tutorial.
-
-
DigitalOcean has great guides for setting up a web server on a particular operating system, no matter your hosting provider. Try searching for your operating system along with “web server”, “nginx”, or “apache” on their tutorials page.
-
-
-
- Wondering what a particular term means? Check out our glossary.
-
-
We created a glossary of terms that are important to understanding the HTTPS ecosystem.
-
-
-
- Looking for a shared hosting provider that offers free HTTPS certificates without needing to install Certbot?
-
-
-
- your {% include tooltip.html term-name="domain-name" text="website domain" %} (http://example.com)
- might be purchased from a {% include tooltip.html term-name="domain-registrar" text="domain registrar" %} company
-
-
-
-
-
-
-
- a {% include tooltip.html term-name="server" text="server" %} hosts your website
-
-
-
-
-
-
-
- and this server might be provided by a {% include tooltip.html term-name="hosting-provider" text="hosting provider" %}
-
-
Good news! You have HTTPS, but you need to follow a tutorial to turn it on.
-
-
-
-
-
-
-
-
No HTTPS Support
-
HTTPS isn't included in the shared hosting packages of these providers
-
-
- Consider switching hosting providers or to a more manual hosting product like
- {% include tooltip.html term-name="virtual-private-server" text="VPS" %} or
- {% include tooltip.html term-name="dedicated-server" text="dedicated servers" %}
-
-
-
-
-
hosting provider
-
-
category
-
relevant link
-
last reviewed by us
-
note
-
-
-
- {% for host in site.data.hosting_providers %}
-
- comfort with the {% include tooltip.html term-name="command-line" text="command line" %}
-
-
-
-
-
-
- ...and an
- {% include tooltip.html term-name="http" text="HTTP website" %}
-
- that is {% include tooltip.html term-name="website-thats-already-online" text="already online" %}
-
- with an open {% include tooltip.html term-name="port-80" text="port 80" %}
-
-
-
-
-
-
-
- ...which is hosted on a {% include tooltip.html term-name="server" text="server" %}
-
- which you can access via {% include tooltip.html term-name="ssh" %}
-
- with the ability to {% include tooltip.html term-name="sudo" %}
-
-
-
- optional if you want a {% include tooltip.html term-name="wildcard-certificate" text="wildcard cert" %}:
- {% include tooltip.html term-name="dns-credentials" text="DNS credentials" %}
-
-
- {{#advanced}}
- Run one of the commands in the "Examples" section of the instructions for your DNS provider,
- along with the flag -i apache.
- {{/advanced}}
- {{^advanced}}
- Run this command to get a certificate and have Certbot edit your Apache configuration
- automatically to serve it, turning on HTTPS access in a single step.
-
sudo {{base_command}} --apache
- {{/advanced}}
-
-
-
-
- Or, just get a certificate
-
- {{#advanced}}
- Run one of the commands in the "Examples" section of the instructions for your DNS provider.
- {{/advanced}}
- {{^advanced}}
- If you're feeling more conservative and would like to make the changes to your Apache
- configuration by hand, run this command.
-
- Are you ok with temporarily stopping your website?
-
-
Yes, my web server is not currently running on this machine.
-
- Stop your webserver, then run this command to get a certificate.
- Certbot will temporarily spin up a webserver on your machine.
-
- sudo {{base_command}} certonly --standalone
-
-
-
No, I need to keep my web server running.
-
- If you have a webserver that's already using port 80 and don't want to stop it
- while Certbot runs, run this command and follow the instructions in the terminal.
-
- sudo {{base_command}} certonly --webroot
-
-
-
-
-{{/advanced}}
-
-
- Install your certificate
-
- You'll need to install your new certificate in the configuration file for
- your webserver.
-
- {{#advanced}}
- Run one of the commands in the "Examples" section of the instructions for your DNS provider,
- along with the flag -i nginx.
- {{/advanced}}
- {{^advanced}}
- Run this command to get a certificate and have Certbot edit your Nginx configuration
- automatically to serve it, turning on HTTPS access in a single step.
-
sudo {{base_command}} --nginx
- {{/advanced}}
-
-
-
- Or, just get a certificate
-
- {{#advanced}}
- Run one of the commands in the "Examples" section of the instructions for your DNS provider.
- {{/advanced}}
- {{^advanced}}
- If you're feeling more conservative and would like to make the changes to your Nginx
- configuration by hand, run this command.
-
-For Plesk you won't even need to install Certbot. Instead, use the extension already available in Plesk — it will also give you automatic renewal of your certificates out-of-the-box as well! Read more about the extension here.
-
- The Certbot packages on your system come with a cron job or systemd timer that will renew your certificates
- automatically before they expire. You will not need to run Certbot again, unless you change your
- configuration.
-
-{{/cron_included}}
-{{^cron_included}}
- Set up automatic renewal
-
- Run the following line, which will add a cron job to /etc/crontab.
-
- Next, you'll want to add pre and post hooks to stop and start your
- webserver automatically. Run the following commands to create the hook files in the appropriate
- directory:
-
- {{/haproxy}}
- {{^haproxy}}
-
- If you needed to stop your webserver to run Certbot, you'll want to
- add pre and post hooks to stop and start your webserver automatically.
- For example, if your webserver is HAProxy, run the following commands to create the hook files
- in the appropriate directory:
-
- {{/haproxy}}
-
-
-
sudo sh -c 'printf "#!/bin/sh\nservice haproxy stop\n" > /etc/letsencrypt/renewal-hooks/pre/haproxy.sh'
-
sudo sh -c 'printf "#!/bin/sh\nservice haproxy start\n" > /etc/letsencrypt/renewal-hooks/post/haproxy.sh'
If your hosting provider has full support for HTTPS: good news! You won’t have to do anything further
-
-
If your hosting provider has partial support for HTTPS: good news! You can follow along the linked tutorials for that individual web hosting provider, and get your website on HTTPS without needing Certbot.
-
-
If your hosting provider does not support HTTPS: continue to the steps below.
-
-
If your hosting provider does not support HTTPS, the following options are available:
-
-
You can contact your web hosting provider: tell them you want a free HTTPS certificate through Let’s Encrypt.
-You’re probably not the only one using your web hosting provider service who wants HTTPS. You can request that your web hosting provider offer Let’s Encrypt HTTPS certificates as a free part of their hosting package. An effective way to make this ask is through email, their help desk system, or by contacting the web hosting provider through social media.
-
-
You can switch to a different web hosting provider.
-Find a web hosting provider who offers full HTTPS support as part of their web hosting package by checking our list.
-
-
You might be able to use Certbot.
-If you have SSH access to the server your website is hosted on, you might be able to use Certbot. You will need to know the software and system your server is running on. After you confirm the software and system information, you can use the dropdown menus above to generate specific instructions for running Certbot on your server through the command line.
-
-
-
-
-
-Was this information helpful?
-Certbot is a free project provided by the
-Electronic Frontier Foundation, a 501(c)3 nonprofit.
-We’d be grateful for your support.
-Certbot is now officially available for Windows. If you find that Certbot is not
-the most suitable Let's Encrypt client application for your use case, there are
-many
-other clients written by other organizations and developers that you may be
-able to use to obtain a certificate from Let's Encrypt.
-
-
-
-
Important notes
-
This procedure follows the current Certbot implementation for Windows, in particular the fact that it installs as a system component, and requires administrative privileges. These instructions will be updated when a future version of Certbot switches to a different installation method.
- No installers for HTTP servers are supported for now (Certbot for Windows can currently obtain your certificate from
- Let's Encrypt, but not install it into your web server application).
-
-
-
Specific Windows system requirements and user knowledge requirements
-
-
-
The user needs to be familiar with the command-line interface (CLI), because Certbot is a pure CLI program.
-
The user must use an account with administrative privileges to install and run Certbot.
-
PowerShell and CMD.EXE are supported; both need to be started with elevated privileges before invoking Certbot.
-
Path C:\Certbot must be writable by the current user.
-
-
-
-
-
Specific Windows limitations and configuration
-
-
-
All usual operations to create and manage an account, manage existing certificates, or select the ACME server, are supported.
-
Only standalone, manual and webroot authenticator plugins are supported. DNS plugins will be available soon. This means that Certbot for Windows is currently unable to automatically renew wildcard certificates, since these require a DNS plugin in order to be renewed without user intervention.
-
No installer plugins are supported. The Apache and Nginx plugins will be available soon, and a plugin to install certificates into IIS is under development.
-
Automated certificate renewals (using standalone and webroot plugins) are supported.
-
-
-
-
-
Installation instructions (default)
-
-
-
Connect to the server.
-
Connect locally or remotely (using Remote Desktop) to the server using an account that has administrative privileges for this machine.
Run the installer and follow the wizard. The installer will propose a default installation directory, C:\Program Files(x86), that can be customized.)
-
To start a shell for Certbot, select the Start menu, enter cmd (to run CMD.EXE) or powershell (to run PowerShell), and click on “Run as administrator” in the contextual menu that shows up above.
-
Run Certbot as a shell command.
-
-
-
To run a command on Certbot, enter the name certbot in the shell, followed by the command and its parameters. For instance, to display the inline help, run:
-
-
C:\WINDOWS\system32> certbot --help
-
-
-
-
Choose how you’d like to run Certbot
-
-
Are you ok with temporarily stopping your website?
-
-
Yes, my web server is not currently running on this machine.
-
Stop your webserver, then run this command to get a certificate.
- Certbot will temporarily spin up a webserver on your machine.
- If you have a webserver that's already using port 80 and don't want to stop it
- while Certbot runs, run this command and follow the instructions in the terminal.
You'll need to install your new certificate in the configuration file or interface for your webserver. Certificates are located in C:\Certbot\live\[certificate_name], where [certificate_name] is the name of your certificate (usually the first domain if the --cert-name flag has not been used on the certonly command). Currently, Certbot for Windows cannot automate the installation step; future versions will be able to automate it for specific webserver applications.
-
-
-
Test automatic renewal
-
-
The Certbot installation on your system comes with a pre-installed Scheduled Task that will renew your certificates automatically before they expire. You will not need to run Certbot again, unless you change your configuration. You can test automatic renewal for your certificates by running the command
-
-
C:\WINDOWS\system32> certbot renew --dry-run
-
-
If you needed to stop your webserver to run Certbot (for example, if you used the standalone authenticator on a machine where port 80 is normally in use), you'll want to edit the built-in command to add the --pre-hook and --post-hook flags to stop and start your webserver automatically. For example, if your webserver is Apache 2.4, add the following to the certbot renew command:
More information is available in the Certbot documentation on renewing certificates.
-
-
Confirm that Certbot worked
-
-
- To confirm that your site is set up properly, visit https://yourwebsite.com/ in your browser and
- look for the lock icon in the URL bar.
-
-
-
Note for Windows Apache or Nginx users
-
-
As described in section 5 above, Certbot for Windows currently cannot install the certificate in Apache or Nginx for you. As of the most recent release, you will have to edit your web server application’s configuration to install the certificate yourself after Certbot has obtained it. If this limitation is acceptable to you, please start from the beginning of this document to learn more about installing and using Certbot on Windows.
- You'll need to enable the EPEL (Extra Packages for Enterprise Linux)
- repository and make sure you follow all instructions for your system,
- including enabling any other recommended repositories that may be
- required.
- Follow these instructions at
-
- the Fedora wiki to enable EPEL.
-
- You'll need to set up DNS credentials.
- Follow the steps in the "Credentials" section for your DNS provider to access or create the
- appropriate credential configuration file. Find credentials instructions for your DNS provider
- by clicking the DNS plugin's name on the Documentation list.
-
System dependencies may include Python 3.6+ including the venv module
- and Augeas for the Apache plugin.
-
-
If you're having trouble installing cryptography, you may need to install additional
- dependencies. See
-
- the cryptography project's site for more information.
-
-
Commands to install system dependencies may look like the following, run on the command
- line on the machine.
-
For APT-based distributions (e.g. Debian, Ubuntu ...):
-
-
sudo apt update
-
sudo apt install python3 python3-venv libaugeas0
-
-
-
For RPM-based distributions (e.g. Fedora, CentOS ...):
-
-
sudo dnf install python3 augeas-libs
-
- * Note that old distributions use yum instead of dnf, and that
- RHEL-based distributions use python3X instead of python3
- (e.g. python36).
-
-
-
These packages may have slightly different names on other distributions; a search such as
- "augeas on <your_system_name>" will probably yield helpful results.
-
-
- Remove certbot-auto and any Certbot OS packages
-
- If you have any Certbot packages installed using an OS package manager like
- apt, dnf, or yum, you should remove them before
- installing the Certbot snap to ensure that when you run the command
- certbot the snap is used rather than the installation from your OS
- package manager. The exact command to do this depends on your OS, but
- common examples are sudo apt-get remove certbot, sudo dnf
- remove certbot, or sudo yum remove certbot.
-
-
- If you previously used Certbot through the certbot-auto script, you should
- also remove its installation by following the instructions here.
-
-
-
- Set up a Python virtual environment
-
- Execute the following instructions on the command line on the machine to set up a virtual
- environment.
-
- You'll need to install snapd and make sure you follow any instructions to enable classic snap support.
- Follow these instructions on snapcraft's site to install snapd.
-
- Ensure that your version of snapd is up to date
-
- Execute the following instructions on the command line on the machine to ensure
- that you have the latest version of snapd.
-
-
sudo snap install core; sudo snap refresh core
-
-
- Remove certbot-auto and any Certbot OS packages
-
- If you have any Certbot packages installed using an OS package manager like
- apt, dnf, or yum, you should remove them before
- installing the Certbot snap to ensure that when you run the command
- certbot the snap is used rather than the installation from your OS
- package manager. The exact command to do this depends on your OS, but
- common examples are sudo apt-get remove certbot, sudo dnf
- remove certbot, or sudo yum remove certbot.
-
-
- If you previously used Certbot through the certbot-auto script, you should
- also remove its installation by following the instructions here.
-
- Run this command on the command line on the machine to acknowledge that the installed
- plugin will have the same classic containment as the Certbot snap.
-
-
sudo snap set certbot trust-plugin-with-root=ok
-
-
- If you encounter issues with running Certbot, you may need to follow this step, then
- the "Install correct DNS plugin" step, again.
-
- You'll need to add the Certbot PPA to your list of repositories. To do so,
- run the following commands on the command line on the machine:
-
sudo apt-get update
-
sudo apt-get install software-properties-common
-
sudo add-apt-repository universe
-
sudo add-apt-repository ppa:certbot/certbot
-
sudo apt-get update
-
-
-{{/ppa}}
-{{^ppa}}
-
- Enable the universe repository
-
- You'll need to make sure Ubuntu universe is in your list of repositories.
- To do so, run the following commands on the command line on the machine:
-
diff --git a/_scripts/main.js b/_scripts/main.js
deleted file mode 100644
index 467c13070..000000000
--- a/_scripts/main.js
+++ /dev/null
@@ -1,123 +0,0 @@
-// js loaded on every page goes here.
-
-/**
- * Client-side code for the Certbot website.
- * Copyright (C) 2016 Electronic Frontier Foundation
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Affero General Public License for more details.
- *
- * You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
- */
-
-var Raven = require('raven-js');
-var $ = require('jquery');
-var dt = require('datatables.net');
-
-(function (Raven) {
- 'use strict';
- Raven.config('https://caa5edd9fc344ff69a3e0bd4c05a5a91@sentry.eff.org/20').install();
-})(Raven);
-
-(function() {
- [].forEach.call(document.querySelectorAll('.js-only'), function (el) {
- el.style.visibility = 'visible';
- });
-
- [].forEach.call(document.querySelectorAll('.no-js-only'), function (el) {
- el.style.visibility = 'hidden';
- });
-
- var hamburger = document.getElementById('hamburger');
- var close = document.getElementById('close');
-
- hamburger.addEventListener('click',toggleMenu,false);
- close.addEventListener('click',toggleMenu,false);
-
- function toggleMenu() {
- document.body.classList.toggle('active');
- }
-})();
-
-$(document).ready(function() {
- $('.glossary-term.no-js').remove();
- $('.glossary-term.js-only').removeClass('disabled');
- // Tooltips
- $('.glossary-link').click(function() {
- $('.tooltip').removeClass('open');
- var glossDiv = $(this).parents('.glossary-term');
- $(glossDiv).children('.tooltip').addClass('open');
- });
- $(document).on('click', function(e) {
- if (!$(e.target).closest('.glossary-term').length)
- $('.tooltip').removeClass('open');
- });
- $(document).on('keydown', function(e) {
- if (e.which == 27) {
- $('.tooltip').removeClass('open');
- }
- });
- $('.close-button').on('click', function(e) {
- $('.tooltip').removeClass('open');
- });
- var hosting_table = $('#hosting-providers').DataTable({
- "paging": false,
- "info": false,
- "scrollX": true,
- "responsive": true,
- "language": {
- "search": "Search for your hosting provider"
- }
- });
- hosting_table.column('.category').visible(false);
- $('#all-bounce').on('click', function() {
- $('#all-https').click();
- });
- $('#full-bounce').on('click', function() {
- $('#full-https').click();
- });
- $('#partial-bounce').on('click', function() {
- $('#partial-https').click();
- });
- $('#no-bounce').on('click', function() {
- $('#no-https').click();
- });
- $('#all-https').on('click', function() {
- hosting_table.columns().search('').column('.category').draw();
- $('.tab-header-wrapper').removeClass('visible');
- $('#all-header').addClass('visible');
- $('.hosting-tab').removeClass('active');
- $(this).addClass('active');
- });
- $('#full-https').on('click', function() {
- hosting_table.columns().search('').column('.category').search('full').draw();
- $('.tab-header-wrapper').removeClass('visible');
- $('#full-header').addClass('visible');
- $('.hosting-tab').removeClass('active');
- $(this).addClass('active');
-
- });
- $('#partial-https').on('click', function() {
- hosting_table.columns().search('').column('.category').search('partial').draw();
- $('.tab-header-wrapper').removeClass('visible');
- $('#partial-header').addClass('visible');
- $('.hosting-tab').removeClass('active');
- $(this).addClass('active');
- });
- $('#no-https').on('click', function() {
- hosting_table.columns().search('').column('.category').search('no').draw();
- $('.tab-header-wrapper').removeClass('visible');
- $('#no-header').addClass('visible');
- $('.hosting-tab').removeClass('active');
- $(this).addClass('active');
- });
- $('#all-https').click();
-});
diff --git a/_terms/.command_line.md.swp b/_terms/.command_line.md.swp
deleted file mode 100644
index eb490ed869343ebd03762573768c0219c79e21e0..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 12288
zcmeI&y>8S%5C`xL5(Nbxf)^N|J^KP_5L74)kw6qtsF0$yZ;V&5cdgxVF4q7BFF?s_
z
zKmY;|fB*y_009U<00Izz00g#B!0M~^y?e%#x`y}voB#j6?;G<=*QKtXy4L4g*dI!U
z00bZa0SG_<0uX=z1Rwx`|0eL7rr~ZHhP%lnvb3}-3Kco8)8Dof=ReWXNv$Uu+x2>v
ziWSMK8%~7JBr9y<#pX$gB#;x*iE)ZtvOB#J7rAR3r=0f3aq}^&gwT-GRxZB&NECZd
zRSfNzbeKNR#sY_;DqHf5`qbN|(Netz9eH=A5hqNE<0;3S4m^dp&|0;cKJnjVRfyDv
zB-Hh>3yIT=R-xCVO+%iw4UI3DY|-$#5uZfUjNNEa+L$Jknm6r^aO$N`iKLVBQw1|x
q)~>9F<~Ehuvg9;K1+9<{58vd*WLaj!Ny9H`e;l)?xB5-2@BaY
-
-
-
-
-
-## What’s Certbot?
-Certbot is a free, open source software tool for automatically using [Let’s Encrypt](https://letsencrypt.org/) certificates on manually-administrated websites to enable HTTPS.
-
-Certbot is made by the [Electronic Frontier Foundation (EFF)](https://www.eff.org/), a 501(c)3 nonprofit based in San Francisco, CA, that defends digital privacy, free speech, and innovation.
-
-
-
-
-
-
-
-## Is Certbot right for me?
-If you’re looking to add the security and privacy benefits of an HTTPS certificate to your website, you may not need Certbot. Many hosting providers have internal tools to enable HTTPS. Before using Certbot, [check if your hosting provider is one of them](/hosting_providers).
-
-Certbot might be right for you if you:
-
-
- have comfort with the {% include tooltip.html term-name="command-line" text="command line" %},
-
-
- have {% include tooltip.html term-name="website-thats-already-online" text="an HTTP website that’s already online" %}, with {% include tooltip.html term-name="port-80" text="port 80 open" %},
-
-
- and administer your website via a {% include tooltip.html term-name="dedicated-server" text="dedicated server" %}, {% include tooltip.html term-name="virtual-private-server" text="virtual private server" %}, or {% include tooltip.html term-name="cloud-hosting" text="cloud-hosted server" %}, which you can access via {% include tooltip.html term-name="ssh" %}, and have the ability to {% include tooltip.html term-name="sudo" %}.
-
-
-
-If you’re ready to use Certbot, we provide customized instructions for your setup at the [Certbot Instructions](/instructions) page.
-
-Certbot renews certificates every 60 days. For more information about how Certbot works and for community managed resources, check out our [Get Help](/help) page.
-
-For more information around the codebase for Certbot and how to get involved as a developer, check out our [Contribute to Certbot](/contribute) page.
-
-Certbot is part of EFF’s larger effort to [encrypt the entire Internet](https://eff.org/encrypt-the-web). Websites need to use HTTPS to secure the web. Along with [HTTPS Everywhere](https://www.eff.org/https-everywhere), Certbot aims to build a network that is more structurally private, safe, and protected against censorship.
-
-Certbot is the work of [many authors](https://github.com/certbot/certbot/graphs/contributors), including a team of EFF staff and numerous open source contributors.
-
-For more information about privacy practices, check out [Certbot’s privacy policy](/privacy).
-
-Want to keep this project (and other EFF projects) alive? [Donate here](https://supporters.eff.org/donate/support-lets-encrypt).
diff --git a/all-instructions/index.html b/all-instructions/index.html
deleted file mode 100644
index 9710d127c..000000000
--- a/all-instructions/index.html
+++ /dev/null
@@ -1,17 +0,0 @@
----
-title: All Instructions
-layout: page
----
-
-
-
diff --git a/certbot-deploy b/certbot-deploy
deleted file mode 100755
index 7fc8282af..000000000
--- a/certbot-deploy
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/bin/bash
-# Script to build and deploy certbot-website
-#
-SOURCE_REPO=https://github.com/certbot/website.git
-SOURCE_DOCS=/opt/certbot/
-COMPILED_DOCS=/certbot-compiled/
-#Update the source and documentation submodule, then build
-cd $SOURCE_DOCS && \
- git remote set-url origin $SOURCE_REPO && \
- git checkout . &&\
- git checkout master && \
- git pull origin master && \
- git submodule update && \
- cd $SOURCE_DOCS/_docs && \
- git checkout master && \
- git pull && \
- cd $SOURCE_DOCS && \
- gulp build --env production && \
- npm test && \
- rsync -a -O --delete --exclude=".*" _site/ $COMPILED_DOCS && \
- echo "Certbot site built"
diff --git a/contribute/index.md b/contribute/index.md
deleted file mode 100644
index 7b4501978..000000000
--- a/contribute/index.md
+++ /dev/null
@@ -1,32 +0,0 @@
----
-layout: page
-title: Contribute to Certbot
-class: contribute
----
-## Want to help Certbot?
-
-There are lots of ways to contribute to Certbot.
-
-For many of them, you’ll want to come chat with us on [the Certbot channel](https://opensource.eff.org/eff-open-source/channels/certbot) in [EFF’s Mattermost instance for its open source projects](https://opensource.eff.org/signup_user_complete/?id=6iqur37ucfrctfswrs14iscobw) as described below.
-
-You can get involved with several of EFF's software projects such as Certbot at the [EFF Open Source Contributor Chat Platform](https://opensource.eff.org/signup_user_complete/?id=6iqur37ucfrctfswrs14iscobw).
-
-
-
-
-Note: By signing up for the EFF Open Source Contributor Chat Platform, you consent to share your personal information with the Electronic Frontier Foundation, which is the operator and data controller for this platform. The channels will be available both to EFF, and to other users of EFFOSCCP, who may use or disclose information in these channels outside of EFFOSCCP. EFF will use your information, according to the Privacy Policy, to further the mission of EFF, including hosting and moderating the discussions on this platform.
-
-
-
-Use of EFFOSCCP is subject to the EFF Code of Conduct. When investigating an alleged Code of Conduct violation, EFF may review discussion channels or direct messages.
-
-
-
-Below are the main ways ways we’d appreciate help.
-
-{% include contrib/main_list.html %}
-
-## Want to learn more about what makes Certbot tick?
-Aside from the Certbot [Get Help](/help) page, we have a few resources available for developers to better understand how Certbot works.
-
-{% include contrib/code_list.html %}
diff --git a/docker-compose.yml b/docker-compose.yml
deleted file mode 100644
index 78113ea1a..000000000
--- a/docker-compose.yml
+++ /dev/null
@@ -1,23 +0,0 @@
-version: '2.1'
-services:
- nginx:
- image: nginx
- ports:
- - '4000:4000'
- volumes:
- - assets:/usr/share/nginx/html:ro
- - ./nginx.conf:/etc/nginx/conf.d/default.conf
- links:
- - site
-
- site:
- build: .
- volumes:
- - .:/opt/certbot/
- - /opt/certbot/node_modules
- - /opt/certbot/_instructions
- - /opt/certbot/_docs
- - assets:/opt/certbot/_site
-
-volumes:
- assets:
diff --git a/faq/index.html b/faq/index.html
deleted file mode 100644
index 1b742cff8..000000000
--- a/faq/index.html
+++ /dev/null
@@ -1,29 +0,0 @@
----
-layout: page
-title: Frequently Asked Questions
-class: faq
----
-
-
- {% assign sorted_faq = site.faq_entries | sort: 'weight' %}
- {% for faq_entry in sorted_faq %}
-