apache / trafficcontrol

Apache Traffic Control is an Open Source implementation of a Content Delivery Network
https://trafficcontrol.apache.org/
Apache License 2.0
1.06k stars 344 forks source link

Need update doc and support for HOST_REGEXP > 0 #1123

Open zhilhuan opened 7 years ago

zhilhuan commented 7 years ago

The current do for HOST_REGEXP > 0 is not clear (see: http://trafficcontrol.apache.org/docs/latest/admin/traffic_ops/using.html?highlight=host_regexp#delivery-service-regexp).

We thought it is similar to HOST_REGEXP = 0, but some more manual steps are needed to use HOST_REGEXP > 0 compare to HOST_REGEXP = 0. Thanks for Dave Neuman's clarification!

The document may need reword and add some examples. Attached the Q&A with Dave:


    movie.foo.bar.com”?```
    It will need to explicitly need to be a FQDN of a CNAME so `
    movie.foo.bar.com`

    ```2) I think currently the certificate generated by Traffic Ops not
    supported SAN. Does this mean we need to generate the SSL certificate from
    another place, and paste it to Traffic Ops only?```

    Yeah, if you want to create it will a SAN you will need to do it manually.
    You can do it using the Openssl command.
mitchell852 commented 3 years ago

Issue #1328 would address this potentially