services.reposilite.settings.keyPath
NixOS option
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 stringDefault
null
Example
declared in: nixos/modules/services/web-apps/reposilite.nixView source on NixOS/nixpkgs →"\${WORKING_DIRECTORY}/cert.pem \${WORKING_DIRECTORY}/key.pem"