From 2d9107a4e6ab658c40b1931e518eeb063dd5c500 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Or=C5=82owski?= Date: Wed, 22 Oct 2025 19:55:29 +0200 Subject: [PATCH] add readme.md for macos users --- readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 143dc55..9d3c4ec 100644 --- a/readme.md +++ b/readme.md @@ -8,7 +8,11 @@ openssl genrsa > local.private.key openssl rsa -in local.private.key -pubout > local.public.key ``` - +**For macOS (maybe windows) users run 1 more command:** + ```bash + openssl pkcs8 -topk8 -inform PEM -outform PEM -in local.private.key -out local.private.pkcs8.key -nocrypt + ``` +then change `secret-key-file` in application.yml to ```secret-key-file: classpath:local/secrets/local.private.pkcs8.key``` ## User Controller API ### Create User