Export SST

sov44 0 Reputation points
2023-04-01T20:36:59.36+00:00
Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,617 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Limitless Technology 43,931 Reputation points
    2023-04-03T12:37:45.5733333+00:00

    Hello there,

    There are no Windows native tool for this.

    You can write an powershell script and use task scheduler to automate this process. Below are the steps which you must achieve with your script.

    Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CertSvc\Configuration, right click the Root CA name and select Export.

    Select Export

    Select the path to store the file, specify the File name and click Save.

    Specify the File name and click Save

    In the chosen location you should see three files:

    the CA database (DataBase folder)

    the exported CA certificate

    the exported registry file

    Hope this resolves your Query !!

    --If the reply is helpful, please Upvote and Accept it as an answer--

    0 comments No comments

  2. sov44 0 Reputation points
    2023-04-03T13:59:44.8333333+00:00

    Hello!

    Unfortunately, CertSvc is missing from the registry. Win10x64. 2023-04-03 16 56 29

    0 comments No comments