Share via

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

3 answers

Sort by: Most helpful
  1. 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

  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 ?

    Was this answer helpful?

    0 comments No comments

  3. Vinodh247-1375 42,776 Reputation points 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/

    Was this answer helpful?


Your answer

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