Difference between revisions of "Public Key Cryptography Standards (PKCS)"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
|||
(19 intermediate revisions by 3 users not shown) | |||
Line 2: | Line 2: | ||
− | * PKCS10 | + | * [[PKCS12]] defines an [[archive file format]] for storing many cryptography objects as a single file. Extensions are <code>[[.p12]]</code> or <code>[[.pfx]]</code>. <code>[[openssl pkcs12]]</code> |
+ | * PKCS10: [[Certificate Signing Request (CSR)]] | ||
+ | * [[PEM PKCS8|PKCS8]]: [[Private-Key]] Information Syntax Standard (<code>[[.p8]]</code>) | ||
+ | * [[PKCS7]] | ||
+ | == Related terms == | ||
+ | * [[ASN.1]]: <code>[[openssl asn1parse -i -in your_request]]</code> | ||
+ | * <code>[[.p8]]</code> | ||
+ | * <code>[[openssl req]]</code> | ||
== See also == | == See also == | ||
+ | * {{PKCS}} | ||
+ | * {{.pem}} | ||
* {{CSR}} | * {{CSR}} | ||
[[Category:CSR]] | [[Category:CSR]] |
Latest revision as of 09:42, 17 January 2024
- PKCS12 defines an archive file format for storing many cryptography objects as a single file. Extensions are
.p12
or.pfx
.openssl pkcs12
- PKCS10: Certificate Signing Request (CSR)
- PKCS8: Private-Key Information Syntax Standard (
.p8
) - PKCS7
Related terms[edit]
See also[edit]
- PKCS, PKCS7, PKCS8, PKCS10, PKCS12
- Certificate:
.pem
,.ppk
,.pfx
,.p12
,.cer, .crt
,openssl pkcs12
,.csr
,.pub
, PFX, PKCS, PKCS - Certificate, CSR (PKCS10),
/etc/letsencrypt/csr/
,openssl req
, X.509, [.pem
,.cer
,.csr
], Kubernetes CertificateSigningRequest
Advertising: