From abcefd17d24ab56fae30df37e2a88163fd9a4dc8 Mon Sep 17 00:00:00 2001 From: Maarten de Waard <maarten@greenhost.nl> Date: Mon, 12 Jul 2021 12:03:11 +0200 Subject: [PATCH] tiny changes --- docs/installation_instructions.rst | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/docs/installation_instructions.rst b/docs/installation_instructions.rst index 090156978..2ae877705 100644 --- a/docs/installation_instructions.rst +++ b/docs/installation_instructions.rst @@ -163,21 +163,6 @@ you already have a machine with a world-facing IP address. Make sure that your VPS meets our `prerequisites <#prerequisites>`__. You'll need its *hostname* and its *IP address*. -.. note:: - You can use the ``--acme-staging`` argument for testing - purposes. If you are automating this, please use this to ensure you - use "staging" certificates from Let's Encrypt, to reduce the stress - on their servers. However, ONLYOFFICE and single sign-on integration - require valid (live) certificates to work properly so please don't - use this option by default. - -If you want your cluster to be reachable under the fully qualified -domain name (``FQDN``) ``oas.example.org``, the corresponding parameters -would be: - -- ``--subdomain``: ``oas`` -- the ``DOMAIN`` positional argument: ``example.org`` - Create the OpenAppStack settings for your VPS by running the following command: @@ -189,6 +174,13 @@ command: --subdomain oas \ example.org +This configures your cluster under the fully qualified domain name +``oas.example.org``, the corresponding parameters would be: + +- ``--subdomain``: ``oas`` +- the ``DOMAIN`` positional argument: ``example.org`` + + DNS entries ''''''''''' -- GitLab