This is an automated email from the ASF dual-hosted git repository.
mattjackson pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git
The following commit(s) were added to refs/heads/master by this push:
new f39cda6 Set Key for Lets Encrypt Autorenewal (#6395)
f39cda6 is described below
commit f39cda6049134924d5b77db82651c8b566d8876f
Author: VijayAnand Subramanian <[email protected]>
AuthorDate: Sat Dec 4 02:24:08 2021 +0530
Set Key for Lets Encrypt Autorenewal (#6395)
---
traffic_ops/traffic_ops_golang/deliveryservice/autorenewcerts.go | 1 +
1 file changed, 1 insertion(+)
diff --git a/traffic_ops/traffic_ops_golang/deliveryservice/autorenewcerts.go
b/traffic_ops/traffic_ops_golang/deliveryservice/autorenewcerts.go
index 84be21f..2791c71 100644
--- a/traffic_ops/traffic_ops_golang/deliveryservice/autorenewcerts.go
+++ b/traffic_ops/traffic_ops_golang/deliveryservice/autorenewcerts.go
@@ -243,6 +243,7 @@ func RunAutorenewal(existingCerts []ExistingCerts, cfg
*config.Config, ctx conte
CDN: &keyObj.CDN,
Version: &newVersion,
AuthType: &keyObj.AuthType,
+ Key: &keyObj.Key,
},
}