リージョン・リポジトリへのアクセス

コンピュート・インスタンスのユーザーは、リポジトリ内のRPMにアクセスする必要があります。 動作させるために必要なステップは何ですか。

  • ローカルyumリポジトリ構成の変更

  • CAチェーンの受入れ - インスタンスは、外部クライアントとしてTLS信頼を確立する必要があります

    The CA trust information is available here:
    https://iaas.system-name.domain-name/cachain
    
    example (using broom6.us.oracle.com):
    $ curl -k -sS -o external_ca.crt --noproxy "*" https://iaas.broom6.us.oracle.com/cachain
    
    So, you now have a file: external_ca.crt, which contains the TLS trust info for the PCA 3.0 External CA for that rack.