Skip to content

Commit

Permalink
Un-cherry-pick -invalidcert section (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
twifkak authored and Greg Grothaus committed May 13, 2019
1 parent 9d63e83 commit fadd618
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,21 +161,6 @@ that:
possible for attackers to exploit it without intercepting the network path,
for up to 7 days.
#### Testing productionization without a valid certificate
It is possible to test an otherwise fully production configuration without
obtaining a certificate with the `CanSignHttpExchanges` extension. `amppkg`
still needs to perform OCSP verification, so the Issuer CA must be valid (i.e. no
self-signed certificates). e.g. You can use a certificate from [Let's Encrypt](https://letsencrypt.org/).
Running `amppkg` with the `-invalidcert` flag will skip the check for
`CanSignHttpExchanges`. This flag is not necessary when using the
`-development` flag.
Chrome can be configured to allow these invalid certificates with the
*Allow Signed HTTP Exchange certificates without extension* experiment:
chrome://flags/#allow-sxg-certs-without-extension
#### Redundancy
If you need to load balance across multiple instances of `amppkg`, you'll want
Expand Down

0 comments on commit fadd618

Please sign in to comment.