shorten very long lines

This commit is contained in:
Klas Lindfors
2015-11-25 11:11:03 +01:00
parent 60a3186d1d
commit 5a75c0383e
+4 -2
View File
@@ -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.