> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/server/it/getting-started/security-checklist.md).

# Lista di controllo per la sicurezza

Per raggiungere il massimo livello di sicurezza, è necessario attenersi alle seguenti linee guida.

Consulti pure [Rafforzamento della sicurezza di Devolutions Server](/server/it/getting-started/security-checklist/devolutions-server-security-hardening.md) per ulteriori misure di sicurezza.

{% hint style="danger" %}
Queste raccomandazioni sono valide SOLO se l'istanza di Devolutions Server è ospitata ESCLUSIVAMENTE su una intranet. È necessario coinvolgere una persona esperta di sicurezza Internet per ospitare in modo sicuro qualsiasi applicazione su Internet. È necessario proteggere il sito dagli attacchi Denial of Service utilizzando un'appliance o un modulo di sicurezza esterno a Devolutions Server.
{% endhint %}

### Generale

* Utilizzare esclusivamente l'autenticazione Windows.
* Assicurarsi che tutte le comunicazioni LDAP utilizzino [LDAP su SSL](/server/it/getting-started/security-checklist/ldap-over-ssl-ldaps.md).

### SQL Server

* Abilitare solo la ***Windows Authentication Mode***.
* Creare un account di dominio che sarà utilizzato per creare il database (VaultDBOwner), nonché un altro account che sarà utilizzato dal server web per connettersi al database (VaultDBRunner). Quest'ultimo deve disporre solo del set minimo di autorizzazioni necessarie per svolgere le proprie attività.
* Comunicare SOLO tramite una connessione crittografata, consulti [Crittografia delle connessioni a SQL Server](/server/it/getting-started/security-checklist/encrypting-connections-to-sql-server.md).

### Server web

* Configurare il pool di applicazioni per utilizzare le credenziali di dominio. Questo account sarà aggiunto a SQL Server come login e riceverà solo le autorizzazioni necessarie (VaultDBRunner).
* Distribuire i contenuti tramite SSL (https). Veda [Configurare SSL](/server/it/knowledge-base/how-to-articles/configure-ssl.md).


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.devolutions.net/server/it/getting-started/security-checklist.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
