Updating Details of a Configured CDN

Update the details of a configured CDN in Media Streams.

    1. On the Distribution channels list page, select the compartment that contains the distribution channel for which you want to update the CDN configuration. If you need help finding the list page, see Creating a Distribution Channel.
    2. Select the name of the channel that contains the configuration that you want to update.
    3. On the details page, select CDN configuration.
      The current configuration is displayed.
    4. Select Next.
    5. Select Edit.
    6. In the CDN configuration section, provide the following details (OCI Edge or Akamai):
      • Enter a name for the CDN configuration.
      • Select the configuration type for the CDN. If you select Akamai, provide the following details:
        • Edge hostname: The host name of the CDN edge server used for building CDN URLs.
        • Edge path prefix: The path to prepend when building CDN URLs.
        • Edge auth token: Select if the token authentication must be used at the CDN edge.
        • Edge token key: The encryption key to use for edge token authentication.
        • Edge token salt: The salt to use when encrypting authentication token.
        • Authentication secret key A: The shared secret key A for precise key rotation.
        • Authentication secret key A nonce: The Nonce identifier for originAuthSecretKeyA (used to determine the key for signing).
        • Authentication secret key B: The shared secret key B for precise key rotation.
        • Authentication secret key B nonce: The Nonce identifier for originAuthSecretKeyB (used to determine key for signing).
    7. Select Next, and then select Update.
  • Use the update-akamai-stream-cdn-config command or the update-edge-stream-cdn-config command, and required parameters to update the CDN configuration:

    oci media-services stream-cdn-config update-akamai-stream-cdn-config [OPTIONS]
    oci media-services stream-cdn-config update-edge-stream-cdn-config [OPTIONS]

    For a complete list of parameters and values for CLI commands, see the CLI Command Reference.

  • Run the UpdateStreamCdnConfig operation to update the configuration of a CDN.