Maximo API Client - v0.9.01
    Preparing search index...

    Class TrustStoreImporterService

    Service for importing SSL certificates into a server bundle truststore (adds certificates to the trust store; does not manage certificate lifecycle) See: https://www.ibm.com/docs/en/masv-and-l/maximo-manage/cd?topic=administering-trusted-certificates

    Index

    Methods

    • Import an external certificate to a server bundle truststore by providing its content HTTP Method: POST Signature Option: INSTALLEXTERNALCERT API Request Type: Synchronous

      Parameters

      • certificateContent: string

        The content of the certificate in PEM format

      • alias: string

        The alias for the certificate

      Returns Promise<any>

      Promise resolving to the certificate import result

    • Import an external certificate to a server bundle truststore by downloading it from a host HTTP Method: POST Signature Option: INSTALLEXTERNALCERT API Request Type: Synchronous

      Parameters

      • host: string

        The hostname to connect to

      • port: number

        The port to connect to

      • alias: string

        The alias for the certificate

      • Optionalservername: string

        Optional SNI server name

      Returns Promise<any>

      Promise resolving to the certificate import result

    Constructors