Question
"solved" cannot import certificate show error "The imported local certificate is invalid"
i use openssl to create certificate
and use these command to create
1-OpenSSL genrsa -aes256 -out fgcaprivkey.pem 2048 -config openssl cnf 2-openssl req -new -x509 -days 3650 -extensions v3_ca -key fgcaprivkey.pem -out fgcacert.pem
now when import local certificate show error


