Hi can we generate a pfx certificate with aws generated cert.pem and private.key file.
we can do this using openssl,but wanted to do the same programatically in c# to connect to mqttclient.
"openssl pkcs12 -export -in certificate.cert.pem -inkey certificate.private.key -out certificate.cert.pfx -certfile AmazonRootCA1.crt"
Any help is much appriciated.
Santosh PisipatiPosted Dec 6, 2021, 6:05 AM
Satya KarkiPosted Dec 4, 2021, 6:17 PM
Rijwan AnsariPosted Dec 4, 2021, 6:16 PM