From 699373935b100db859c3e1804b987d5e760de7e1 Mon Sep 17 00:00:00 2001 From: Tebbe Ubben Date: Wed, 1 May 2019 16:57:12 +0200 Subject: [PATCH] Fix typo --- revoking_leaked_apks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/revoking_leaked_apks.md b/revoking_leaked_apks.md index 33fc64b429..13a119a539 100644 --- a/revoking_leaked_apks.md +++ b/revoking_leaked_apks.md @@ -1,5 +1,5 @@ ## Revoking leaked APKs -In order to revoke a leaked APK, you need to extract the certificate first. This can be done by extracting the file ``META-INF\CERT.RSA``. Open a terminal and run ``keytool -printcert -file CERT.RSA`` to get the SHA-256 fingerprint. They ``keytool`` utility is part of every JDK installation. +In order to revoke a leaked APK, you need to extract the certificate first. This can be done by extracting the file ``META-INF\CERT.RSA``. Open a terminal and run ``keytool -printcert -file CERT.RSA`` to get the SHA-256 fingerprint. The ``keytool`` utility is part of every JDK installation. ``` > keytool -printcert -file CERT.RSA Owner: O=AndroidAPS