You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by ne...@apache.org on 2017/05/10 17:21:33 UTC

[1/2] incubator-trafficcontrol git commit: we still want ccr certs

Repository: incubator-trafficcontrol
Updated Branches:
  refs/heads/master 39289d437 -> 008bd2904


we still want ccr certs


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/5f9e3c2b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/5f9e3c2b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/5f9e3c2b

Branch: refs/heads/master
Commit: 5f9e3c2b74adc904fd957f43c826992999be9a83
Parents: 39289d4
Author: Derek Gelinas <de...@cable.comcast.com>
Authored: Wed May 10 13:14:31 2017 -0400
Committer: David Neuman <da...@gmail.com>
Committed: Wed May 10 11:20:55 2017 -0600

----------------------------------------------------------------------
 traffic_ops/app/lib/API/Configs/ApacheTrafficServer.pm | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/5f9e3c2b/traffic_ops/app/lib/API/Configs/ApacheTrafficServer.pm
----------------------------------------------------------------------
diff --git a/traffic_ops/app/lib/API/Configs/ApacheTrafficServer.pm b/traffic_ops/app/lib/API/Configs/ApacheTrafficServer.pm
index 0635435..eeda9e4 100644
--- a/traffic_ops/app/lib/API/Configs/ApacheTrafficServer.pm
+++ b/traffic_ops/app/lib/API/Configs/ApacheTrafficServer.pm
@@ -1474,9 +1474,6 @@ sub ssl_multicert_dot_config {
 		my $hostname = $example_urls[0];
 		$hostname =~ /(https?:\/\/)(.*)/;
 		my $new_host = $2;
-		if ( $new_host =~ /^ccr/ || $new_host =~ /^tr/ ) {
-			next;    # Steering delivery service SSLs should not be on the edges.
-		}
 		my $key_name = "$new_host.key";
 		$new_host =~ tr/./_/;
 		my $cer_name = $new_host . "_cert.cer";


[2/2] incubator-trafficcontrol git commit: This closes #566

Posted by ne...@apache.org.
This closes #566


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/008bd290
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/008bd290
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/008bd290

Branch: refs/heads/master
Commit: 008bd2904127d8cab4981125374c81257116c38a
Parents: 5f9e3c2
Author: David Neuman <da...@gmail.com>
Authored: Wed May 10 11:21:21 2017 -0600
Committer: David Neuman <da...@gmail.com>
Committed: Wed May 10 11:21:21 2017 -0600

----------------------------------------------------------------------

----------------------------------------------------------------------