From e0b303d8b15559e40a2526fb4253f8e865ebefb3 Mon Sep 17 00:00:00 2001 From: Aza Rainey <31712586+azarainey@users.noreply.github.com> Date: Mon, 20 Apr 2020 14:43:30 -0700 Subject: [PATCH] Update hosting_providers.json adding porkbun registrar --- _data/hosting_providers.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/_data/hosting_providers.json b/_data/hosting_providers.json index 607b7e393..ff56ae443 100644 --- a/_data/hosting_providers.json +++ b/_data/hosting_providers.json @@ -2379,4 +2379,15 @@ "reviewed": "2020.04.01", "note": "Available for all membership types, without any limitations." }, + + { + "name": "PORKBUN", + "link": "https://porkbun.com/", + "category": "partial", + "tutorial": "https://kb.porkbun.com/article/71-how-your-free-ssl-certificate-works", + "announcement": "https://porkbun.com/products/ssl", + "plan": "", + "reviewed": "2020.04.20", + "note": "All supported Porkbun domains using our default name servers come with an SSL certificate issued by Let’s Encrypt." + }, ]