-
Hi, I've got .crt and .key files from API provider and I'm not sure how to deal with them.. I've converted to .pem with these commands: but trying to create: i get an error: Thank You! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi Brasta78, Thank you for stopping by and asking questions. The Can you retry with the following method:
|
Beta Was this translation helpful? Give feedback.
Hi Brasta78,
Thank you for stopping by and asking questions. The
PemUtils.loadIdentityMaterial()
method expects either a single file containing the private key and the certificate chain. Or two separate files needs to be supplied. It looks like with your setup you should use a different method.Can you retry with the following method: