mattjackson220 commented on a change in pull request #3534: TP Delivery Service
Generate SSL update, new letsencrypt generate and…
URL: https://github.com/apache/trafficcontrol/pull/3534#discussion_r336006070
##########
File path: traffic_ops/traffic_ops_golang/config/config.go
##########
@@ -43,8 +43,9 @@ type Config struct {
KeyPath string `json:"-"`
ConfigHypnotoad `json:"hypnotoad"`
ConfigTrafficOpsGolang `json:"traffic_ops_golang"`
- ConfigTO *ConfigTO `json:"to"`
- SMTP *ConfigSMTP `json:"smtp"`
+ ConfigTO *ConfigTO `json:"to"`
+ SMTP *ConfigSMTP `json:"smtp"`
+ ConfigLetsEncrypt `json:"lets_encrypt"`
Review comment:
yea go fmt moves those in line line that
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services