Skip to main content

File System Certificate Storage Provider

The implementation class of the File System Certificate Storage Provider is:

com.czertainly.trident.provider.certificate.FileSystemCertificateStorage

The following properties can be configured for the File System Certificate Storage Provider:

PropertyDescriptionDefault ValueMandatory
CERT_STORAGE_BASE_DIRAbsolute path on the file system, where the certificates are store as files. The file name must follow this rule: [userId]_[keyId]. Certificates are Base64 encoded.NONEYES
warning

The system user running the SignServer must have RW permission to the CERT_STORAGE_BASE_DIR.