Questions tagged [certificate-expiry]

6 questions
78
votes
2 answers

What happens if my distribution certificate expires?

My certificate will expire in 4 days, and I've uploaded for submission new app version with the new certificate. What happens if the old certificate expires? Will users be available do download my app with old certificate, or will Apple remove my…
Timur Mustafaev
  • 4,711
  • 8
  • 59
  • 107
0
votes
1 answer

Rails: Devise Session Expiry with SessionsController < Devise::SessionsController

the Ruby on Rails Security Guide on Security, under 2.9 Session Expiry gives following example code: class Session < ApplicationRecord def self.sweep(time = 1.hour) if time.is_a?(String) time = time.split.inject { |count, unit|…
von spotz
  • 569
  • 3
  • 14
0
votes
0 answers

How to keep the cookie alive forever in Selenium scripts?

To create cookies with selenium: cookies.py import time import json from selenium import webdriver from selenium.webdriver.support.wait import WebDriverWait driver = webdriver.Chrome() target = "xxx.yyy" driver.get(target) time.sleep(60) with…
showkey
  • 449
  • 30
  • 101
  • 235
0
votes
0 answers

Handling of Expiring Certificates OCSP CRL

I've coded a simple OCSP and CRL that manages revocation of certificates. However when it comes to expired certificates I'm not sure how to handle the work flow. I'm aware that expired certificates should not be shown in the CRL so I'll delete them…
0
votes
1 answer

TLS Artefacts expiration reminders on Mule 4 Run Time Fabric and containers

How do you do? We use Mulesoft Mule 4 deployed on the RTF fabric cluster (2 RTF instances) We would like to set up reminders in order to prevent administrators before the expiration of the date of the certificates used to establish outbound TLS…
0
votes
0 answers

Read SSL PEM generated file to get certificate expiry date

I'm using https://github.com/fszlin/certes to generate an SSL PEM file and private key, but throughout the process I can't seem to see where to get the certificates expiry date (or even if it's in there). I have found the order expiry date which is…
Stuart Palmer
  • 121
  • 1
  • 1
  • 10