Skip to content

Commit 1c95ad8

Browse files
committed
Add metadata.sign.algorithm to the config-template
1 parent a16cf6e commit 1c95ad8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

config/config.php.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1163,6 +1163,7 @@ $config = [
11631163
'metadata.sign.privatekey' => null,
11641164
'metadata.sign.privatekey_pass' => null,
11651165
'metadata.sign.certificate' => null,
1166+
'metadata.sign.algorithm' => 'http://www.w3.org/2001/04/xmldsig-more#rsa-sha256',
11661167

11671168

11681169
/****************************

0 commit comments

Comments
 (0)