mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-17 10:11:10 +10:00
store certs in db
This commit is contained in:
@ -41,3 +41,12 @@ model APIToken {
|
||||
|
||||
@@index([token])
|
||||
}
|
||||
|
||||
model Certificate {
|
||||
id String @id @default(uuid())
|
||||
|
||||
privateKey String
|
||||
certificate String
|
||||
|
||||
blacklisted Boolean @default(false)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user