Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion startssl/README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down