Creates a self-signed certificate with the given number of bits
, the issuer cn
and a comment
to be stored in the certificate.
@return [Symbol] The name of the action.
@!visibility private Enumerates each action in the log in reverse order @yield [Action]
Adds the given action to the log, running the action @param [DependencyGraph] graph @param [Action] action @return The value returned by ‘action.up`
Ends the resolution process @return [void]
The X509
certificate chain for this socket’s peer.
Configures store to look up CA certificates from the system default certificate store as needed basis. The location of the store can usually be determined by:
OpenSSL::X509::DEFAULT_CERT_FILE
OpenSSL::X509::DEFAULT_CERT_DIR
Establish the OpenSSL::SSL::SSLContext
with the configuration parameters provided.