You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the title says, I can't perform operations on second-level domains (e.g. sub2.sub1.example.com). I believe this is because the Porkbun API wants only the example.com in the request URL, but this seems to send sub1.example.com. I've stumbled upon this by trying to get a wildcard cert off a subdomain (*.sub.example.com) using Caddy's Porkbun plugin, and following the errors from there. After thumbing through this codebase, it seems like it'd be a bit of an involved change, so I want the maintainers' opinions before trying to put in a PR myself for it.
The text was updated successfully, but these errors were encountered:
I'd be hesitant to diverge too far from the other libraries on functionality since I'm not actively working on this & focused on the wildcard/suddomain use case
As the title says, I can't perform operations on second-level domains (e.g.
sub2.sub1.example.com
). I believe this is because the Porkbun API wants only theexample.com
in the request URL, but this seems to sendsub1.example.com
. I've stumbled upon this by trying to get a wildcard cert off a subdomain (*.sub.example.com
) using Caddy's Porkbun plugin, and following the errors from there. After thumbing through this codebase, it seems like it'd be a bit of an involved change, so I want the maintainers' opinions before trying to put in a PR myself for it.The text was updated successfully, but these errors were encountered: