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
Custom SSL certificates for HTTPS #1084
Comments
I guess you can use a reverse proxy with a custom certificate so that: |
Agree, this can be a great solution. You can also use the Traefik container to set custom certificates like explained here: |
We would love help with this issue. All required is to add env vars that will allow our Swoole HTTP server to pick SSL certs from a specific location without having to rely on Traefik for SSL. |
hi can I work on this issue?! @eldadfux |
Would the resolution of this issue allow me to use certificates I already have installed on my server? I've installed AppWrite on |
Enable having custom certificates from a local CA server instead of Certbot.
Have you spent some time to check if this issue has been raised before?
Searched documentation and issues history here, didn't find any similar issues.
Read some of the source code and available config flags, didn't see any that are relevant.
Went to the source code and it seems like Certbot is the only option.
Have you read the Code of Conduct?
Yes.
Pitch
In my specific case I have an offline environment with no access to Let's Encrypt's servers.
Also, we use a custom CA for our servers so I'd rather use our own than using Let's Encrypt.
Please enlighten me if there is a way to configure Certbot (or AppWrite) to use custom certificates.
The text was updated successfully, but these errors were encountered: