Hi all, what's the Ruby OpenSSL library equivalent of the following command?
openssl pkcs12 -clcerts -nodes -in apns.p12 -out apns.pem
I've been reading through the documentation that I could find, but it's so sparsely documented and I'm not having much luck with that.
Thanks!