Creating an Administrator

When an administrator is created, the associated password is not set. Setting the password is mandatory to be able to consume the administrator account with password authentication.

Administrators can be declared:

  • Manually;

  • By providing a certificate.

Creating an Administrator Manually

Step 1: Access the OCSPd Web Management Console;

Step 2: In the 'Permissions' left menu, select 'Administrators':

Administrators Menu

Step 3: In the Administrators page, hit the '+' button at the bottom right of the table:

Add Administrator

Step 4: Specify the following elements and hit the 'Add' button:

  • 'Username': this is the username used to login on the Web Management Console;

  • 'Email': email of the administrator. For now, this field is not used, but in an upcoming version, it will be used to allow password reset;

  • 'Certificate DN' (optional): this allow to map the administrator account to a certificate DN when performing certificate-based authentication;

  • 'Authentication Type': for now, OCSPd supports Password, Radius, LDAP and Certificate based authentication (X509);

  • 'Roles' (optional and multiple select): role(s) given to the administrator;

  • 'Permissions' (click on each right to select it): right(s) of manage/audit each module and perform system tasks given to the administrator.

Radius and LDAP authentication methods are available after configurating the dedicated servers on OCSPd. For more information about Radius and LDAP server’s configuration, please refer to the 'OCSPd Installation Guide'.
The issuing CA of the LDAP certificate has to be declared in the OCSPd if you want to use the LDAPS authentication.
'Manage' right is a 'read and modify' right. 'Audit' is a 'read-only' right.
Creating an Administrator Manually

Step 5: The Administrator is successfully created:

Administrator successfully created
Administrator successfully created

Creating an Administrator using a Certificate

Step 1: Access the OCSPd Web Management Console;

Step 2: In the 'Permissions' left menu, select 'Administrators':

Administrators Menu

Step 3: In the Administrators page, hit the '+' button at the bottom of the page:

Add Administrator

Step 4: In the popup, hit the Import Certificate button:

Adding an Administrator Manually

Step 5: Specify the certificate to load (PEM or DER) and hit the 'Submit' button:

Loading a certificate

Step 6: The Administrator form is automatically populated with the following value:

  • 'Username': Common Name of the provided certificate;

  • 'Email': Extracted from the RFC822Name if defined in the certificate, empty otherwise;

  • 'Certificate DN': Distinguished Name of the provided certificate.

Specify the roles and permissions attributes (if required) and hit the 'Add' button:

Creating an Administrator from a Certificate

Step 6: The Administrator is successfully created:

Administrator successfully created
Administrator successfully created