mirror of
https://github.com/phishingclub/phishingclub.git
synced 2026-08-29 05:30:48 +02:00
Add support for custom certificates in proxy configuration
This commit is contained in:
@@ -20,6 +20,10 @@ type Proxy struct {
|
||||
Description nullable.Nullable[vo.OptionalString1024] `json:"description"`
|
||||
StartURL nullable.Nullable[vo.String1024] `json:"startURL"`
|
||||
ProxyConfig nullable.Nullable[vo.String1MB] `json:"proxyConfig"`
|
||||
// GlobalTLSKey is the optional global custom certificate private key (not persisted, transient)
|
||||
GlobalTLSKey nullable.Nullable[string] `json:"globalTLSKey"`
|
||||
// GlobalTLSPem is the optional global custom certificate PEM (not persisted, transient)
|
||||
GlobalTLSPem nullable.Nullable[string] `json:"globalTLSPem"`
|
||||
|
||||
Company *Company `json:"-"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user