apiKeys - how to get them?

Hello.
Attempts to work with API in Xibo 3.0.0 are not successful.

I receive errors with existence of keys in
\lib\Service\ConfigService.php

        $this->apiKeyPaths = [
            'publicKeyPath' => $libraryLocation . '/certs/public.key',
            'privateKeyPath' => $libraryLocation . '/certs/private.key',
            'encryptionKey' => file_get_contents($libraryLocation . '/certs/encryption.key')
        ];

These files are missing from the library folder.
apiKeys - how to get them?

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.