meta data de esta página
Diferencias
Muestra las diferencias entre dos versiones de la página.
| seguridad:certificados [302018/01/ 14:04] – creado lc | seguridad:certificados [182023/01/ 13:11] (actual) – editor externo 127.0.0.1 | ||
|---|---|---|---|
| Línea 1: | Línea 1: | ||
| + | ===== Certificados ===== | ||
| + | Extensiones más comunes para los certificados | ||
| + | ^ extensión | ||
| + | | .pem | Privacy Enhanced Mail (PEM) | Base64 encoded DER certificate | ||
| + | | .cer | Security CERtificate | ||
| + | | .crt | ::: | ||
| + | | .der | ::: | ||
| + | | .p7b | ||
| + | | .p7c | ||
| + | | | PKCS# | ||
| + | | .p12 | PKCS# | ||
| + | | .pfx | personal information exchange (PFX) | formato usado antes del PKCS# | ||
| + | Filetype Format name Description | ||
| + | .pem Privacy Enhanced Mail (PEM) Base64 encoded DER certificate, | ||
| + | “-----BEGIN CERTIFICATE-----” and | ||
| + | “-----END CERTIFICATE-----” | ||
| + | .cer | ||
| + | .crt | ||
| + | .der Security CERtificate Usually binary DER form, but Base64-encoded certificates are common too. | ||
| + | .p7b | ||
| + | .p7c Structure without data, just certificates or CRLs. | ||
| + | PKCS#7 is a standard for signing or encrypting (officially called “enveloping”) data. | ||
| + | .p12 PKCS#12 May contain certificate(s) (public) and private keys (password protected). | ||
| + | .pfx personal information exchange (PFX) Older format. Came before PKCS#12. Usually today data is in PKCS#12 format. | ||