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