bikram990 / PyScep

A Python SCEP client and server
MIT License
8 stars 6 forks source link

Does this library takes care of automatic certificate renewal after the certificate expires #6

Closed shangarnithi closed 1 year ago

shangarnithi commented 2 years ago

Hi , Am looking for a SCEP client management tool which creates CSR and send it to the SCEP server and a certificate is returned. And same developed application to monitor the expiry date and renew the certificate before expiry. Can you please share me a sample code which i can use as a base. Am beginner in python and SCP applications.

Thanks in Advance

shangarnithi@gmail.com

bikram990 commented 2 years ago

This library can help you interact with a SCEP server, you will have to build the business logic to renew the certificates before expiry.

bikram990 commented 1 year ago

Closing this issue as its out of scope of this library.