Learn R Programming

PKI (version 0.1-14)

PKI.info: Retrieve PKI back-end information

Description

PKI.info returns information about the engine which is providing the PKI functionality.

Usage

PKI.info()

Arguments

Value

Named list:

engine

string, name of the engine, currently either "openssl" or "libressl"

version

numeric, version of the engine as a real number in the form major.minor

description

string, description of the engine, its version and any futher information that the engine may provide

Author

Simon Urbanek

Examples

Run this code
str(PKI.info())

Run the code above in your browser using DataLab