> 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/fr/gestion-des-certificats/certificate-master/client-certificate-pkcs-12.md).

# Certificat d'appareil

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

{% hint style="info" %}
Cette fonctionnalité nécessite la version **2.1** ou plus
{% endhint %}

Vous pouvez générer manuellement des certificats client X.509, y compris une clé privée, via l’interface Web de SCEPman Certificate Master.

Cela vous permet d’inscrire des certificats sur un petit nombre d’appareils clients qui ne sont gérés par aucun système MDM. Les certificats générés auront l’EKU **Authentification client** et aucun Subject Alternative Name (SAN).

### Émission d’un certificat client

1. Pour générer un nouveau certificat d’appareil, accédez à **Appareil** dans le menu SCEPman Certificate Master.
2. Saisissez un CN du sujet pour le certificat.
3. Cliquez sur **Soumettre** et le navigateur téléchargera automatiquement le certificat avec la clé privée au format PKCS#12/PFX quelques secondes plus tard, une fois le certificat émis. Le fichier PKCS#12 est chiffré avec le mot de passe affiché à l’écran. Vous pouvez importer directement le PKCS#12 dans le système où il est nécessaire à l’aide de ce mot de passe.

{% hint style="warning" %}
Notez qu’une fois que vous quittez cette page, le mot de passe ne sera plus accessible.
{% endhint %}

<figure><img src="https://129332256-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 - Nouveau certificat client</p></figcaption></figure>

Certains systèmes peuvent importer un certificat avec la clé privée, mais n’acceptent pas PKCS#12. Vous pouvez convertir le fichier PKCS#12 vers d’autres formats à l’aide d’outils standard comme OpenSSL. Par exemple, si votre système cible requiert un fichier PEM contenant le certificat et la clé privée, vous pouvez utiliser cette commande :

```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/fr/gestion-des-certificats/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.
