From fce24cac4bd0fad202456a52def05f4dc3fa7085 Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Sun, 12 Jul 2026 02:14:35 +0300 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 183844b..a9f5cf5 100644 --- a/README.md +++ b/README.md @@ -285,7 +285,14 @@ sudo grep -n -A5 -B5 "secret" /var/www/onlyoffice/config/local.json > "string": "secret_key" Paste that key into 'Nextcloud>Administration Settings>ONLYOFFICE' >ONLYOFFICE Docs address: https://docs.domain ->Secret Key: Paste secret_key here +>Secret Key: Paste secret_key here + +Test> +``` +sudo yunohost app shell nextcloud +php occ config:app:get onlyoffice jwt_secret +``` +>secret key Verify the SSL certificate ```