__DIR__ . '/cert.pem', 'key' => __DIR__ . '/key.rsa', 'passphrase' => '', ]); $server->onRequest(new DocumentServer(__DIR__)); $server->listen();