mirror of
https://github.com/rvtr/ctr_Repair.git
synced 2025-10-31 13:51:08 -04:00
5 lines
215 B
Batchfile
5 lines
215 B
Batchfile
openssl genrsa -out csm_key_private.pem 2048
|
|
openssl enc -d -base64 -in csm_key_private.pem -out csm_key_private.der
|
|
openssl rsa -pubout -inform DER -outform DER -in csm_key_private.der -out csm_key_public.der
|
|
|