@rockcarver/frodo-lib
Version:
A library to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.
12 lines • 526 B
TypeScript
import { CSR } from '../../api/cloud/EnvCSRsApi';
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;
//# sourceMappingURL=TestUtils.d.ts.map