feat: added mTLS auth for beacons
This commit is contained in:
@@ -107,7 +107,7 @@ pub async fn add_template(
|
||||
let db = expect_context::<SqlitePool>();
|
||||
|
||||
let listener = sqlx::query!(
|
||||
"SELECT certificate, privkey FROM beacon_listener WHERE listener_id = ?",
|
||||
"SELECT domain_name, certificate, privkey FROM beacon_listener WHERE listener_id = ?",
|
||||
listener_id
|
||||
)
|
||||
.fetch_one(&db)
|
||||
|
||||
Reference in New Issue
Block a user