> ./key -----BEGIN PGP PUBLIC KEY BLOCK----- : -----END PGP PUBLIC KEY BLOCK----- __EOF__ $ gpg --verify ./cryptomator-1.5.15-x86_64.AppImage.asc gpg: assuming signed data in './cryptomator-1.5.15-x86_64.AppImage' gpg: Signature made Wed Apr 21 19:48:10 2021 JST gpg: using RSA key 58117AFA1F85B3EEC154677D615D449FE6E6A235 gpg: Good signature from "Cryptobot <[email protected]>" [unknown] gpg: WARNING: This key is not certified with a trusted signature! gpg: There is no indication that the signature belongs to the owner. Primary key fingerprint: 5811 7AFA 1F85 B3EE C154 677D 615D 449F E6E6 A235 $ chmod u+x ./cryptomator-1.5.15-x86_64.AppImage $ ./cryptomator-1.5.15-x86_64.AppImage 11 / 39
- No vault specified. usage: java -jar cryptomator-cli.jar --bind localhost --port 8080 --vault mySecretVault=/path/to/vault --password mySecretVault=FooBar3000 --vault myOtherVault=/path/to/other/vault --password myOtherVault=BarFoo4000 --vault myThirdVault=/path/to/third/vault --passwordfile myThirdVault=/path/to/passwordfile --bind <WebDAV bind address> TCP socket bind address of the WebDAV server. Use 0.0.0.0 to accept all incoming connections. --password <Password of a vault> Format must be vaultName=password --passwordfile <Passwordfile for a vault> Format must be vaultName=passwordfile --port <WebDAV port> TCP port, the WebDAV server should listen on. --vault <Path of a vault> Format must be vaultName=/path/to/vault 33 / 39