nginx-proxy-manager/backend
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
..
config swop mysql library and knex client for mysql2 2024-09-10 23:08:02 +02:00
internal feat: add support for selecting SSL key type (ECDSA/RSA) 2024-12-09 11:27:52 +03:30
lib Adds env var to set certbot acme server 2024-10-16 11:06:29 +10:00
migrations feat: add support for selecting SSL key type (ECDSA/RSA) 2024-12-09 11:27:52 +03:30
models Openapi Schema improvements 2024-10-10 15:53:11 +10:00
routes Openapi Schema improvements 2024-10-10 15:53:11 +10:00
schema feat: add support for selecting SSL key type (ECDSA/RSA) 2024-12-09 11:27:52 +03:30
scripts Refactor certbot plugins install 2024-01-18 12:26:55 +10:00
templates Cleaning unused variable. 2024-10-28 15:18:54 +03:00
.eslintrc.json v2.1.0 (#293) 2020-02-19 15:55:06 +11:00
.gitignore - Add ability to disable ipv6, fixes #312 2020-04-07 10:43:19 +10:00
.prettierrc v2.1.0 (#293) 2020-02-19 15:55:06 +11:00
app.js Refactor API Schema and validation 2024-10-09 18:05:15 +10:00
db.js Refactor configuration 2023-03-21 16:53:39 +10:00
index.js Refactor API Schema and validation 2024-10-09 18:05:15 +10:00
knexfile.js swop mysql library and knex client for mysql2 2024-09-10 23:08:02 +02:00
logger.js Refactor certbot plugins install 2024-01-18 12:26:55 +10:00
migrate.js v2.1.0 (#293) 2020-02-19 15:55:06 +11:00
nodemon.json v2.1.0 (#293) 2020-02-19 15:55:06 +11:00
package.json Bump express from 4.19.2 to 4.20.0 in /backend 2024-10-11 04:06:52 +00:00
setup.js #3790 Attempt to make ci happy. 2024-06-03 13:44:08 +02:00
validate-schema.js Openapi Schema improvements 2024-10-10 15:53:11 +10:00
yarn.lock Bump cross-spawn from 7.0.3 to 7.0.6 in /backend 2024-11-24 03:36:44 +00:00