Digital Certificate Management: Certman - KGeorgios/certman GitHub Wiki

Welcome to the certman wiki!

Certman is an attempt to automate bulk issuing on certificates on Microsoft Registration Authority Servers. Under normal circumstances this can only happen by using the web interface provided by the RA. Digging deep into the certutil utility (of which certman is a wrapper) I managed to discover all elements that are required to call the RA server and issue certificates with template of your choice.

Possible additions/improvements:

  • A script to check certificates expiring soon
  • Possible conversion to binary instead of using several utilities
  • Addition of more cert utilities
  • Parallel explanation of how certificates work, especially in the MS environment