Difference between revisions of "SDI Certificates"
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
The first 2 files are protected by a password. | The first 2 files are protected by a password. | ||
+ | |||
+ | = Extracting certificates and keys = | ||
+ | |||
+ | openssl pkcs12 -in PHXAT002.FRRFBA78L29B819H.firma.p12 -out firma.pem -legacy | ||
+ | (write supplied password) | ||
+ | (write new passwrd, 2 times) | ||
+ | |||
+ | openssl pkcs12 -in PHXAT002.FRRFBA78L29B819H.cifra.p12 -out cifra.pem -legacy | ||
+ | (write supplied password) | ||
+ | (write new passwrd, 2 times) |
Revision as of 17:50, 9 April 2024
Files supplied by SDI
- PHXAT002.FRRFBA78L29B819H.cifra.p12;
- PHXAT002.FRRFBA78L29B819H.firma.p12;
- CAEntrate.pem;
- sogeiunicocifra.pem;
- Sogei_SdI1.pub;
- Sogei_SdI2.pub.
The first 2 files are protected by a password.
Extracting certificates and keys
openssl pkcs12 -in PHXAT002.FRRFBA78L29B819H.firma.p12 -out firma.pem -legacy (write supplied password) (write new passwrd, 2 times) openssl pkcs12 -in PHXAT002.FRRFBA78L29B819H.cifra.p12 -out cifra.pem -legacy (write supplied password) (write new passwrd, 2 times)