The documentation says this: "any certificate must be a X.509 TLS certificate from a trusted certification authority (CA) with a matching 2048-bit RSA private key." But it doesnt say how.
Presumably we can use openssl, e.g.
openssl req -new -newkey rsa:2048 -nodes -keyout server.key -out server.csr
However, we dont know if this is X.509 TLS.
Does anyone have an example of a CSR generation command which works with AEM cloud?
We are using comodo, which only gives help If you know the target platform/websever.