Zmiany pomiędzy wersją 2 and wersją 3 dla DeployerGuide/Others/DigitalSignature
- Data i czas:
- 04/25/13 00:25:35 (12 years temu)
Legend:
- Bez zmian
- Dodane
- Usunięte
- Zmienione
-
DeployerGuide/Others/DigitalSignature
v2 v3 40 40 # Eksport certfikatu do paczki p12 41 41 support:/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: 44 openssl rsa -in newkey.pem -out public.pem -outform PEM -pubout