cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Block SSL certificates based on valid lifetime

Jump to solution

Hi community,

 

is it possible to block SSL certificates which are valid for more than n-years?

Unfortunately I couldn't find anything suitable, yet.

Thank you very much.

1 Solution

Accepted Solutions
jacek
Reliable Contributor
Reliable Contributor
Report Inappropriate Content
Message 2 of 2

Re: Block SSL certificates based on valid lifetime

Jump to solution
Yes and no.
If you want to block certificates, which are valid for more than X days, you can use property:
SSL.Server.Certificate.DaysExpired
So to check if a certificate is valid for more than 2 years, check if DaysExpired is less than -731 (we are checking days expired, so if a certificate is valid, value will be negative).
But if a certificate was issued 2 years ago and is valid for a 1 year more, you cannot detect it as far as I know.

View solution in original post

1 Reply
jacek
Reliable Contributor
Reliable Contributor
Report Inappropriate Content
Message 2 of 2

Re: Block SSL certificates based on valid lifetime

Jump to solution
Yes and no.
If you want to block certificates, which are valid for more than X days, you can use property:
SSL.Server.Certificate.DaysExpired
So to check if a certificate is valid for more than 2 years, check if DaysExpired is less than -731 (we are checking days expired, so if a certificate is valid, value will be negative).
But if a certificate was issued 2 years ago and is valid for a 1 year more, you cannot detect it as far as I know.
You Deserve an Award
Don't forget, when your helpful posts earn a kudos or get accepted as a solution you can unlock perks and badges. Those aren't the only badges, either. How many can you collect? Click here to learn more.

Community Help Hub

    New to the forums or need help finding your way around the forums? There's a whole hub of community resources to help you.

  • Find Forum FAQs
  • Learn How to Earn Badges
  • Ask for Help
Go to Community Help

Join the Community

    Thousands of customers use our Community for peer-to-peer and expert product support. Enjoy these benefits with a free membership:

  • Get helpful solutions from product experts.
  • Stay connected to product conversations that matter to you.
  • Participate in product groups led by employees.
Join the Community
Join the Community