with the following i got clerezza running using https (of course in real life one would have the cert signed by a ca)
keytool -keystore keystore -alias jetty -genkey -keyalg RSA java -Dorg.osgi.service.http.secure.enabled=true -Dorg.ops4j.pax.web.ssl.keystore=/home/reto/workspace/foafssl/keystore -Dorg.ops4j.pax.web.ssl.keypassword=password -Dorg.ops4j.pax.web.ssl.password=password -jar /home/reto/projects/apache/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.platform.launcher.tdb/target/org.apache.clerezza.platform.launcher.tdb-0.5-incubating-SNAPSHOT.jar now I could access https://localhost:8443/admin/configuration and change the platform default base uri to https://localhost:8443/ cheers, reto
