Expand my Community achievements bar.

how to generate the required CSR request for AEM cloud?

Avatar

Level 9

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. 

1 Reply