Logo

PKI

PKI Overview

A Public Key Infrastructure (PKI) is a set of software, data, and procedures for creating and managing public key certificates. Certificates are pieces of data that identifies a person, client computer, server computer or other entity, using generated public-private encryption key pairs. The pairs are mathematically related such that data encrypted using one of the pair can only be decrypted by the other. Public keys are embedded in distributed certificates while the private keys are kept confidential by the endpoints. Endpoints prove their identity by encrypting data with their private key, which is verified using the certificate's public key.

A3 provides a complete PKI that can be used for all types of certificate generation tasks. The process is broken down into four steps:

Note

Note

The CAs generated by A3's PKI are not publicly trusted CAs. They are intended for use only within an organization. Publicly trusted certificates can be generated using A3's SSL Certificates interface.

Copyright © 2020 Extreme Networks. All rights reserved. Published December 2020.