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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Appwrite Doctor status for appwrite-worker-certificates #928

Open
mlucas-NU opened this issue Feb 21, 2021 · 2 comments
Open

Appwrite Doctor status for appwrite-worker-certificates #928

mlucas-NU opened this issue Feb 21, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@mlucas-NU
Copy link

mlucas-NU commented Feb 21, 2021

馃殌 Feature

Add debug & status info for appwrite-worker-certificates containers in Appwrite Doctor.

Have you spent some time to check if this issue has been raised before?

Yes. Spoke briefly with @eldadfux about it on Discord as well.

Have you read the Code of Conduct?

Yes.

Pitch

LetsEncrypt calls can fail inside appwrite-worker-certificates containers, but Appwrite will continue to run and Appwrite Doctor will report that everything is okay regardless of success/failure. It would be great if Appwrite Doctor could communicate certificate errors when they occur.

It may also be useful if Appwrite Doctor could summarize certificate configuration and status. For example:

  • Whether the certificate is self-signed or signed by LetsEncrypt/another SSL certificate provider.
  • If _APP_ENV=development, determine whether the current configuration would succeed if we switched the value to production?
@eldadfux
Copy link
Member

We could add a section containing all requirements for generating a certificate and validate them:

  • Public domain
  • Network access to the Appwrite HTTP server
  • Valid security email address
  • Mode set to production

Then we can maybe list all the certificates we have stored, with:

  • Domain name
  • Status (success/failure)
  • Expiry date
  • Planned renewal date

@TorstenDittmann @christyjacob4 @lohanidamodar do you have anything to add?

@eldadfux eldadfux added the enhancement New feature or request label Feb 25, 2021
@christyjacob4
Copy link
Member

@eldadfux Looks like you have covered everything. 馃挭

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants