From 766e233d74109887dd07efa8f6128e32276f0884 Mon Sep 17 00:00:00 2001 From: linglp Date: Thu, 14 Mar 2024 15:52:22 +0000 Subject: [PATCH] update doc --- apps/schematic/api/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/schematic/api/README.md b/apps/schematic/api/README.md index 2260bc1dd3..9aad77535c 100644 --- a/apps/schematic/api/README.md +++ b/apps/schematic/api/README.md @@ -43,4 +43,4 @@ You could open your browser here: ``` https://localhost:7443/api/v1/ui/ ``` -Note: When the OpenAPI description has changed, regenerate the REST API with nx run schematic-api:generate \ No newline at end of file +Note: When the OpenAPI description has changed, regenerate the REST API with nx run schematic-api:generate. Also, `dhparam.pem` was generated by using command: `RUN openssl dhparam -out dhparam.pem 4096`. If there's an issue with the `dhparam.pem` in the future, please re run the command. \ No newline at end of file