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
openssl pkcs12 -export -out certificate.p12 -inkey myDomain.key -in myDomain.crt