Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CachedCertificateService ¶
type CachedCertificateService struct {
// contains filtered or unexported fields
}
func NewCachedCertificateService ¶
func NewCachedCertificateService(certPath string, keyPath string, refreshInternal time.Duration) *CachedCertificateService
func (*CachedCertificateService) GetCertificate ¶
func (c *CachedCertificateService) GetCertificate() *tls.Certificate
func (*CachedCertificateService) Run ¶
func (c *CachedCertificateService) Run(ctx *armadacontext.Context)
Click to show internal directories.
Click to hide internal directories.