Hi, I'd like to make an HTTPS request to an internet public service but I'm failing to to setup the SSL Context Service. I tried to export my system certs to be used as truststore.
openssl pkcs12 -export -nokeys -in /etc/ssl/certs/ca-certificates.crt -out ./assets/truststore.p12 Can someone help me out with a step-by-step? Thanks
