From ce57bc31f16602953f01fb2023f8d16a97a501c7 Mon Sep 17 00:00:00 2001 From: IndexOfNull <21084775+IndexOfNull@users.noreply.github.com> Date: Sun, 22 May 2022 16:30:52 -0500 Subject: [PATCH 1/2] Add note for unconfigured Porkbun domains --- Readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Readme.md b/Readme.md index 28f4367..293b006 100644 --- a/Readme.md +++ b/Readme.md @@ -114,6 +114,8 @@ certbot plugins ### Usage +**Note: By default, Porkbun domains cannot be controlled through the API. This will cause an error when you generate certificates. Ensure that you have enabled API Access in your domain's settings to avoid this. If you haven't already, be sure to also delete the (default) parked domain ALIAS records, as not doing so will cause errors.** + #### Local installation To check if the plugin is installed and detected properly by certbot, you can use the following command: From bbc6ed48d60ee103cf3e947f07d059605698bda5 Mon Sep 17 00:00:00 2001 From: IndexOfNull <21084775+IndexOfNull@users.noreply.github.com> Date: Sun, 22 May 2022 16:36:30 -0500 Subject: [PATCH 2/2] Change wording --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 293b006..167a853 100644 --- a/Readme.md +++ b/Readme.md @@ -114,7 +114,7 @@ certbot plugins ### Usage -**Note: By default, Porkbun domains cannot be controlled through the API. This will cause an error when you generate certificates. Ensure that you have enabled API Access in your domain's settings to avoid this. If you haven't already, be sure to also delete the (default) parked domain ALIAS records, as not doing so will cause errors.** +**Note: By default, Porkbun domains cannot be controlled through the API. This will cause an error when you generate certificates. Ensure that you have enabled API Access in your domain's settings to avoid this. If you haven't already, be sure to also delete the (default) parked domain ALIAS records, as not doing so may cause errors.** #### Local installation