Errata

Learning HTTP/2

Errata for Learning HTTP/2

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Date Corrected".

The following errata were submitted by our customers and approved as valid errors by the author or editor.

Color key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted By Date submitted Date corrected
ePub
Chapter 2, Self Signed section (code snippet)

Original Code snippet:
$ openssl genrsa -out key.pem 2048
$ openssl req -new -x509 -sha256 -key privkey.pem -out cert.pem -days 365 \
-subj "/CN=fake.example.org"

---
Code snippet says to use 'privkey.pem' when generating the cert, but this is not using 'key.pem' private key generated in the line before.

Daniel M  Sep 04, 2017  Oct 27, 2017