mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 20:38:55 +00:00
8db420d552
Reland of https://github.com/denoland/deno/pull/24056 that doesn't suffer from the problem that was discovered in https://github.com/denoland/deno/pull/24261. It uses upgraded `hyper` and `hyper-util` that fixed the previous problem in https://github.com/hyperium/hyper/pull/3691. |
||
---|---|---|
.. | ||
example1_cert.der | ||
example1_prikey.der | ||
example2_cert.der | ||
example2_prikey.der | ||
README |
openssl req -x509 -newkey rsa:2048 -nodes -keyout example2_prikey.pem -out example2_cert.der -subj "/C=US/ST=State/L=Locality/O=Organization/CN=example2.com" -outform der openssl pkey -in example2_prikey.pem -out example2_prikey.der -outform der