Skip to content

Various key ring utilities that interact with z/OS RACF key rings using R_datalib API

License

Notifications You must be signed in to change notification settings

vit-tomica/keyring-utilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

keyring-utilities

Various key ring utilities that interact with z/OS RACF key rings using R_datalib API

Nodejs keyring addon

The addon can get a certificate from the keyring using R_datalib API. The addon is written using N-API (C API) which should ensure ABI stability across Node.js versions that implements N-API. More information here

Building and installation

To build the addon, Node.js v8.16.0 or higher is required. The C/C++ toolchain has to be installed and configured for your Node.js SDK. To build and install the addon, clone the repository and run the npm install command from the root dir of the repository.

Example and usage

See the example.js file to see how the addon is used and how to test its functionality.

keyring-util tool

See README.md

About

Various key ring utilities that interact with z/OS RACF key rings using R_datalib API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published