UNPKG

@atomist/sdm

Version:

Atomist Software Delivery Machine SDK

11 lines 395 B
import { GoalSigningAlgorithm } from "../../api/machine/SigningKeys"; /** * JWT based GoalSigningAlgorithm * * Generate keys: * * openssl ecparam -genkey -name secp521r1 -noout -out es512-private.pem * openssl ec -in es512-private.pem -pubout -out es512-public.pem */ export declare const JwtGoalSigningAlgorithm: GoalSigningAlgorithm<string>; //# sourceMappingURL=jwtGoalSigning.d.ts.map