rename dynamic cert loading to be more accurate

This commit is contained in:
David Eads
2020-01-17 15:50:26 -05:00
parent 6ccfc3aecf
commit 5c2d2c5ef1
3 changed files with 27 additions and 27 deletions

View File

@@ -47,7 +47,7 @@ func newCAProvider(caFile, caKeyFile string) (*caProvider, error) {
type caProvider struct {
caValue atomic.Value
caLoader *dynamiccertificates.DynamicFileServingContent
caLoader *dynamiccertificates.DynamicCertKeyPairContent
}
// setCA unconditionally stores the current cert/key content