End Entities

The following sections cover how to manage End Entities. For information on the concepts of End Entities, see the End Entities Overview.

Introduction

An End Entity is a user of PKI certificates and/or the end user system that is the subject of a certificate, such as an e-mail client, a web server, a web browser, or a VPN-gateway.

End entities are not allowed to issue certificates to other entities, they make up the leaf nodes in the PKI.

Creating Users

To create users, add end entities either using the RA Web or the CLI.

Using the RA Web, select Make new Request and Postpone for Key-pair generation.

Using the CLI, run the following:

bin/ejbca.sh ra addendentity

The user's Distinguished Name (DN) is normally entered in the CLI as:

C=SE,O=MyOrg,OU=MyOrgUnit,CN=MyName

Note that if a comma ',' is needed in the DN the comma must be escaped using '\,'.