mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 13:29:41 +02:00
feat(ssl): enable mTLS certificates [EE-2617] (#6612)
This commit is contained in:
parent
f9f937f844
commit
dff74f0823
8 changed files with 45 additions and 64 deletions
|
@ -15,8 +15,6 @@ const (
|
|||
defaultHTTPDisabled = "false"
|
||||
defaultHTTPEnabled = "false"
|
||||
defaultSSL = "false"
|
||||
defaultSSLCertPath = "C:\\certs\\portainer.crt"
|
||||
defaultSSLKeyPath = "C:\\certs\\portainer.key"
|
||||
defaultSnapshotInterval = "5m"
|
||||
defaultBaseURL = "/"
|
||||
defaultSecretKeyName = "portainer"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue