Back Up EFS Certificate

To back up a certificate, open the MMC console and add the Certificates snap-in. From here it is possible to browse certificates associated with a user or computer. In this case, the personal store is browsed.

  1. Right-click a certificate to back up, then select All Tasks > Export.

  1. Certificate Export Wizard appears. Click Next
  2. Select Yes, export the private key option.

  1. Select the format to export in. When exporting the private key, the .PFX format is generally a standard in Windows. If the certificate would be the only thing exported, you could export it in a .CER format instead.

  1. As the private key must remain secure, create a password for the file.

  1. Select the location and name for the exported file.

  1. Check your settings, then click Finish to complete the process.

Once the procedure is completed, a pop-up notification appears. The created .pfx file contains the exported certificate and the private key in the location specified.

You can also back up a certificate with PowerShell using the Export-Certificate cmdlet

https://git.cloudberrylab.com/egor.m/doc-help-std.git