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

alias domain produce a none.domain #48

Closed
cchris-org opened this issue Apr 8, 2016 · 2 comments
Closed

alias domain produce a none.domain #48

cchris-org opened this issue Apr 8, 2016 · 2 comments

Comments

@cchris-org
Copy link

Set an Alias to a Domain and select "none" on auto subdomain.
It will generate a none.aliasDomain.xx wich could not verify by letsencrypt

my solution in apache2_plugin.inc work for me.

if(isset($aliasdomain['subdomain']) && ! empty($aliasdomain['subdomain'])) {
// .. we dont like "none.aliasdomain"
if($aliasdomain['subdomain'] != "none"){
$temp_domains[] = $aliasdomain['subdomain'] . "." . $aliasdomain['domain'];
}
}

@loeken
Copy link

loeken commented Apr 22, 2016

same solution also works for editing the nginx_plugin.inc

exmatrikulator added a commit to exmatrikulator/ISPConfig-letsencrypt that referenced this issue May 2, 2016
alexalouit added a commit that referenced this issue Jul 28, 2016
bugfix: alias domain produce a none.domain #48
@alexalouit
Copy link
Owner

fix in #52

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

3 participants