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] [1]: https://github.com/launchbadge/sqlx/issues/121
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