This is an automated email from the ASF dual-hosted git repository.
afs pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena-site.git
The following commit(s) were added to refs/heads/main by this push:
new 2af5b1cda Update keystore JSON file text
2af5b1cda is described below
commit 2af5b1cda24dda60a01ff617e83763170c7cbcca
Author: Andy Seaborne <[email protected]>
AuthorDate: Fri Jun 5 12:41:47 2026 +0100
Update keystore JSON file text
---
source/documentation/fuseki2/fuseki-data-access-control.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/source/documentation/fuseki2/fuseki-data-access-control.md
b/source/documentation/fuseki2/fuseki-data-access-control.md
index fb401b462..0b1e9f497 100644
--- a/source/documentation/fuseki2/fuseki-data-access-control.md
+++ b/source/documentation/fuseki2/fuseki-data-access-control.md
@@ -27,7 +27,7 @@ HTTPS support is configured from the fuseki server command
line.
| Server Argument | | |
| ----------------|----|--|
-| <tt>--https=<i>SETUP</i></tt> | Name of file for certificate details.
| |
+| <tt>--https=<i>SETUP</i></tt> | Path name of the file for certificate
details. | |
| <tt>--httpsPort=<i>PORT</i></tt> | The port for https | Default: 3043 |
The `--https` argument names a file in JSON which includes the name of
@@ -38,7 +38,7 @@ the certificate file and password for the certificate.
The file is a simple JSON file:
```json
-{ "cert": KEYSTORE, "passwd": SECRET }
+{ "keystore": "path/keystore/file", "passwd": "keystorePassword" }
```
This file must be protected by file access settings so that it can only