I’m trying to import a PKCS#12 certificate and key under 7.2.2 and it’s not finding anything inside the P12 file.
/certificate/import file-name=test.p12 passphrase=fd6eef05
certificates-imported: 0
private-keys-imported: 0
files-imported: 0
decryption-failures: 0
keys-with-no-certificate: 0
I’ve double checked the file (downloaded from the RB5009 to my desktop) with openssl and all the certificate and key were all there.
I use it (with a script) to upload my LetsEncrypt certificate periodically. Worked like a charm for months, including some 7.x versions (I don’t recall last time it worked, so I’m not sure of the exact version).
Any ideas?