Introduction:
You downloaded Yosemite or El Capitan Mac OS X and decided to install it a month or so later. As you start to install it and you get the error message:
“This copy of the Install OS X Yosemite(El Capitan) application can’t be verified. It may have been corrupted or tampered with during downloading.”

Reason:
The certificate of this copy of the installation app has run out. I don’t know for how long the certificate is but there is a way out.

Solution:
You set your system date/time to slightly later(one day or so) than the Modification Date/Time of the Installation app.
This way the app will ‘think’ that the certificate has not expired and let you install the new system. If the system is really too old then you can update it via Apple App Store after the installation.

List of MacOS X Versions and release dates:

  • OS X 10 beta: Kodiak – 13 September 2000
    OS X 10.0: Cheetah – 24 March 2001
    OS X 10.1: Puma – 25 September 2001
    OS X 10.2: Jaguar – 24 August 2002
    OS X 10.3 Panther (Pinot) – 24 October 2003
    OS X 10.4 Tiger (Merlot) – 29 April 2005
    OS X 10.4.4 Tiger (Chardonnay)]
    OS X 10.5 Leopard (Chablis) – 26 October 2007
    OS X 10.6 Snow Leopard – 28 August 2009
    OS X 10.7 Lion (Barolo) – 20 July 2011
    OS X 10.8 Mountain Lion (Zinfandel) – 25 July 2012
    OS X 10.9 Mavericks (Cabernet) – 22 October 2013
    OS X 10.10: Yosemite (Syrah) – 16 October 2014
    OS X 10.11: El Capitan (Gala) – 30 September 2015
    macOS 10.12: Sierra (Fuji) – 20 September 2016
    macOS 10.13: High Sierra (Lobo) – 25 September 2017
    macOS 10.14: Mojave (Liberty) – 24 September 2018
    macOS 10.15: Catalina (Jazz) – 7 October 2019
    macOS 11: Big Sur –
  • Steps:
    1) Take a look at the Modification date of the Installation app (Install OS X El Capitan.app) by right click on the application and selecting ‘Get Info’
    2) Start you Utilities application called Terminal and use the following command to set the system date/time slightly later than the Modification Date/time. I used one day later and it worked fine:
    Syntax:
    sudo date {month}{day}{hour}{minute}{year}
    Every bracket should be replaced with a two-digit number. For example, March 18th 2013 12:50 would become the following command:
    sudo date 0318125013

    Then restart the installation and it should not display this error any more.