Versions in this module Expand all Collapse all v0 v0.2.0 Dec 18, 2025 Changes in this version + type Storage struct + ApproleLoginPath string + ApproleLogoutPath string + ApproleRoleId string + ApproleSecretId string + InsecureSkipVerify bool + LockPollingInterval *certmagic_vault_storage.Duration + LockTimeout *certmagic_vault_storage.Duration + PathPrefix string + SecretsPath string + Token string + URL *certmagic_vault_storage.URL + func (s *Storage) CertMagicStorage() (certmagic.Storage, error) + func (s *Storage) GetApproleLoginPath() string + func (s *Storage) GetApproleLogoutPath() string + func (s *Storage) GetApproleRoleId() string + func (s *Storage) GetApproleSecretId() string + func (s *Storage) GetInsecureSkipVerify() bool + func (s *Storage) GetLockPollingInterval() certmagic_vault_storage.Duration + func (s *Storage) GetLockTimeout() certmagic_vault_storage.Duration + func (s *Storage) GetLogger() *zap.SugaredLogger + func (s *Storage) GetPathPrefix() string + func (s *Storage) GetSecretsPath() string + func (s *Storage) GetToken() string + func (s *Storage) GetVaultBaseUrl() string + func (s *Storage) Provision(ctx caddy.Context) error + func (s *Storage) SetLogger(logger *zap.SugaredLogger) *Storage + func (s *Storage) UnmarshalCaddyfile(d *caddyfile.Dispenser) error + func (s Storage) CaddyModule() caddy.ModuleInfo