Convert SSL Certificates

62 Views Asked by At

I have from comodo: - mydomain.key - mydomain.pem - private.key - request.csr

Can somebody tell me howto convert it to .p12 file? My fw integrated web server only accepting p12 files.

If this is important this is wildcard SSL certificate *.mydomain

Many thanks

1

There are 1 best solutions below

0
On

openssl pkcs12 -export -out certificate.p12 -inkey myDomain.key -in myDomain.crt