mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-24 21:26:28 +00:00
feat: add support for external/existing certificate issuer (#2631)
This commit is contained in:
@@ -230,6 +230,11 @@ mtls:
|
||||
enabled: false
|
||||
clientCertPath: "/opt/tls/client_cert.pem"
|
||||
clientKeyPath: "/opt/tls/client_key.pem"
|
||||
existingIssuerRef:
|
||||
enabled: false
|
||||
name: ""
|
||||
kind: ""
|
||||
group: ""
|
||||
|
||||
resources: {}
|
||||
# We usually recommend not to specify default resources and to leave this as a conscious
|
||||
|
||||
Reference in New Issue
Block a user