@hashgraph/solo
    Preparing search index...

    Used to handle interactions with certificates data and inject it into the K8s cluster secrets

    Index

    Constructors

    Methods

    • Creates sub-tasks for copying the TLS Certificates into K8s secrets for gRPC and gRPC Web

      Parameters

      • task: SoloListrTaskWrapper<any>

        Listr Task to which to attach the sub-tasks

      • grpcTlsCertificatePathsUnparsed: string

        the unparsed (alias=path)[] for the gRPC Certificate

      • grpcWebTlsCertificatePathsUnparsed: string

        the unparsed (alias=path)[] for the gRPC Web Certificate

      • grpcTlsKeyPathsUnparsed: string

        the unparsed (alias=path)[] for the gRPC Certificate Key

      • grpcWebTlsKeyPathsUnparsed: string

        the unparsed (alias=path)[] for the gRPC Web Certificate Key

      Returns Listr<any, any, any>

      the build sub-tasks for creating the secrets