Refresh Delivery Service SSL Keys form after updating certificate (#7558)

Refresh Delivery Service SSL Keys form after renewing certificate
1 file changed
tree: c11113e88a70d4b03c996ca287f891b248733f97
  1. .github/
  2. blueprints/
  3. build/
  4. cache-config/
  5. dev/
  6. docs/
  7. experimental/
  8. grove/
  9. infrastructure/
  10. lib/
  11. licenses/
  12. misc/
  13. tc-health-client/
  14. test/
  15. tools/
  16. traffic_control/
  17. traffic_monitor/
  18. traffic_ops/
  19. traffic_ops_db/
  20. traffic_portal/
  21. traffic_router/
  22. traffic_server/
  23. traffic_stats/
  24. vendor/
  25. .asf.yaml
  26. .codecov.yml
  27. .dependency_license
  28. .env
  29. .gitignore
  30. .golangci.yml
  31. .mailmap
  32. BUILD.md
  33. CHANGELOG.md
  34. CODE_OF_CONDUCT.md
  35. CONTRIBUTING.md
  36. doap_Traffic_Control.rdf
  37. docker-compose.yml
  38. go.mod
  39. go.sum
  40. GO_VERSION
  41. LICENSE
  42. Makefile
  43. NOTICE
  44. pkg
  45. pkg.ps1
  46. PULL_REQUEST_TEMPLATE.md
  47. README.md
  48. SECURITY.md
  49. VERSION
README.md

Apache Traffic Control

Apache Traffic Control allows you to build a large scale content delivery network using open source. Built around Apache Traffic Server as the caching software, Traffic Control implements all the core functions of a modern CDN.

Slack Twitter Follow Youtube Subscribe

GitHub release (latest SemVer) Github commits since release

Build Status [^1]

Build Status Documentation Status

Code Status [^1]

Weasel License Checks Go Formatting Go Vet
CodeQL - C++
CodeQL - Go
CodeQL - Java
CodeQL - Javascript
CodeQL - Python

Test Status [^1]

ComponentUnit TestsIntegration Tests
Go LibrariesGo Lib Unit Tests Codecov-
Traffic OpsTraffic Ops Unit Tests CodecovTO Go Client Integration Tests Codecov
Traffic RouterTraffic Router Tests CodecovTR Ultimate Test Harness
Traffic MonitorTraffic Monitor Unit Tests CodecovTM Integration Tests
T3CT3C Unit Tests CodecovT3C Integration Tests
Traffic StatsTraffic Stats Unit Tests Codecov-
GroveGrove Unit Tests Codecov-
Traffic Portal-TP Integration Tests
TCHC-TC Health Client Integration Tests

Documentation [^2]

Components [^2]

  • Traffic Ops is the RESTful API service for management and monitoring of all servers in the CDN.
  • Traffic Portal is the web GUI for managing and monitoring the CDN via the Traffic Ops API.
  • Traffic Router uses DNS and HTTP302 to redirect clients to the closest available cache on the CDN.
  • Traffic Monitor uses HTTP to poll the health of caches and provide this information to Traffic Router.
  • Traffic Stats acquires and stores real-time metrics and statistics into an InfluxDB for charting and alerting.

Releases

Downloads

Questions, Comments, Bugs and More

[^1]: *Status links point to the unreleased master branch

[^2]: Documentation links point to the latest which is the unreleased master branch and are neither stable nor necessarily accurate for any given supported release.