Manage client certificate renewal

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a CA server and I am issuing certificates to my extranet customers. How can I automate a renewal email to the customer before the certificate get expired

I have searched for at tool for this but I can't find anything

B
Jonas
 
Do you really want to renew? Will re-enrollment not suffice? Are you worried
that customer may loose old certificate and keys? Will the old certificate
and key affect your operations?

Thanks,
Vishal[MSFT]

--
This posting is provided "AS IS" with no warranties, and confers no rights
Jonas said:
I have a CA server and I am issuing certificates to my extranet customers.
How can I automate a renewal email to the customer before the certificate
get expired?
 
What is the pros and cons for renew and re-enrollment

How do I do re-enrollment

I don't think users will loose the certificate too often, so I can revoke it if someone does

Regard
Jona

----- Vishal Agarwal[MSFT] wrote: ----

Do you really want to renew? Will re-enrollment not suffice? Are you worrie
that customer may loose old certificate and keys? Will the old certificat
and key affect your operations

Thanks
Vishal[MSFT

--
This posting is provided "AS IS" with no warranties, and confers no right
Jonas said:
I have a CA server and I am issuing certificates to my extranet customers
How can I automate a renewal email to the customer before the certificat
get expired
 
Re-enrollment is same as enrollment. So whatever mechanism you are using to
enroll today can be used as re-enrollment.

--
This posting is provided "AS IS" with no warranties, and confers no rights
Jonas said:
What is the pros and cons for renew and re-enrollment?

How do I do re-enrollment?

I don't think users will loose the certificate too often, so I can revoke it if someone does.

Regards
Jonas

----- Vishal Agarwal[MSFT] wrote: -----

Do you really want to renew? Will re-enrollment not suffice? Are you worried
that customer may loose old certificate and keys? Will the old certificate
and key affect your operations?

Thanks,
Vishal[MSFT]

--
This posting is provided "AS IS" with no warranties, and confers no rights
Jonas said:
I have a CA server and I am issuing certificates to my extranet
customers.
How can I automate a renewal email to the customer before the certificate
get expired?
 
OK! But I need a way to notify the users to renew their certificates before they expire

If I buy a certificate from Verisign they will send me an email one month before the certificate expire. How can I do this

regard
Jonas
 
You will have to write your own custom tool to do this. If you are using
Microsoft CA, you may want to look at ICertView interface, that provides
access to the database. You can go through each entry in the database and
verify if the certificate is about to expire.

Thanks,
Vishal[MSFT]

--
This posting is provided "AS IS" with no warranties, and confers no rights
Jonas said:
OK! But I need a way to notify the users to renew their certificates before they expire.

If I buy a certificate from Verisign they will send me an email one month
before the certificate expire. How can I do this?
 
Back
Top