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

Various SSL setup fixes #316

Merged
merged 2 commits into from
Jul 10, 2017
Merged

Various SSL setup fixes #316

merged 2 commits into from
Jul 10, 2017

Commits on Jul 10, 2017

  1. fix(ssl): copy acme certificates from home location if they exist

    closes TryGhost#309
    - if a user deletes their instance and recreates it with the same domain, then acme will fail to generate the certificate because it already exists & is not due for renewal. We work around this issue by looking for the error and copying the right keys if it already exists
    acburdine committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    c83f83d View commit details
    Browse the repository at this point in the history
  2. fix(ssl): cleanup after failure, don't allow re-running

    closes TryGhost#302
    - checks if ssl has already been setup, if it has then skips
    - better cleanup/handling of well-known config block
    acburdine committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    e65a82e View commit details
    Browse the repository at this point in the history