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

Fix SSL EV Plus duplication issue #145

Merged
merged 2 commits into from
Jul 22, 2018
Merged

Fix SSL EV Plus duplication issue #145

merged 2 commits into from
Jul 22, 2018

Commits on Jul 16, 2018

  1. Fix SSL EV Plus duplication issue

    Currently, the duplication for SSL EV Plus request throws an
    `Invalid DNS name` issue. After looking into this we found this
    interface does not expect us to provide both `root` and `www` in
    the same request, otherwise it won't process that request.
    
    This commit adds simple fix, and it will remove `www.` from
    the `dns_names` list and this should fix the issue for now.
    
    Fixes: 135
    abunashir committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    7c34dbc View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2018

  1. Re-define the domain ev selection

    This commit add some changes to the `OrderManager`, so it will
    select any subdomains expect the root domain, so it should not
    throw the invalid DNS name error on duplication.
    abunashir committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    abc6386 View commit details
    Browse the repository at this point in the history