We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
openssl req -x509 -sha384 -newkey rsa:4094 -keyout certificate.key -out certificate.crt -days 1 -nodes -subj '/CN=Release Cliqz MAR signing key'
openssl x509 -inform pem -in certificate.crt -outform der -out pubkey.der
openssl pkcs12 -export -out certificate.pfx -inkey certificate.key -in certificate.crt
Useful material: