• /
  • Log in
  • Free account

Certificate signed by unknown authority

Problem

You are getting the message x509: certificate signed by unknown authority.

Solution

You need to ensure your signed certificates are properly configured. To do so, use the following variables in the DaemonSet portion of your manifest to set the .pem file:

- name: NRIA_CA_BUNDLE_DIR 
  value: YOUR_CA_BUNDLE_DIR 
- name: NRIA_CA_BUNDLE_FILE  
  value: YOUR_CA_BUNDLE_NAME

YAML key path: spec.template.spec.containers.name.env

For more help

If you need more help, check out these support and learning resources:

Create issueEdit page
Copyright © 2021 New Relic Inc.