I'm having trouble getting this to work. I keep getting the following error:
[Error: No key provided to sign]
Here is my config code:
CloudKit.configure({
services: {
fetch: fetch
},
containers: [{
containerIdentifier: 'iCloud.io.shakd.Command-Center',
environment: 'development',
serverToServerKeyAuth: {
keyID: "MyKeyId",
privateKeyFile: "./eckey.pem",
privateKeyPassPhrase: "MyPassPhrase"
}
}]
})
Also, what is the privateKeyPassPhrase? Is it the code that was generated in the terminal?