mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05: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.
4 lines
248 B
Text
4 lines
248 B
Text
|
|
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
|