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:
Property | Description | Default Value | Mandatory |
---|---|---|---|
CERT_STORAGE_BASE_DIR | Absolute 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. | NONE | YES |
warning
The system user running the SignServer must have RW permission to the CERT_STORAGE_BASE_DIR
.