Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding plugin support for EuroDNSReseller #590

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

zoryatix
Copy link

I followed your advice from pr #580 and created a branch for this change. I've renamed the plugin to better reflect its origin.
I've changed the way I handle domains/tld - So now it will also work with 2 level tld's.

Successfully tested with following:

New-PACertificate '*.mydomain.com.au','mydomain.com.au' -AcceptTOS -Contact 'somemail@mydomain.com' -Plugin EuroDNSReseller -PluginArgs $pArgs -Verbose
New-PACertificate 'sub1.mydomain.com.au' -AcceptTOS -Contact 'somemail@mydomain.com' -Plugin EuroDNSReseller -PluginArgs $pArgs -Verbose
New-PACertificate '*.mydomain.com','mydomain.com' -AcceptTOS -Contact 'somemail@mydomain.com' -Plugin EuroDNSReseller -PluginArgs $pArgs -Verbose

Let me know if I've missed anything.

@rmbolger rmbolger self-assigned this Dec 21, 2024
@rmbolger rmbolger added the enhancement New feature or request label Dec 21, 2024
@rmbolger
Copy link
Owner

Sorry for the delay. Real work always gets busy around the holidays. I tweaked the guide a bit. I also re-added the recShort fix that got pushed to main in another issue recently. That ended up making a bunch of whitespace changes as well. Can you double check the updated version and make sure it's still working for you?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants