> For the complete documentation index, see [llms.txt](https://docs.scepman.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.scepman.com/pt/gestao-de-certificados/certificate-master/certificate-signing-request-csr.md).

# Pedido de assinatura de certificado (CSR)

{% hint style="warning" %}
apenas na Edição Enterprise do SCEPman
{% endhint %}

Muitos aparelhos, serviços Web e ferramentas oferecem a opção de gerar um par de chaves e um Pedido de Assinatura de Certificado (CSR). O CSR é semelhante a um certificado X.509, mas carece da assinatura de uma CA. Contém um Assunto e pode conter extensões X.509 como Usos de Chave, Usos de Chave Estendidos ou Restrições Básicas. Uma CA pode modificar ou adicionar qualquer uma destas propriedades ao emitir um certificado com base num CSR. Como alternativa ao CSR, pode [gerar um certificado incluindo a chave privada ](/pt/gestao-de-certificados/certificate-master/tls-server-certificate-pkcs-12.md)com o Certificate Master também.

Ao submeter um CSR através de SCEPman Certificate Master, o Assunto é transferido tal como está para o certificado. As seguintes extensões são transferidas:

* Nomes Alternativos do Assunto (SANs)
* Uso da Chave
* Uso Estendido da Chave

O SCEPman descarta quaisquer outras extensões do CSR. Algumas extensões são adicionadas a todos os certificados, como Restrições Básicas (indicando que se trata de um certificado folha), Acesso à Informação da Autoridade (AIA), Identificador da Chave da Autoridade e Identificador da Chave do Assunto.

Se tiver um CSR à mão, navegue para **Submeter CSR** no menu superior do SCEPman Certificate Master. Pode copiar e colar o CSR em formato PEM (ou seja, texto) na caixa de texto, ou arrastar e largar o ficheiro CSR em formato binário ou PEM para a área cinzenta na parte inferior. Pode também utilizar a ligação Browse para selecionar um ficheiro CSR em formato binário e PEM. Ao utilizar a caixa de texto, tem de clicar no botão Submit depois para emitir o certificado, enquanto carregar um ficheiro CSR emite o certificado imediatamente. O seu navegador fará o download do certificado em formato codificado em DER.

<figure><img src="https://3802289327-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LoGejQeUQcw7lqnQ3WX%2Fuploads%2FycJv12QPefhFEY6xPTXE%2Fimage.png?alt=media&amp;token=48ed0030-b53b-4748-8c5b-4c6ba7b2d90d" alt=""><figcaption></figcaption></figure>


---

# 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.scepman.com/pt/gestao-de-certificados/certificate-master/certificate-signing-request-csr.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.
