import { CommandLineInputs, CommandLineOptions, CommandMetadata, CommandPreRun } from '../../definitions'; import { SSLBaseCommand } from './base'; export declare class SSLGenerateCommand extends SSLBaseCommand implements CommandPreRun { getDefaultKeyPath(): string; getDefaultCertPath(): string; getMetadata(): Promise<CommandMetadata>; preRun(inputs: CommandLineInputs, options: CommandLineOptions): Promise<void>; run(inputs: CommandLineInputs, options: CommandLineOptions): Promise<void>; private formatSubj; private ensureDirectory; private checkExistingFile; private writeConfig; }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
base.d.ts | File | 148 B | 0644 |
|
base.js | File | 983 B | 0644 |
|
generate.d.ts | File | 624 B | 0644 |
|
generate.js | File | 8.36 KB | 0644 |
|
index.d.ts | File | 357 B | 0644 |
|
index.js | File | 940 B | 0644 |
|