Don't hardcode the signature length to RSA-2048 (#1872)

This commit is contained in:
Cameron Gutman
2023-11-30 23:51:45 -06:00
committed by GitHub
parent 336062d467
commit 3b9e37e1dd
6 changed files with 26 additions and 16 deletions

View File

@@ -92,8 +92,8 @@ namespace config {
// pc|lan|wan
std::string origin_web_ui_allowed;
std::string pkey; // must be 2048 bits
std::string cert; // must be signed with a key of 2048 bits
std::string pkey;
std::string cert;
std::string sunshine_name;