-
-
Notifications
You must be signed in to change notification settings - Fork 112
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
Feature Request - Allow configuration of "key-type" or "Signature Algorithm" #610
Comments
I have a similar issue, in my case a printer that doesnt support ecdsa. My prefered solution would be to be able to override the key-type per certificate, so that all other certificates stay at the default. |
My Synology NAS is updated to DSM 7.2.2 and uses the ECDSA certificate from Let's encrypted which is not configurable (I haven't found, exploring the Internet, an easy way as a solution yet). |
You must have misunderstood me. My hope is to be able to configure Nginx to either receive an ECDSA or RSA certificate. I'm not expecting that Synology makes a change. |
Thanks for your correction. |
Correct, I am able to manually change the configuration but as soon as the Docker container is restarted, it’s reverted to the default configuration. Hence the wish to be able to configure the type rather than have the current being static. On Jan 13, 2025, at 09:39, mbisax ***@***.***> wrote:
Thanks for your correction.
However, I believe that what you expect, without an intervention from Synology, is not possible. I tried to change the Proxy-Reverse configuration but, as soon as the service is re-run, the configuration returns to the default. Maybe I made some mistake but that's what happens to me.
In any case, you're right, I misunderstood what you meant: it would be great if it were possible to decide which type of certificate to use.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
There hasn't been any activity on this issue recently, so we clean up some of the older and inactive issues. |
I updated to version 1.1.38 but the result is still the same. Thanks for the assistance |
Hi mbisax Have you tried a manual workaround configuring your nginx integration to request the certificate key-type to ECDSA? At least this is my manual "solution" for issuing (legacy) certificates that I can import in my Synology. In case you need more information on how to do this, let me know. |
Problem/Motivation
Expected behavior
Actual behavior
Steps to reproduce
Proposed changes
The text was updated successfully, but these errors were encountered: