#9605 Update cert coversion instructions
Merged 3 years ago by mohanboddu. Opened 3 years ago by humaton.
humaton/releng FMW-doc-update  into  master

@@ -19,18 +19,14 @@ 

  #. Get a windows code signing key from any certification authority that is

     trusted by windows.

  

- #. Convert the .pem formatted certificate to .pvk format:

- 

-    ::

- 

-         $ openssl rsa -in key.pem -outform PVK -pvk-strong -out authenticode.pvk

  

+ #. Convert the .p7b formatted certificate to .pxf format:

  

- #. Convert the key file to .pfx format:

  

     ::

+         $ openssl pkcs7 -print_certs -in certificate.p7b -out certificate.cer

+         $ openssl pkcs12 -export -in certificate.cer -inkey authenticode.key -out authenticode.pfx -certfile CACert.cer;

  

-         $ openssl pkcs12 -export -out authenticode.pfx -inkey authenticode.key -in key.pem

  

  #. Clone the Fedora Media Writer git repo:

  

no initial comment

Pull-Request has been merged by mohanboddu

3 years ago
Metadata