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