> 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/es/gestion-de-certificados/certificate-master/client-certificate-pkcs-12.md).

# Certificado de dispositivo

{% hint style="warning" %}
Solo SCEPman Enterprise Edition
{% endhint %}

{% hint style="info" %}
Esta funcionalidad requiere la versión **2.1** o superior
{% endhint %}

Puede generar manualmente certificados de cliente X.509, incluida una clave privada, a través de la interfaz web de SCEPman Certificate Master.

Esto le permite inscribir certificados en una menor cantidad de dispositivos cliente que no están administrados en ningún sistema MDM. Los certificados generados tendrán el EKU **Autenticación de cliente** y ningún Subject Alternative Name (SAN).

### Emisión de un certificado de cliente

1. Para generar un nuevo certificado de dispositivo, vaya a **Dispositivo** en el menú de SCEPman Certificate Master.
2. Introduzca un CN de sujeto para el certificado.
3. Pulse **Enviar** y el navegador descargará automáticamente el certificado con la clave privada en formato PKCS#12/PFX unos segundos después de que se emita el certificado. El archivo PKCS#12 está cifrado con la contraseña que se muestra en la pantalla. Puede importar el PKCS#12 directamente en el sistema donde se necesite utilizando la contraseña.

{% hint style="warning" %}
Tenga en cuenta que, una vez que abandone esta página, la contraseña ya no estará accesible.
{% endhint %}

<figure><img src="https://4115997120-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LoGejQeUQcw7lqnQ3WX%2Fuploads%2FrIAOHYY2TRKdaMuSn1jd%2Fimage.png?alt=media&amp;token=924b389d-b48d-4c77-902d-61d9230a0966" alt=""><figcaption><p>Certificate Master - Nuevo certificado de cliente</p></figcaption></figure>

Algunos sistemas pueden importar un certificado con la clave privada, pero no aceptan PKCS#12. Puede convertir el archivo PKCS#12 a otros formatos utilizando herramientas estándar como OpenSSL. Por ejemplo, si su sistema de destino requiere un archivo PEM con el certificado y la clave privada, puede usar este comando:

```shell
openssl pkcs12 -in INFILE.p12 -out OUTFILE.crt
```


---

# 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/es/gestion-de-certificados/certificate-master/client-certificate-pkcs-12.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.
