Re: Fuseki HTTPS config

2022-02-16 Thread Vladimir Shestakov
> > Does the reload on keystore change work with "Lets Encrypt!"? Yes. I use deploy hook for certbot. /etc/letsencrypt/renewal-hooks/deploy/fuseki_cert_update.sh: #!/bin/bash cert_path=/etc/letsencrypt/live/domain openssl pkcs12 -export -in $cert_path/fullchain.pem -inkey

Re: Fuseki HTTPS config

2022-02-16 Thread Andy Seaborne
Hi Vladimir, Thanks for the information! It is good to know what things still work. Does the reload on keystore change work with "Lets Encrypt!"? I've created JENA-2284 [1] to make sure the example gets updated. Fuseki/Main has a special support --https=CONF https certificate access

Fuseki HTTPS config

2022-02-16 Thread Vladimir Shestakov
Hello! Successfully run Fuseki 4.4.0 (Jetty 10.0.7) with option "--jetty-config fuseki-jetty-https.xml" on this config (see below). For Fuseki 4.2.0 (Jetty 10.0.6) it works too. It based on config from examples (