If your certificate was provided in PKCS12 format (aDocumentation Index
Fetch the complete documentation index at: https://docs.curator.interworks.com/llms.txt
Use this file to discover all available pages before exploring further.
.pfx or .p12 file), you need to extract the PEM certificate
and private key before configuring SSL. Curator bundles OpenSSL, so you can run these commands directly in PowerShell.
-
Extract the certificate:
-
Extract the private key:
-
If the
.pfxfile includes a certificate chain, extract it as well:
Note: If the.pfx/.p12file is password-protected, OpenSSL will prompt you for the import password when running these commands. The-nodesflag in step 2 produces an unencrypted private key, which is what Curator requires. If you omit-nodes(or are following a legacy workflow), the extracted key will be passphrase-encrypted ā see Removing Passphrases to remove it.