|
Posted by MC on May 31, 2006, 7:29 am
Please log in for more thread options thanks, martin
I think this will help.
//MC
> Don't know if this is the best possible solution but you might want to
> take a closer look on certutil utility
> (http://technet2.microsoft.com/WindowsServer/en/Library/165ee684-1c3a-4cc1-9c5b-0bc1ec1e710a1033.mspx?mfr=true).
>
> Here's a little sample
>
> certutil -view -restrict "Certificate Expiration Date < 12. 6. 2006
> 13:44" -out "Issued Common Name, Issued Email Address"
>
> Then you can parse the output with some script and send mail to that
> address.
>
> Restriction list is similar to the Filter fields in MMC Certification
> Authority console (You can find them in View | Filter | Add ...).
>
> Regards
>
> Martin
>
> MC wrote:
>> Does someone know a solution to monitor user certificates (windows ca) ?
>> The system should send a notification to a user (e.g. via mail) that
>> his/her certificate will expire in x days.
>>
>> any other idea how to handle expiring smart card logon certificates when
>> it's not possible to implement automatic certificate renewals ?
>>
>> thanks
>> MC
>>
|