From 5a75c0383ed15eee7a555b2ea1d2415b67726b25 Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Wed, 25 Nov 2015 11:11:03 +0100 Subject: [PATCH] shorten very long lines --- doc/Android_code_signing.adoc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/Android_code_signing.adoc b/doc/Android_code_signing.adoc index a5774e3..74648ed 100644 --- a/doc/Android_code_signing.adoc +++ b/doc/Android_code_signing.adoc @@ -35,7 +35,8 @@ b. Import the key and cert (PKCS12 format) in slot 9a: 3. Check that keytool can see the key: - $ keytool -providerClass sun.security.pkcs11.SunPKCS11 -providerArg /tmp/pkcs11_java.cfg -keystore NONE -storetype PKCS11 -list + $ keytool -providerClass sun.security.pkcs11.SunPKCS11 -providerArg /tmp/pkcs11_java.cfg \ + -keystore NONE -storetype PKCS11 -list Enter keystore password: Keystore type: PKCS11 @@ -50,7 +51,8 @@ Password here is the PIN of the key (default 123456). 4. Sign the apk with jarsigner: - $ jarsigner -providerClass sun.security.pkcs11.SunPKCS11 -providerArg /tmp/pkcs11_java.cfg -keystore NONE -storetype PKCS11 app.apk "Certificate for PIV Authentication" + $ jarsigner -providerClass sun.security.pkcs11.SunPKCS11 -providerArg /tmp/pkcs11_java.cfg \ + -keystore NONE -storetype PKCS11 app.apk "Certificate for PIV Authentication" Enter Passphrase for keystore: jar signed.