Closed AntonSmatanik closed 6 years ago
@AntonSmatanik I believe that the usage of certs you've cited out is specific to IoT. Amplify does not currently offer this functionality, although we will pass this request along. Thanks for reaching out.
This issue has been automatically locked since there hasn't been any recent activity after it was closed. Please open a new issue for related bugs.
Looking for a help forum? We recommend joining the Amplify Community Discord server *-help
channels or Discussions for those types of questions.
Is is possible to use Amplify for authentication via secrets and certificates?
With aws-iot-device-sdk I just set it like:
awsIot.device({ keyPath: awsConfig.broker.keyPath, certPath: awsConfig.broker.certPath, caPath: awsConfig.broker.caPath, host: awsConfig.broker.endpoint, clientId: uuid.v4(), baseReconnectTimeMs: awsConfig.broker.reconnect, maximumReconnectTimeMs: awsConfig.broker.maximumReconnect, })
Question is if something like this is possible with Amplify...