boulder/akamai
Daniel 36de3bf000
Support Akamai CCU v3 API in cache-client.
This commit adds support for the Akamai CCU v3 API. See
https://developer.akamai.com/api/purge/ccu/resources.html for more information.

The V2 and V3 API are close enough to one another that we can support
both with minimal changes. A new OCSP updated configuration parameter
"AkamaiV3Network" is used to determine if the cache client should use
the V2 API or the V3 API. When empty, V2 is used. When set to either
"production" or "staging", the V3 API is used.
2018-02-21 11:41:32 -05:00
..
cache-client.go Support Akamai CCU v3 API in cache-client. 2018-02-21 11:41:32 -05:00
cache-client_test.go Support Akamai CCU v3 API in cache-client. 2018-02-21 11:41:32 -05:00