Page MenuHomePhorge

D90.1775278539.diff
No OneTemporary

Authored By
Unknown
Size
3 KB
Referenced Files
None
Subscribers
None

D90.1775278539.diff

diff --git a/source/installation-guide/index.rst b/source/installation-guide/index.rst
--- a/source/installation-guide/index.rst
+++ b/source/installation-guide/index.rst
@@ -57,5 +57,7 @@
:maxdepth: 1
kontact-fedora
+ kontact-centos
kontact-windows
+ kontact-ubuntu
diff --git a/source/installation-guide/kolab-14/debian-7-enterprise-14.rst b/source/installation-guide/kolab-14/debian-7-enterprise-14.rst
--- a/source/installation-guide/kolab-14/debian-7-enterprise-14.rst
+++ b/source/installation-guide/kolab-14/debian-7-enterprise-14.rst
@@ -14,8 +14,8 @@
.. parsed-literal::
- deb https://mirror.kolabsys.com/debian/kolab-14/ wheezy release updates
- deb-src https://mirror.kolabsys.com/debian/kolab-14/ wheezy release updates
+ :command:`deb https://mirror.kolabenterprise.com/debian/kolab-14/ wheezy release updates`
+ :command:`deb-src https://mirror.kolabenterprise.com/debian/kolab-14/ wheezy release updates`
3. To ensure the Kolab packages have priority over the Debian packages, such as
must be the case for PHP as well as Cyrus IMAP, please make sure the APT
@@ -25,30 +25,62 @@
.. parsed-literal::
- Package: *
- Pin: origin mirror.kolabsys.com
- Pin-Priority: 501
+ :command:`Package: *`
+ :command:`Pin: origin mirror.kolabenterprise.com`
+ :command:`Pin-Priority: 501`
4. Install the client certificate and certificate authority files:
+ A. Remove the passphrase from the SSL certificate key:
+
+ .. parsed-literal::
+
+ # :command:`openssl rsa -in /path/to/private.key \\
+ -out /path/to/private.key.nopass`
+
+ B. Concatenate the certificate file and the new key file without
+ passphrase:
+
+ .. parsed-literal::
+
+ # :command:`cat /path/to/public.crt /path/to/private.key.nopass \\
+ > /path/to/mirror.kolabsys.com.client.pem`
+
+ C. Place the file :file:`mirror.kolabsys.client.pem` in
+ :file:`/etc/apt/certs/`.
+
+ D. Download the kolabenterprice mirror certificate:
+
+ .. parsed-literal::
+
+ # :command:`cd /etc/apt/certs/`
+ # :command:`wget https://ssl.kolabsys.com/mirror.kolabenterprise.com.ca.cert`
+
+ E. Correct the permissions on the private key:
+
+ .. parsed-literal::
+
+ # :command:`chown root:root /etc/apt/certs/mirror.kolabsys.com.client.pem`
+ # :command:`chmod 640 /etc/apt/certs/mirror.kolabsys.com.client.pem`
+
5. Configure **APT** to use the certificates installed in step 4 by
creating a file ``/etc/apt/apt.conf.d/71kolab`` with the following
contents:
.. parsed-literal::
- Acquire {
- https {
- mirror.kolabsys.com {
- Verify-Peer "false";
- Verify-Host "false";
- CaInfo "/etc/apt/certs/mirror.kolabsys.com.ca.cert";
-
- SslCert "/etc/apt/certs/mirror.kolabsys.com.client.pem";
- SslKey "/etc/apt/certs/mirror.kolabsys.com.client.pem";
- };
- };
- };
+ :command:`Acquire {`
+ :command:`https {`
+ :command:`mirror.kolabenterprise.com {`
+ :command:`Verify-Peer "true";`
+ :command:`Verify-Host "true";`
+ :command:`CaInfo "/etc/apt/certs/mirror.kolabenterprise.com.ca.cert";`
+
+ :command:`SslCert "/etc/apt/certs/mirror.kolabsys.com.client.pem";`
+ :command:`SslKey "/etc/apt/certs/mirror.kolabsys.com.client.pem";`
+ :command:`};`
+ :command:`};`
+ :command:`};`
6. Update the repository metadata:

File Metadata

Mime Type
text/plain
Expires
Sat, Apr 4, 4:55 AM (8 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18828158
Default Alt Text
D90.1775278539.diff (3 KB)

Event Timeline