Imports of package selfsign

PathSynopsis
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/cloudflare/cfssl/cliPackage cli provides the template for adding new cfssl commands
github.com/cloudflare/cfssl/cli/genkeyPackage genkey implements the genkey command.
github.com/cloudflare/cfssl/configPackage config contains the configuration logic for CFSSL.
github.com/cloudflare/cfssl/csrPackage csr implements certificate requests for CFSSL.
github.com/cloudflare/cfssl/helpersPackage helpers implements utility functionality common to many CFSSL packages.
github.com/cloudflare/cfssl/selfsignPackage selfsign implements certificate selfsigning.
osPackage os provides a platform-independent interface to operating system functionality.
timePackage time provides functionality for measuring and displaying time.