All Questions
1 question
0
votes
2
answers
3k
views
unable to connect: error loading the X.509 key pair
I wrote a golang program which mTLS certs
package main
import (
"context"
"fmt"
"io"
"log"
"github.com/falcosecurity/client-go/pkg/...