|
Isode Mini CA is a Certification Authority for generating X.509 Certificates and Certificate Revocation Lists (CRLs) according to the X.509 standards for Public Key Infrastructure (PKI). It is designed to support deployments of a small number of Isode servers, and associated management tools. Deployment Targets
The Mini CA is a standalone system, that can generate Certificates and CRLs needed to operate Isode server and client products using strong authentication. It can operate as an offline CA, where it is run on a server with no network connections. Key BenefitsThe Mini CA offers the following benefits:
Restrictions on ScopeIsode has designed its strong authentication capabilities, so that they can be used with any CA supporting standard Certificate Signing Requests (CSRs). In many cases, use of a third party CA will be more appropriate than using Isode’s Mini CA. Users of Isode’s mini CA should be aware of the following restrictions:
Overall DesignThe mini CA holds all of its information in a file system folder that is selected when a specific CA is created. Information is held in simple files of appropriate format. Information held includes:
The Mini CA uses two cryptographic combinations:
The CA’s certificate is valid for five years, and may be renewed. The primary interface to the mini CA is a text based interactive interface, illustrated below:
The basic capabilities of mini CA are:
In addition to this interactive interface, mini CA allows some functions to be operated in a command line mode, suitable for integration with scripts. All external interactions with mini CA may be done by use of files. This approach enables mini CA to be operated as an offline CA (i.e., on a machine with no network connections). Mini CA also has additional features to make it more convenient to use, when operated as an online CA. Certificate GenerationWhen an Isode product needs a certificate, it does this by generating a PKCS#10 Certificate Signing Request (CSR). This standard approach allows Isode products to be integrated easily with any CA, as well as with mini CA. The signed certificate is returned from the CA to the application. This is illustrated in the following diagram:
Communication of the CSR and response between needs to allow for a number of factors, including:
In order to provide flexibility and support this generality Mini CA and the Isode applications are designed so that this communication is done by use of files. This approach is flexible and well understood. Certificates can also be generated using a command line interface. Certificate validity period is specified when a certificate is created. Revocation and CRL DistributionIf a certificate becomes invalid (for whatever reason) it must be revoked. Mini CA has an option to revoke certificates, which it does by adding the revoked certificate to a list. When an (Isode) application verifies a certificate, it will need to check if the certificate against a current CRL, to determine if it is revoked. If it does not have the CRL, it will retrieve it from the directory. The certificate is stored in the entry of the directory corresponding to the CA’s name, which is in the CA’s certificate. To support this process, a CA needs to generate CRLs at regular intervals, and to publish these in the directory. Mini CA supports two mechanisms to generate CRLs.
Isode provides a number of sample scripts that can be customized for use with mini CA, including:
Directory access may use strong authentication. In general, this should be done using an identify different to the CA, as the CA’s private key should not be used for purposes other than signing certificates. ConformanceThe standards to which the Mini CA conforms are set out in the Strong Authentication (X.509) Infrastructure page. SecurityThe Mini CA follows X.509 procedures, and is based on good quality cryptography. It is capable of offering very high security. How the Mini CA is deployed and managed is central to its overall security. There are two major issues to consider: data integrity; protecting the CA’s private key. These are considered in turn. Mini CA uses a simple and robust underlying data structure, and is a simple program. While it is unlikely that corruption of the CA will occur, good backups should be a part of the CA operational procedure. The CA database is open, and its security (e.g., to prevent tampering with the database) relies on protecting the data (e.g., by physical security of the CA machine) and on procedures to access and use Mini CA. A CA's security relies on the private key not being compromised. Mini CA offers pass phrase-protected encryption of this private key, although the benefits of automatic CRL generation may result in this protection not being used (or the pass phrase being stored in a file). Effective system and operating procedures should be used to ensure that the private key is well protected. Operating Mini CA offline in a secure location, and using a shared disk to communicate data is recommended to achieve higher levels of security. AvailabilityThe Isode Mini CA is available on Solaris, Windows, Linux and HP-UX. More details on supported platforms and versions can be found here.
|
|
| Copyright © 2008 Isode | privacy feedback
|