The binary encoding of ASN.1 structures used for certificates, CSRs, CRLs and keys. A DER file is the raw bytes; a PEM file is the same bytes Base64-encoded with header lines. Windows commonly uses binary .cer/.crt files in DER form, which is why a certificate that opens fine on Windows may need converting before OpenSSL-based tools accept it.
DER
Distinguished Encoding Rules