This document describes the data formats used by Netscape Communicator 4.x for installing certificates.
This format allows multiple certificates to be downloaded at once. See section below on Certificate Chains for more information about how multiple certificates are handled.CertificateSequence ::= SEQUENCE OF Certificate
Following this line should be the certificate data, which can be in any of the binary formats described above. This data should be base64 encoded as described by RFC 1113. Following the data should be the following line:-----BEGIN CERTIFICATE-----
-----END CERTIFICATE-----
netscape OBJECT IDENTIFIER ::= { 2 16 840 1 113730 }The hexadecimal byte value of this OID when DER encoded is:
0x60, 0x86, 0x48, 0x01, 0x86, 0xf8, 0x42The following OIDs are mentioned in this document:
netscape-data-type OBJECT IDENTIFIER :: = { netscape 2 }
netscape-cert-sequence OBJECT IDENTIFIER :: = { netscape-data-type 5 }