I'm trying to sign my Android .apk using our company's code signing certificate that's in a .pfx. I'm able to convert the .pfx to a .jks fine (thanks to this answer) and can sign the .apk with it, but I saw from the Android publishing guide that the certificate should be valid until 22 October 2033. However, our code signing cert expires in 2 years.
So, is it possible to sign an .apk using a Java keystore (.jks) that's converted from a .pfx and be valid until 2033?