Skip to content

Commit

Permalink
[minor typo] Missing n on OpenSSL
Browse files Browse the repository at this point in the history
  • Loading branch information
julianduque committed Jan 16, 2014
1 parent 386c5eb commit 253c096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/faq/index.md
Expand Up @@ -410,7 +410,7 @@ $ jitsu start
``` ```


## How to generate a SSL CSR (Certificate Signing Request) for my Custom Domain? ## How to generate a SSL CSR (Certificate Signing Request) for my Custom Domain?
You'll need to install [OpeSSL](http://www.openssl.org) in your OS, you can install it with homebrew (Mac OSX) with `brew install openssl` or in Linux (Debian/Ubuntu) with `[sudo] apt-get install openssl`, or download the following binary distrubution for Windows [OpenSSL for Windows](http://www.slproweb.com/products/Win32OpenSSL.html). You'll need to install [OpenSSL](http://www.openssl.org) in your OS, you can install it with homebrew (Mac OSX) with `brew install openssl` or in Linux (Debian/Ubuntu) with `[sudo] apt-get install openssl`, or download the following binary distrubution for Windows [OpenSSL for Windows](http://www.slproweb.com/products/Win32OpenSSL.html).


You can generate your CSR with the following command: You can generate your CSR with the following command:
``` ```
Expand Down

0 comments on commit 253c096

Please sign in to comment.