You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
self.logger.info('controllerClient.createCurrentApiSessionCertificate returned cert with NotBefore time [%o][%o], it is now [%o][%o], difference of [%o]',becomesUsableTime,becomesUsableTimeString,nowTime,now,(nowTime-becomesUsableTime));
397
+
if(nowTime<becomesUsableTime){
398
+
self.logger.error('controllerClient.createCurrentApiSessionCertificate returned cert with NotBefore IN THE FUTURE',becomesUsableTimeString);
399
+
}
400
+
//
401
+
391
402
self.logger.debug('controllerClient.createCurrentApiSessionCertificate returned cert with expiryTime: [%o] expiryDate:[%o]',expiryTime,expiryDate);
0 commit comments