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 deleting config files for wrong domain #1701

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

moucho
Copy link
Contributor

@moucho moucho commented Sep 8, 2018

Let's say we have two web domains:
example.tld
ssl.example.tld

If we renew SSL (let's encrypt or any other) for example.tld, in the process the virtualhost files for ssl.example.tld will be removed and therefore this domain will stop working.
The reason lays on commands like:
rm -rf $HOMEDIR/$user/conf/web/ssl.$domain.*
I've changed them in all the scripts I could find and tested them several times

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

Successfully merging this pull request may close these issues.

1 participant