MC3
MC3

Reputation: 79

PHPSECLIB generate PKCS12 without openssl?

Quick question: is it possible to export a cert / key pair in PHPSECLIB directly to PKCS12 format without using OpenSSL as an intermediary? I am trying to write code without requiring any binary PHP extensions on the server and this is the last step I have not been able to do natively. Thanks!

Upvotes: 1

Views: 307

Answers (1)

neubert
neubert

Reputation: 16802

Not at present, unfortunately.

Upvotes: 2

Related Questions