class CertM

ManagedElement
+-SystemFunctions
+-SecM
+-CertM
+-CertMCapabilities [1..1]
+-EnrollmentAuthority [0..]
+-EnrollmentServerGroup [0..]
+-NodeCredential [0..]
+-TrustCategory [0..]
+-TrustedCertificate [0..]

The top class of the Certificate Management model.

Certificate management encompasses management of node credentials and trusted certificates.


This MO is created by the system.

References to:
TrustedCertificate;
Actions
boolean
cancel ( );
Cancels an ongoing action on this MO.

Can be invoked during execution of an action.
boolean
installTrustedCertFromUri ( string uri , EcimPasswordString uriPassword , Fingerprint fingerprint );
Installs a trusted certificate from the specified Uniform Resource Identifier (URI).

The action can be invoked if no other action in progress on this MO.
The action returns immediately after invocation. The progress of the action can be tracked via the reportProgress attribute.

The action returns with TRUE after successful invocation, otherwise it returns with FALSE.

The generic URI syntax is defined by RFC 3986.
Example: sftp://myuser@myhostname.ericsson.local/dir/subdir/certificate
Example: http://myhostname.ericsson.local/dir/subdir/certificate

Parameters

Name: uri
Description: This parameter contains a URI assumed to point to the certificate file.

The generic URI syntax is defined by RFC 3986.
Example: sftp://myuser@myhostname.ericsson.local/dir/subdir/certificate
The URI must not contain any password. The password shall be provided in the second parameter of this action.
The URI may be local relative (e.g. data/dir/subdir/file), or local absolute (e.g. file:///data/dir/subdir/file), or remote (e.g. sftp://user@hostname/dir/subdir/file) or remote relative (e.g. sftp://user@hostname/~/cert.pem).
If the URI is local relative, the file is expected to be under the directory path indicated by the localFileStorePath attribute in the CertM MO.



Name: uriPassword
Description: The password section of the URI.

If a password is not required, the 'NULL' string must be provided.



Name: fingerprint
Description: The Secure Hash Algorithm (SHA) fingerprint of the certificate to be installed.

The fingerprint is checked against the fingerprint calculated on the installed file. If fingerprint verification is not required, the 'NULL' string has to be provided. The hash must be calculated by the SHA algorithm indicated in fingerprintSupport of the CertMCapabilities MO.


boolean
removeTrustedCert ( TrustedCertificate trustedCert );
Removes a trusted certificate.

Parameters

Name: trustedCert
Description: The DN of the TrustedCertificate MO to be removed.

Attributes
string
key
mandatory
noNotification
restricted
certMId
The value component of the RDN.
string[0..1]
readOnly
localFileStorePath
Contains a file sytem path for locally stored certificates.

The default directory path on the ME file system where certificates or credential containers are stored. It may store locally generated files or files generated after push download.
AsyncActionProgress[0..1]
readOnly
reportProgress
Reports the progress of the ongoing action on this MO.
string[0..1]
userLabel
An additional descriptive text.

  class CertM