@@ -18,20 +18,24 @@ it in production.
1818
1919New configuration options:
2020
21- - ` ModuleConfig::OPTION_PROTOCOL_SIGNATURE_KEY_PAIRS ` - (required) enables defining
22- multiple protocol (Connect) related signing algorithms and key pairs.
23- - ` ModuleConfig::OPTION_FEDERATION_SIGNATURE_KEY_PAIRS ` - (required if federation
24- capabilities are enabled) enables defining multiple key pairs for
21+ - ` ModuleConfig::OPTION_PROTOCOL_SIGNATURE_KEY_PAIRS ` - (required) enables
22+ defining multiple protocol (Connect) related signing algorithms and key pairs.
23+ - ` ModuleConfig::OPTION_FEDERATION_SIGNATURE_KEY_PAIRS ` - (required if
24+ federation capabilities are enabled) enables defining multiple key pairs for
2525Federation purposes like signing Entity Statements, publishing new key for
2626key roll-ower scenarios, etc.
27- - ` ModuleConfig::OPTION_TIMESTAMP_VALIDATION_LEEWAY ` - optional, used for setting
28- allowed time tolerance for timestamp validation in artifacts like JWSs.
29- multiple Federation related signing algorithms and key pairs.
27+ - ` ModuleConfig::OPTION_VCI_SIGNATURE_KEY_PAIRS ` - (required if VCI
28+ capabilities are enabled) enables defining multiple key pairs for
29+ VCI purposes like signing Verifiable Credentials, publishing new key for
30+ key roll-ower scenarios, etc.
31+ - ` ModuleConfig::OPTION_TIMESTAMP_VALIDATION_LEEWAY ` - optional, used for
32+ setting allowed time tolerance for timestamp validation in artifacts like JWSs.
33+ multiple Federation-related signing algorithms and key pairs.
3034- Several new options regarding experimental support for OpenID4VCI.
3135
3236Major impact changes:
3337
34- - The following configuration options related to protocol (Connect)
38+ - The following configuration options related to the protocol (Connect)
3539signature algorithm and key pair are removed:
3640 - ` ModuleConfig::OPTION_PKI_PRIVATE_KEY_PASSPHRASE `
3741 - ` ModuleConfig::OPTION_PKI_PRIVATE_KEY_FILENAME `
0 commit comments