From 031b8d64d28fc763f1218b95a3e047aa4ff00b6f Mon Sep 17 00:00:00 2001 From: Christian Sturm Date: Mon, 8 Sep 2014 23:03:28 +0200 Subject: [PATCH] add openssl option to use SHA2 --- startssl/README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/startssl/README.markdown b/startssl/README.markdown index 4b2767a..db26741 100644 --- a/startssl/README.markdown +++ b/startssl/README.markdown @@ -8,7 +8,7 @@ The CA which we'll use is StartSSL. They provide basic certificates for free, al A keypair can be generated with OpenSSL: - openssl req -new -newkey rsa:2048 -keyout example.com.key -nodes -out example.com.csr + openssl req -new -sha256 -newkey rsa:2048 -keyout example.com.key -nodes -out example.com.csr This command will prompt you for a country name, state name etc. *All of this can be ignored*. Just hit enter to accept the defaults because StartSSL doesn't use that information.