Create a root certificate authority
Generate a root certificate authority that signs a client certificate.
In this task you use the openssl tool to create a Certificate Signing Request (CSR) and a root certificate authority. For more information about the root certificate authority, go to root certificate authority.
You can use MyRootCA.crt to encrypt data as your self-signed certificate, but users will be shown a warning that says the certificate is not trusted. If you want to have it trusted, you must create your own certificate authority (CA), and install it as a trusted certificate in the browser. Creating a certificate authority is detailed in Create a certificate authority.