How to Export a Let’s Encrypt SSL Certificate with Private Key via MMC Console

March 15, 2025 / SSL

If you do not have the private key installed, follow these steps to resolve the issue and successfully export the Let’s Encrypt SSL certificate with its private key.

Follow the steps:

Step 1: Start MMC and Attempt to Export the Certificate:

  1. Open Microsoft Management Console (MMC).
  2. Add the Certificates snap-in.
  3. Locate the Let’s Encrypt certificate.
  4. Right-click on the certificate, select All Tasks, and click Export….
    console
  5. The Certificate Export Wizard will appear. Click Next.
    next
  6. Select Yes, export the private key.
  7. If this option is greyed out, click Cancel and proceed to the next step to import the private key.
    certificate

Step 2: Retrieve the Private Key Password from Win-ACME
Before importing the private key, you need to obtain the certificate password from the Win-ACME client.

  1. Navigate to the Win-ACME installation folder.
  2. Launch the Win-ACME client.
  3. Select A to manage renewals and press Enter.
    coomand
  4. Choose D to display renewal details and press Enter.
    command2
  5. Locate the .pfx password and copy it. Example:
    n8LVJLxx2vQrC3QB2G7cn/mdeMK/RyGMBt8ECq8GYjs=
    command3
  6. Use this password in the next step to import the private key.

Step 3: Import the Private Key in Windows

  1. Navigate to the certificate directory:
    C:\ProgramData\win-acme\acme-v02.api.letsencrypt.org\Certificates
  2. Double-click the certificate to start the Certificate Import Wizard.
    programme
  3. Select Local Machine and click Next.
    local machine
  4. The file path is automatically populated. Click Next.
    next
  5. Paste the private key password copied earlier.
  6. Check both options:
    1. Mark this key as exportable (allows backup and transportation of keys).
    2. Include all extended properties.
  7. Click Next, and allow Windows to automatically select the certificate store.yes, export
  8. Click Finish. The certificate import should be successful.

Step 4: Export the Let’s Encrypt Certificate to PFX Format

  1. Open MMC or refresh the session if already open.
  2. Navigate to Certificates snap-in.
  3. Right-click the Let’s Encrypt certificate, select All Tasks, then Export….
  4. Click Next.
  5. This time, the Yes, export the private key option should be selectable. Click Next.
    next
  6. Check the following options:
    • Include all certificates in the certification path if possible
    • Export all extended properties
    • Enable certificate privacy
  7. Click Next.
    export file
  8. Select Password, enter a secure password, and confirm it. This password is required for future imports.
  9. Click Browse to choose the export location. Ensure the filename includes the .pfx format (e.g., C:\Certs\certificate.pfx).
  10. Click Finish to complete the export process.

Your Let’s Encrypt SSL certificate is now successfully exported with its private key.

How to Export a Let’s Encrypt SSL Certificate with Private Key via MMC Console How to install a free let’s encrypt SSL certificate for a domain in Plesk

Spread the love