Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Server Certificates (this the CA signed public key certificate)
  • Intermediate Certificates
  • Private Keys
Panel

The BonsaiFramework uses crt for the following certificates because the extension is recognized by Windows. Double-clicking on a crt file in Windows will show details about the certificate,

  • Server Certificates
  • Intermediate Certificates

By convention and because these keys do not work in Windows, Private Server Keys use the

...

key extension.

DER Format

The DER format is a binary form of the certificate. It is best to use the.der extension but sometimes the .cer extension is used. In that case you must open the with a text editor and look for BEGIN/END statements.

All types of certificates and private keys can be encoded in DR. DER is typically used with Java.

Converting from Open SSL to IKeyman

...