nginx-proxy-manager/backend/migrations
milad nazari e6ec74c2f7 feat: add support for selecting SSL key type (ECDSA/RSA)
Added the ability to specify the SSL key type (ECDSA or RSA) for each site in the Nginx Proxy Manager. This enhancement is particularly useful for environments with IoT devices that have limitations with specific key types, such as RSA-only support. The implementation includes:

- Backend support for storing and validating the `ssl_key_type` field.
- Swagger schema updated to validate the new input.
- Frontend update to allow users to select the SSL key type via a dropdown menu.

This feature ensures greater flexibility and compatibility in managing SSL certificates for diverse setups.
2024-12-09 11:27:52 +03:30
..
20180618015850_initial.js v2.1.0 (#293) 2020-02-19 15:55:06 +11:00
20180929054513_websockets.js v2.1.0 (#293) 2020-02-19 15:55:06 +11:00
20181019052346_forward_host.js v2.1.0 (#293) 2020-02-19 15:55:06 +11:00
20181113041458_http2_support.js v2.1.0 (#293) 2020-02-19 15:55:06 +11:00
20181213013211_forward_scheme.js v2.1.0 (#293) 2020-02-19 15:55:06 +11:00
20190104035154_disabled.js v2.1.0 (#293) 2020-02-19 15:55:06 +11:00
20190215115310_customlocations.js v2.1.0 (#293) 2020-02-19 15:55:06 +11:00
20190218060101_hsts.js v2.1.0 (#293) 2020-02-19 15:55:06 +11:00
20190227065017_settings.js fixed migration and setup 2020-07-19 20:02:20 +02:00
20200410143839_access_list_client.js add satisfy configuration to the ui 2020-04-11 00:26:54 -07:00
20200410143840_access_list_client_fix.js Fix incorrect var 2020-05-05 10:00:41 +10:00
20201014143841_pass_auth.js Allows auth information from AccessList not to be passed to proxied hosts. Resolves issue #153. 2020-10-15 10:23:09 +11:00
20210210154702_redirection_scheme.js Hotfix: This group of assignments is not aligned 2021-02-10 18:26:19 +01:00
20210210154703_redirection_status_code.js Hotfix: This group of assignments is not aligned 2021-02-10 18:26:19 +01:00
20210423103500_stream_domain.js Incorporate feedback 2021-08-13 11:32:01 +02:00
20211108145214_regenerate_default_host.js Skip migration if setting does not exist 2021-11-09 14:03:39 +01:00
20241209062244_ssl_key_type.js feat: add support for selecting SSL key type (ECDSA/RSA) 2024-12-09 11:27:52 +03:30