I have a working SSL Environment in my test lab on Windows 2019. Now I need to use Apache2 on Ubuntu 22.04 to access a web server over SSL.
In which format I must export the Windows Server CA? I tried .p7b converted to pem, or a certificate exported in base64 but still not working. Getting various errors when I try to start Apache2.
Is there a guide to follow?
Thank you.