- based on Collectd/InfluxDB and Grafana
- keep history
- graph queries and monitor disk space
Now Available
Automate certificate revocation on a Microsoft PKI
The purpose of this script is to automate your certificate revocation on a Microsoft PKI. The script uses the powershell module PSPKI. To install it, run the following command :
1 |
PS> Install-Module -Name PSPKI |
This module is intended to simplify various PKI and…