fix: [internal] testForCABundle should return true

pull/8107/head
Jakub Onderka 2022-01-21 17:48:22 +01:00
parent 3801b63859
commit 7bf1afc093
1 changed files with 1 additions and 0 deletions

View File

@ -1860,6 +1860,7 @@ class Server extends AppModel
if ($file->ext() !== 'pem') {
return __('File has to be in .pem format.');
}
return true;
}
public function testForStyleFile($value)