Combine private key and public key into pfx certificate

openssl pkcs12 -export -out cert.pfx -inkey privkey.pem -in fullchain.pem
Copied!

Use your own input

If you have values you'd like to use instead of the provided variables, type or paste your data into the variable inputs below. If Javascript is enabled, your text will automatically be added to the command and you can click to copy.