After studying some instructions I've managed to setup a reverse proxy server with Apache for the first time. My problem is that I need to share a certificate to the users that are suppose to login to a secure site without having the certificate installed locally on their PC.
I've received a certificate for this but it's a .p12 file and it seems like I need a .crt and .key file if I understand the apache documentation correctly.
I would like to know if it's possible to share the .p12 certificate somehow or if I need to convert the file into .crt and .key somehow?
Thankful for any tips and example code.