You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2018/09/17 22:24:31 UTC

[GitHub] rawlinp commented on a change in pull request #2829: Fix TO Go DS SSL key to also create latest version

rawlinp commented on a change in pull request #2829: Fix TO Go DS SSL key to also create latest version
URL: https://github.com/apache/trafficcontrol/pull/2829#discussion_r218247072
 
 

 ##########
 File path: traffic_ops/traffic_ops_golang/deliveryservice/sslkeys.go
 ##########
 @@ -51,6 +51,8 @@ func GenerateSSLKeys(w http.ResponseWriter, r *http.Request) {
 	api.WriteResp(w, r, "Successfully created ssl keys for "+*req.DeliveryService)
 }
 
+const DSSSLKeyVersionLatest = `latest`
 
 Review comment:
   this is already a constant as `riaksvc.DefaultDSSSLKeyVersion`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services