We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46dc9ff commit 4ce25afCopy full SHA for 4ce25af
1 file changed
doc/conversioneCertificatoP12toPEM.rst
@@ -1,13 +1,3 @@
1
Guida per generare certificato PEM per uso esercenti 18App in ambiente PHP
2
3
- 1) openssl pkcs12 -in pathcertificato.p12 -out newfile.crt.pem -clcerts -nokeys
4
- inserire la password del certificato P12 quando richiesto
5
-
6
- 2) openssl pkcs12 -in pathcertificato.p12 -out newfile.key.pem -nocerts -nodes
7
8
9
- 3) Una volta ottenuto il certificato e la chiave privata :
10
- openssl pkcs12 -in pathcertificato.p12 -out newfile.pem
11
- quando richiesto creare una nuova passphrase per il certificato appena creato
12
13
- 4) Conversione effettuata
+openssl pkcs12 -in AAAAAA00H01H501P.p12 -out certificatodiprova.pem
0 commit comments