You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CONFIG.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,10 +58,7 @@ fleet_control:
58
58
retries: 3# Number of retries if the authentication fails.
59
59
fleet_id: "some-id"# Fleet identifier.
60
60
signature_validation:
61
-
certificate_server_url: "https://newrelic.com/"# Server to obtain the certificate for signature validation.
62
61
public_key_server_url: "https://publickeys.newrelic.com/signing/blob-management/GLOBAL/AgentConfiguration"# Server to obtain the public key for signature validation.
63
-
certificate_pem_file_path: "/some/certificate/"# Optional, if set it uses a local certificated instead of fetching it from 'certicate_server_url'.
64
-
enabled: true # Defaults to true, allows disabling the signature validation.
0 commit comments