Custom SSL certificates for HTTPS #5201
Replies: 10 comments 7 replies
-
|
I guess you can use a reverse proxy with a custom certificate so that: |
Beta Was this translation helpful? Give feedback.
-
Agree, this can be a great solution. You can also use the Traefik container to set custom certificates like explained here: |
Beta Was this translation helpful? Give feedback.
-
|
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. |
Beta Was this translation helpful? Give feedback.
-
|
hi can I work on this issue?! @eldadfux |
Beta Was this translation helpful? Give feedback.
-
|
Would the resolution of this issue allow me to use certificates I already have installed on my server? I've installed AppWrite on |
Beta Was this translation helpful? Give feedback.
-
Hi, @eldadfux Is it already implemented somewhere? |
Beta Was this translation helpful? Give feedback.
-
|
@bodnar1212 its not implemented currently, but as @eldadfux mentioned, we can introduce a new env variable that points to the location of the SSL certificates instead of replying on the default location. |
Beta Was this translation helpful? Give feedback.
-
|
Hi, It would be great if we can use our own SSL certificates. A decent use case is when using Cloudflare provided SSL certificates. |
Beta Was this translation helpful? Give feedback.
-
|
Hi all. So if I understand correctly, there's no way to use our own SSL certs? I'm surprised there's no option to disable the Lets Encrypt integration. Reverse proxying through Cloudflare or AWS Cloudfront is standard practice nowadays, especially for larger organizations. |
Beta Was this translation helpful? Give feedback.
-
|
If you really want to use your own SSL certificate, you can update traefik to serve your SSL certificate. To do so,
For more info, refer to what Eldad linked to: https://medium.com/@clintcolding/use-your-own-certificates-with-traefik-a31d785a6441 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
🚀 Feature
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.
Beta Was this translation helpful? Give feedback.
All reactions