resolve private key path to full path

This commit is contained in:
Jonathan Barrow
2024-02-22 10:43:47 -05:00
parent ec64dff4f2
commit d5848f9eab

View File

@@ -51,6 +51,7 @@ async function showPrompt() {
}
options.output_folder_path = path.resolve(options.output_folder_path);
options.private_key_path = path.resolve(options.private_key_path);
try {
patchCA(options);