StaticcreateArray of file extensions to allow (e.g., ['.pem', '.crt'])
StaticgetReturns a filter function for inquirer-fuzzy-path to exclude non-certificate files and standard ignored directories.
StaticgetReturns a filter function for inquirer-fuzzy-path to exclude non-key files and standard ignored directories.
StaticcreateCreates a FuzzyPathQuestion for selecting certificate files.
The answer key name
The prompt message to display
StaticcreateCreates a FuzzyPathQuestion for selecting private key files.
The answer key name
The prompt message to display
StaticpromptPrompts user to select a file using fuzzy path search.
The FuzzyPathQuestion configuration
The selected file path
StaticpromptShorthand to prompt for a certificate file.
The prompt message
The selected certificate file path
StaticpromptShorthand to prompt for a private key file.
The prompt message
The selected key file path
StaticselectPrompts the user to select a preset from the available configuration.
StaticpromptPrompts for the Common Name (CN)
StaticpromptPrompts for manual certificate details
StaticpromptPrompts the user for variables defined in the preset, skipping those already provided.
Creates a filter function for fuzzy path that excludes standard directories and filters files by allowed extensions.