> For the complete documentation index, see [llms.txt](https://docs.licensespring.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.licensespring.com/floating-server/floating-server-v2/configuration-and-provisioning/auto-generated-config-file-guide.md).

# Auto Generated Config File Guide

{% hint style="danger" %}
Before creating an auto-generated configuration file, the [**provisioning process**](/floating-server/floating-server-v2/configuration-and-provisioning.md) must be completed. Once provisioning is finished, the floating server will appear in the **Floating Servers** list and can then be used to generate the configuration file.
{% endhint %}

To create a configuration file for a floating server, the setup must be completed through the vendor platform. This process ensures that all required parameters are properly captured and reduces the risk of misconfiguration. Follow the steps below to generate the configuration file and download both the **.YAML file** and the **Certificate Chain**.

{% stepper %}
{% step %}

### Access the Vendor Platform

Navigate to the vendor platform and go to the **Licenses** section.

![](/files/550952dc50cfd3f2f996ee916f1007260a09b6ae)
{% endstep %}

{% step %}

### Select Floating Servers

Click on **Floating Servers**. After completing the provisioning process, all floating servers will be listed below. Click on the desired floating server from the list.

![](/files/a66bf71d490d7fc5ed49b3e6339d8fe34f703004)
{% endstep %}

{% step %}

### Create/Edit Configuration File

On the **Floating Server details** page, click **Create/Edit Config File**. A popup window will appear where you can select the **database type**. Complete all required fields based on your configuration.

See the screenshots below for examples.

![](/files/cb0e9cb2389e83df5a4d1d4d98165c96b29cde2a)

In the popup window, the **Database Type** dropdown provides two options:

* **SQLite**
* **PostgreSQL**

Examples for each option:

![](/files/b2fb1930627044d897a8098a1e9348bc1f7a9068)

![](/files/ddf87a68891b1854d1420550602c85d30cc9476b)

{% hint style="info" %}
The required fields in the configuration popup may differ depending on whether **SQLite** or **PostgreSQL** is selected. For details on the specific values needed, refer to [**Configuration & Provisioning**](/floating-server/floating-server-v2/configuration-and-provisioning.md).
{% endhint %}
{% endstep %}

{% step %}

### Download Configuration Files

#### Download YAML

Downloads the configuration file in **YAML format**.

![](/files/2e50fea78daffbccd8154ed4f0da39d8770f33e4)

#### Download Certificate Chain

Downloads the full certificate chain, including leaf, root, and intermediate certificates.

![](/files/add4e9672c1d1b321d6e71604c49740293223430)
{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.licensespring.com/floating-server/floating-server-v2/configuration-and-provisioning/auto-generated-config-file-guide.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
