How to implement MTLS in a Shopify node app?

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()
)