エージェント構成のサンプル
次の例は、Secure Credential Storeのエージェント構成プロパティを示しています。詳しくは、エージェント固有の構成プロパティドキュメントを参照してください。
Java エージェント構成
<?xml version="1.0" encoding="UTF-8"?>
<controller-info>
...
<!-- Encrypted account access key -->
<account-access-key>r9iDWPzHRCNDM1B6KTag4A/cA5B4pouVPkv48ovRm6c=</account-access-key>
<!-- Encrypted Controller keystore / agent trust store password -->
<controller-keystore-password>Tw49bd0hdCMBoQ5pfMMuYA/cA5B4pouVPkv48ovRm6c=</controller-keystore-password>
<!-- Enable the Secure Credential Store -->
<use-encrypted-credentials>true</use-encrypted-credentials>
<!-- Path to they secure credential keystore -->
<credential-store-filename>/opt/appdynamics/secretKeyStore</credential-store-filename>
<!-- Obfuscated secure credential keystore password -->
<credential-store-password>n/8GvAZsKk4gM3Z6g+XQ1w==</credential-store-password>
...
</controller-info>
分析エージェント構成
例ad.credential.store.filename=/opt/appdynamics/secretKeyStore
ad.credential.store.password=s_gsnwR6+LDch8JBf1RamiBoWfMvjjipkrtJMZXAYEkw8= FIPS 準拠ユーザーの例 ad.credential.store.filename=/opt/appdynamics/secretKeyStore
ad.credential.store.password=s_gsnwR6+LDch8JBf1RamiBoWfMvjjipkrtJMZXAYEkw8=
ad.credential.store.format=FIPS マシンエージェント構成
<?xml version="1.0" encoding="UTF-8"?>
<controller-info>
...
<!-- Encrypted account access key -->
<account-access-key>-001-24-fr9OWDSaQ2KDpaaHDfXDag==DFiWMukAzjQgj+Ba9XIt0bqn+HIG3F5dYu1IbiQCslHkJ+6nCIxCQOQT4w2VP2WG</account-access-key>
<use-encrypted-credentials>true</use-encrypted-credentials>
<credential-store-filename>/opt/appdynamics/secretKeyStore</credential-store-filename>
<credential-store-format>PKCS12</credential-store-format>
<credential-store-password>s_-001-12-it4fyuDG9hg=hBRnCU+i+o81yG5rIqopog==</credential-store-password>
...
</controller-info>