Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SSLManagerProvider ¶
type SSLManagerProvider struct {
// contains filtered or unexported fields
}
func NewSSLManagerProvider ¶
func NewSSLManagerProvider(config *SSLManagerProviderConfig) (*SSLManagerProvider, error)
func (*SSLManagerProvider) SetLogger ¶
func (m *SSLManagerProvider) SetLogger(logger *slog.Logger)
func (*SSLManagerProvider) Upload ¶
func (m *SSLManagerProvider) Upload(ctx context.Context, certPEM string, privkeyPEM string) (*core.SSLManageUploadResult, error)
Click to show internal directories.
Click to hide internal directories.