FeraeLabs / skunk

A person-in-the-middle proxy
MIT License
0 stars 0 forks source link

Store generated certificates #10

Open jgraef opened 5 months ago

jgraef commented 5 months ago

Currently generated certificates are only cached per session (in a HashMap). I think we should store them in a file.

If we choose to use sqlx for this too, we need to put the queries into separate crates.1