[Pkg-owncloud-commits] [owncloud-doc] 26/56: corrections to signing android app
David Prévot
taffit at moszumanska.debian.org
Sun Nov 15 22:37:47 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch stable8
in repository owncloud-doc.
commit 50c3d340ad071b432c3c07a7a77e0d07dacfae43
Author: Carla Schroder <carla at owncloud.com>
Date: Fri Oct 30 16:16:07 2015 -0700
corrections to signing android app
---
admin_manual/enterprise_clients/publishing_android_app.rst | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/admin_manual/enterprise_clients/publishing_android_app.rst b/admin_manual/enterprise_clients/publishing_android_app.rst
index f87c9fa..b0d4964 100644
--- a/admin_manual/enterprise_clients/publishing_android_app.rst
+++ b/admin_manual/enterprise_clients/publishing_android_app.rst
@@ -47,14 +47,18 @@ Mint, and Ubuntu Linux you need to install two packages. The first one supplies
$ sudo apt-get install openjdk-7-jre-headless
$ sudo apt-get install openjdk-7-jdk
+Plus some additional 32-bit packages::
+
+ $ sudo apt-get install libc6-i386 lib32stdc++6 lib32gcc1 lib32ncurses5
+ zlib1g:i386
+
On SUSE systems, install this package::
$ sudo zypper install java-1_7_0-openjdk-devel
It is simpler to get these on CentOS and Red Hat Enterprise Linux, as they have
-created some nice
-wrapper scripts around ``keytool`` and ``jarsigner`` that you can install
-standalone::
+created some nice wrapper scripts around ``keytool`` and ``jarsigner`` that you
+can install standalone::
$ sudo yum install keytool-maven-plugin.noarch
$ sudo yum install maven-jarsigner-plugin.noarch
@@ -105,7 +109,7 @@ must both have a password, which can be same for both. Then enter your company
information as you are prompted::
$ keytool -genkey -v -keystore acme-release-key.keystore -alias acme_key
- -keyalg RSA -keysize 2048
+ -keyalg RSA -keysize 2048 -validity 10000
Enter keystore password:
Re-enter new password:
What is your first and last name?
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git
More information about the Pkg-owncloud-commits
mailing list