You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo 'ERROR: Unable to export private key.', PHP_EOL;
88
+
}
89
+
} else {
90
+
echo 'ERROR: Unable to read the cert store.', PHP_EOL;
91
+
}
86
92
```
87
93
88
94
Con el código anterior se convierte el certificado en formato P12 `certificado.pfx` al formato PEM (`certificado.pem`). El nuevo certificado está protegido con la misma contraseña del certificado P12 original.
0 commit comments