------
Transform the certificate and the private key [6]. Upload the result to the
-browser [7].
+browser [7]. Add `-legacy` to ensure algorithmic interoperability with legacy
+systems.
```
-$ openssl pkcs12 -export -inkey <name>.key -in <name>.crt -out <name>.p12
+$ openssl pkcs12 -export -legacy -inkey <name>.key -in <name>.crt -out <name>.p12
```
Renew
[5] https://unix.stackexchange.com/a/348488
[6] https://superuser.com/a/1628622
[7] https://superuser.com/a/1577753
+[8] https://stackoverflow.com/a/74792849