I study openssl, I want: create a certificate of a certification authority and import it into a browser, as well as a certificate for the site.
I figured out that the certificate for the browser is created via makecert in crt format. And for openssl through openssl in pem format. How to convert from crt format to pem?
In short, the task: to create a certificate for firefox, so that when you start openssl s_server and connect the browser to https://127.0.0.1:4433/, the warning about an unverified certificate does not take off.