@rockcarver/frodo-lib
Version:
A library to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.
14 lines • 650 B
TypeScript
import { CSR } from '../../api/cloud/EnvCSRsApi';
import { FrodoError } from '../../ops/FrodoError';
export declare function getPrivateKey(): string;
export declare function getPublicKey(): string;
export declare function createSelfSignedCertificate(csr: CSR): string;
export declare function issueSelfSignedCertificate(csrpem: string): string;
/**
* Prints an error message from an error object and an optional custom message
*
* @param error error object
*/
export declare function printError(error: Error, message?: string): void;
export declare function snapshotResultCallback(error: FrodoError): void;
//# sourceMappingURL=TestUtils.d.ts.map