This is an automated email from the ASF dual-hosted git repository.

afs pushed a commit to branch cert-file
in repository https://gitbox.apache.org/repos/asf/jena-site.git

commit 2cebe285af473ebc2da652124e563719510b5eb5
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

Reply via email to