MyNixOS website logo
option

services.nextcloud.config.objectstore.s3.sseCKeyFile

If provided this is the full path to a file that contains the key to enable server-side encryption with customer-provided keys (SSE-C).

The file must contain a random 32-byte key encoded as a base64 string, e.g. generated with the command

openssl rand 32 | base64

Must be readable by user nextcloud.

Declarations
Type
null or path
Default
null
Example
"/var/nextcloud-objectstore-s3-sse-c-key"