Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
README: Force use of named curves in example
MacOS uses LibreSSL for the OpenSSL command, and LibreSSL defaults to using explicit curve parameters rather than named curves when encoding private keys with `openssl req ...`. But the Golang x509 library does not support explicit curve parameters, causing `tesla-http-proxy` to fail with "x509: invalid ECDSA parameters". This commit fixes the problem by adding an option to the openssl command in the README that forces LibreSSL to use named curves.
- Loading branch information