-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(feature) Return CA Certificate path/data (#41)
* Fixes typescript runtime errors * Encryption/chmod not required for certificate, only key * Add run options & branch that returns caPath/caCert Buffer * Reverse formatting changes * separate API concerns Separates `returnCa` into `getCaPath` and `getCaBuffer` Co-Authored-By: James Zetlen <[email protected]> * Add support for both `getCaPath` and `getCaBuffer` API interfaces Co-Authored-By: James Zetlen <[email protected]> * TSDoc update * Update conditions / return type * Add additional flags to main function TSDoc
- Loading branch information
Showing
4 changed files
with
57 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters