Skip to content

Commit

Permalink
SSL notes update.
Browse files Browse the repository at this point in the history
  • Loading branch information
drmats committed Jan 27, 2014
1 parent 2ad5e4a commit 91bed94
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,14 +100,14 @@ the latest version.

## notes on SSL

The easiest way to generate self-signed certificate with
The easiest way to generate private key and self-signed certificate with
[OpenSSL](https://www.openssl.org/):

$ openssl req -newkey rsa:2048 -new -nodes -x509 -days 365 -keyout ssl.key -out ssl.cert

Beware that browser will complain that it can't confirm identification
and on first connection **pyfup** will log a request error
"SSLV3_ALERT_CERTIFICATE_UNKNOWN".
Beware that browser will complain that it can't confirm site's identity
and on first connection **pyfup** can log a request error
"SSLV3_ALERT_CERTIFICATE_UNKNOWN" (this behavior is user-agent dependent).



Expand Down

0 comments on commit 91bed94

Please sign in to comment.