How to implement MTLS in a Shopify node app?

How to implement MTLS in a Shopify node app?

Merish_Ahmed
Visitor
2 0 0

Hello there,

I have built a payment app, and now I am stuck on the mtls configuration step

Is there a way to enable Shopify CA from the app side using normal node https create server

https.createServer({
 
    ca: [ShopifyCA, ShopifySecCA],
  },
  server.callback()
)
Replies 0 (0)