server
Last updated
Was this helpful?
Last updated
Was this helpful?
[!TIP|label:references:]
[!TIP|label:references:]
.ca
Certificate Authority
-
.key
Private Key
-
.csr
.req
.p10
Certificate Signing Request
-
.crt
Certificate
.cer
Certificate
alternate form of .crt (Microsoft Convention), DER encoded or base64[PEM] encoded
.pem
indicates a base64 encoding with header and footer lines
.crl
Certificate Revocation List
.p8
.pkcs8
PKCS#8 Private Keys
PKCS#8 defines a way to encrypt private keys using
.p12
.pfx
commonly password protected. It can contain trusted certificates, private key(s) and their certificate chain(s)
.p7b
.p7c
it is often used as a way to handle the certificates which make up a 'chain' or 'bundle' as a single
jks
Java Key Store
Java Key Store (JKS) is a repository of security certificates, either authorization certificates or public key certificates, plus corresponding private keys, used for instance in SSL encryption.
3DES
AES
RSA
DSA
ECC
ECDSA
Hash Algorithms
MD5
SHA-1
SHA-2
SHA-3
[!NOTE|label:references:]
or generate key and csr in one command
[!TIP|label:references:]
[!NOTE|label:references:]
modify/create nginx configure
test and reload
certificate request ( csr )
certificate ( pem, crt, cer )
[!NOTE|label:references:]
to crt
to pem
[!NOTE|label:references:]
to pem
[!NOTE|label:references:]
to pem
to certificate request
certmgr.msc
win + r -> certmgr.msc
Certifacts - Current User
-> Trusted Root Certification Authorities
-> Certificates
-> the wanted CA
right-click -> open
or double-click
Details
-> Copy to File...
Certificate Export Wizard -> Next
convert to crt
DER encoded binary X.509 (.CER)
Base-64 encoded X.509 (.CER)
Cryptographic Message Syntax Standard - PKCS #7 Certificates (.P7B)
[!NOTE|label:references:]
[!NOTE|label:references:]
|
used for certificates, may be encoded as binary DER or as ASCII PEM, usually an certificate
defined within the certificate specifications, and this is usually DER encoded
defined key store
message