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

Added custom_plugin param in certonly to disable use of '-a' flag. #84

Merged
merged 3 commits into from
Sep 17, 2017

Conversation

Lavaburn
Copy link
Contributor

I need to validate my domain using DNS, which I found is possible with external_auth plugin.
Using this plugin with certbot however requires '-a ' flag to be removed from the certbot command.

This fix introduces a new parameter and does not break any existing code. As an extra, I allowed nginx as plugin, which is also supported now in certbot.

@bastelfreak bastelfreak added the enhancement New feature or request label Feb 12, 2017
@@ -32,6 +34,7 @@
#
define letsencrypt::certonly (
$domains = [$title],
$custom_plugin = false,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you use the new Pupept 4 Datatype Boolean instead of the validate_re down below?

@oc243
Copy link

oc243 commented Mar 24, 2017

Thanks @Lavaburn for writing this PR. It fixes the problem I was just looking into :). I hope it can be merged soon ;-)

@bastelfreak
Copy link
Member

Hi @Lavaburn, could you please rebase against latest master to fix the merge conflict?

@bastelfreak
Copy link
Member

thanks!

@bastelfreak bastelfreak merged commit 68f2097 into voxpupuli:master Sep 17, 2017
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.

3 participants