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

Using multiple ACLs fails, when some domains are already validated. #101

Closed
viswanathct opened this issue Sep 4, 2016 · 3 comments
Closed

Comments

@viswanathct
Copy link

The following configuration fails, when first_domain.mydomain.com is already validated (on a previous run).

SANS=first_domain.mydomain.com, second_domain.mydomain.com
ACL=(
'ssh:user@mydomain.com:/home/user/public_html/first_domain/.well-known/acme-challenge'
'ssh:user@mydomain.com:/home/user/public_html/second_domain/.well-known/acme-challenge'
)

It seems to be, due to the variable dn not being incremented, when containing if block passes.

@viswanathct viswanathct changed the title Using multiple ACL files fails, when some domains are already validated. Using multiple ACLs fails, when some domains are already validated. Sep 4, 2016
@srvrco
Copy link
Collaborator

srvrco commented Sep 4, 2016

Got spot, thanks.

I've updated the code, if you could test again with the latest version please.

@viswanathct
Copy link
Author

It works, thanks.

@srvrco
Copy link
Collaborator

srvrco commented Sep 5, 2016

You're welcome, thanks for letting me know. I'll close this issue.

@srvrco srvrco closed this as completed Sep 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant