apilylabs / ophiuchi-desktop

A local https proxy server using docker as backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature] Linux support

cheeselemon opened this issue · comments

Todo:

  • find a way to trust SSL certificates over linux
  • build app for linux

up up!

Quick research reveals that copying certificates to /usr/local/share/ca-certificates/ and then running sudo update-ca-certificates allows trusting custom SSL certificates. Though this is on Ubuntu