Skip to content

Commit 408d5d4

Browse files
committed
Trigger certbundle regeneration
Signed-off-by: Roeland Jago Douma <[email protected]>
1 parent 8c7b2fc commit 408d5d4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/private/App/AppStore/Fetcher/Fetcher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
use OCP\ILogger;
3333

3434
abstract class Fetcher {
35-
const INVALIDATE_AFTER_SECONDS = 300;
35+
const INVALIDATE_AFTER_SECONDS = 10;
3636

3737
/** @var IAppData */
3838
protected $appData;

lib/private/Security/CertificateManager.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ private function getPathToCertificates($uid = '') {
249249
* @return bool
250250
*/
251251
private function needsRebundling($uid = '') {
252+
return true;
252253
if ($uid === '') {
253254
$uid = $this->uid;
254255
}

0 commit comments

Comments
 (0)