How to take the daily Backup of Issuance Certification Authority?

Darshan Baban Gharve 5 Reputation points
2023-08-14T10:52:06.6566667+00:00

Hi Team,
I have taken the backup of Database & Key of My issuance CA using the CA backup option. My issuance CA have issued 15 to 20 certificates daily. We want to take the backup on daily basis. Let me know the process where the same data base can incremental on daily basis.

Windows for business | Windows Client for IT Pros | Directory services | Active Directory
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Vinodh247 35,141 Reputation points MVP Volunteer Moderator
    2023-08-16T05:13:01.8333333+00:00

    Hi Darshan Baban Gharve,

    There are steps to backup certificates using cmd line, I suggest you automate this script using scheduler to run backup everyday.

    https://blog.ahasayen.com/certification-authority-backup/


  2. Darshan Baban Gharve 5 Reputation points
    2023-08-16T06:00:27.3466667+00:00

    Dear Vinodh,

    Thanks for your answer. As I have taken backup (Both Database & Key) already hence I need to run the command for incremental only.

    Backup-CertificationAuthority.ps1 -path C:\CABackup\DailyBackup -type=Incremental -Password= "mypassword" -backupKey -backupLog -force

    Am I correct ?

    0 comments No comments

  3. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.