Zmiany pomiędzy wersją 2 and wersją 3 dla DeployerGuide/Others/DigitalSignature

Pokaż
Ignoruj:
Data i czas:
04/25/13 00:25:35 (11 years temu)
Autor:
JP (IP: 89.70.130.59)
Komentarz:

--

Legend:

Bez zmian
Dodane
Usunięte
Zmienione
  • DeployerGuide/Others/DigitalSignature

    v2 v3  
    4040# Eksport certfikatu do paczki p12 
    4141support:/usr/lib/ssl/misc# openssl pkcs12 -export -out certificate.pfx -inkey newkey.pem -in newcert.pem -certfile newcert.pem 
     42 
     43# Eksport klucza publicznego z prywatnego: 
     44openssl rsa -in newkey.pem -out public.pem -outform PEM -pubout