[rabbitmq-discuss] openssl -out issue when trying to generate key and certificates
Emile Joubert
emile at rabbitmq.com
Thu Jul 4 10:00:46 BST 2013
On 03/07/13 19:41, Luis Rodriguez wrote:
> # openssl req -x509 -config openssl.cnf -newkey rsa:2048 -days 365 \
> -out cacert.pem -outform PEM -subj /CN=MyTestCA/ -nodes
If you don't need a line continuation then remove it. The backslash is
causing the shell to treat " -out" as a single token, which is unrecognised.
-Emile
More information about the rabbitmq-discuss
mailing list