> For the complete documentation index, see [llms.txt](https://wiki.dolutech.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.dolutech.com/dolutech-automatic-certificate-system-dacs/instalacao-da-ferramenta.md).

# Instalação da Ferramenta

**Dolutech Automatic Certificate System (DACS)** é uma solução automatizada para emissão, renovação e gerenciamento de certificados SSL/TLS usando ACME, compatível com Let's Encrypt e ZeroSSL. Este sistema é baseado no script `acme.sh`, oferecendo uma interface simplificada e intuitiva em português.

Você pode conferir o link do GitHub do Projeto caso queira:

{% embed url="<https://github.com/dolutech/Dolutech-Automatic-Certificate-System>" %}

{% hint style="info" %}
Abaixo segue o Guia de instalação do DACS
{% endhint %}

### Requisitos

* **Sistema Operacional**: Linux/Unix
* **Dependências**: `curl`, `sh`, `crontab`

#### Clone o Repositório

Clone o repositório do GitHub para a sua máquina local:

```
git clone https://github.com/dolutech/Dolutech-Automatic-Certificate-System.git
```

#### &#x20;Navegue até o Diretório

Entre no diretório do projeto clonado:

```
cd Dolutech-Automatic-Certificate-System
```

#### Conceda Permissão de Execução

Conceda permissão de execução ao script `dacs.sh`:

```
chmod +x dacs.sh
```

#### Execute o Script

Agora você pode executar o script para iniciar o DACS:

```
./dacs.sh
```

{% hint style="info" %}
Sempre que precisar executar o script acesse a pasta cd Dolutech-Automatic-Certificate-System e execute o comando do script acima.
{% endhint %}

Com isso você terá acesso Ao menu do sistema.


---

# 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://wiki.dolutech.com/dolutech-automatic-certificate-system-dacs/instalacao-da-ferramenta.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.
