superfly / fly

Deploy app servers close to your users. Package your app as a Docker image, and launch it in 17 cities with one simple CLI.
https://fly.io
985 stars 48 forks source link

Support client certificates in fetch #222

Closed michaeldwan closed 5 years ago

michaeldwan commented 5 years ago
fetch("https://example.com", {
  certificate: {
    cert: "...",
    key: "...",
    ca: ["..."],
  }
})

Use secrets for storing certificate data in production.