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
I wondered whether it will generate the same cert if the expired time is the same, in that case we can make it generate a different one every decade by using something like: -NotAfter (Get-Date -date "2020-12-31" -year ((Get-Date).year + (10 - (Get-Date).year % 10))) where the year will be 2030, 2040, so on.
Reference: master...izzy2lost:ppsspp:master
The text was updated successfully, but these errors were encountered: