Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

The private key was not properly encrypted or is not a type of key we support

When I upload my zip file in Google Play Console, it is not accepted. What did I do I see this notification?

The private key was not properly encrypted or is not a type of key we support.

like image 858
Samuel Getnet Avatar asked Oct 23 '25 11:10

Samuel Getnet


2 Answers

Every time you open the page or maybe download the new PEM file it GENERATES A NEW ONE and apparently invalidating the old one.

So if you are struggling to create a private key and accidently press the button again, I think your old PEM file is not valid anymore.

So the conclusion is: you have to do it in one go.

like image 53
Dirk Boer Avatar answered Oct 26 '25 02:10

Dirk Boer


I also encountered this error, the reason is very simple but it took me a lot of time, private key file only need to upload once, instead the second upload will report this error, I have suggested Google to change this error description, too confusing.

like image 38
zhongshu Avatar answered Oct 26 '25 03:10

zhongshu