mirror of
https://github.com/snipe/snipe-it.git
synced 2026-02-05 21:05:39 +00:00
Merge remote-tracking branch 'origin/develop'
This commit is contained in:
@ -109,7 +109,7 @@ class SettingsSamlRequest extends FormRequest
|
||||
];
|
||||
|
||||
$pkey = openssl_pkey_new([
|
||||
'private_key_bits' => config('app.saml_key_size'),
|
||||
'private_key_bits' => (int) config('app.saml_key_size'),
|
||||
'private_key_type' => OPENSSL_KEYTYPE_RSA,
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user