From b917e12b621daac84cf1f2fe1b714206f289abbf Mon Sep 17 00:00:00 2001 From: andres-portainer <91705312+andres-portainer@users.noreply.github.com> Date: Thu, 15 Dec 2022 17:21:58 -0300 Subject: [PATCH] fix(fileservice): add missing interface EE-3458 (#8207) --- api/portainer.go | 1 + 1 file changed, 1 insertion(+) diff --git a/api/portainer.go b/api/portainer.go index 2c7b72aa0..2b5ce55b0 100644 --- a/api/portainer.go +++ b/api/portainer.go @@ -1338,6 +1338,7 @@ type ( CopySSLCertPair(certPath, keyPath string) (string, string, error) CopySSLCACert(caCertPath string) (string, error) StoreFDOProfileFileFromBytes(fdoProfileIdentifier string, data []byte) (string, error) + StoreMTLSCertificates(cert, caCert, key []byte) (string, string, string, error) } // GitService represents a service for managing Git