Create Trust Category

Contents

1Introduction
1.1Prerequisites

2

Procedure

1   Introduction

This document describes how to create a trust category, which is a group of trusted certificates.

A trusted certificate can belong to multiple trust categories.

1.1   Prerequisites

This section describes the prerequisites, which must be fulfilled before using the procedure.

1.1.1   Conditions

The following conditions must apply:

2   Procedure

To create a trust category:

  1. Navigate to the CertM Managed Object (MO), for example:

    >dn ManagedElement=NODE06ST,SystemFunctions=1,SecM=1,CertM=1

  2. Enter Config mode:

    (CertM=1)>configure

  3. Create the TrustCategory MO, for example:

    (config-CertM=1)>TrustCategory=aurora

  4. Set at least one TrustedCertificate MO reference, for example:

    (config-TrustCategory=aurora)>trustedCertificates=["ManagedElement=NODE06ST,SystemFunctions=1,SecM=1,CertM=1,TrustedCertificate=1","ManagedElement=NODE06ST,SystemFunctions=1,SecM=1,CertM=1,TrustedCertificate=2"]

  5. Commit the setting:

    (config-TrustCategory=aurora)>commit

  6. Verify the committed trusted certificate reference in attribute trustedCertificates, for example:

    (TrustCategory=aurora)>show

    The following is an example output:

    TrustCategory=aurora
       trustedCertificates
          "ManagedElement=1,SystemFunctions=1,SecM=1,⇒
    CertM=1,TrustedCertificate=1"
          "ManagedElement=1,SystemFunctions=1,SecM=1,⇒
    CertM=1,TrustedCertificate=2"


Copyright

© Ericsson AB 2014, 2015, 2016. All rights reserved. No part of this document may be reproduced in any form without the written permission of the copyright owner.

Disclaimer

The contents of this document are subject to revision without notice due to continued progress in methodology, design and manufacturing. Ericsson shall have no liability for any error or damage of any kind resulting from the use of this document.

Trademark List
All trademarks mentioned herein are the property of their respective owners. These are shown in the document Trademark Information.

    Create Trust Category