services.reposilite.settings.keyPath
Path to the .jsk KeyStore or paths to the PKCS#8 certificate and private key, separated by a space (see example).
You can use ${WORKING_DIRECTORY} to refer to paths relative to Reposilite's working directory.
If you are using a Java KeyStore, don't forget to specify the password via the REPOSILITE_LOCAL_KEYPASSWORD environment variable.
See https://reposilite.com/guide/ssl for more information on how to set SSL up.
- Type
null or string- Default
null- Example
"\${WORKING_DIRECTORY}/cert.pem \${WORKING_DIRECTORY}/key.pem"- Declared
- <nixpkgs/nixos/modules/services/web-apps/reposilite.nix>